|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.conceptmap.state.ConceptConfiguration
public class ConceptConfiguration
Static constant container class for commonly used constants.
Field Summary | |
---|---|
static java.awt.Color |
currentBackgroundColor
The current background color |
static java.awt.Color |
currentConceptsNotReviewedNodeColor
The current fill color for the part of the node that represents the percentage of concepts not reviewed yet by the user |
static java.awt.Color |
currentConceptsReviewNodeColor
The current fill color for the part of the node that represents the percentage of concepts reviewed by the user |
static java.awt.Color |
currentCorrectLinkColor
The current color for correct links |
static java.awt.Color |
currentCorrectNodeColor
The current fill color for correct nodes |
static java.awt.Color |
currentHighlightedLinkColor
The current color for highlighted links |
static java.awt.Color |
currentHighlightedNodeColor
The current fill color for highlighted nodes |
static java.util.Vector |
currentLinkPopupMenuItems
The vector with the popup menu items for user-built link views |
static java.awt.Color |
currentMouseoverFillColor
The current fill color for mouseovers |
static java.awt.Color |
currentMouseoverTextColor
The current text color for mouseovers |
static java.util.Vector |
currentNodePopupMenuItems
The vector with the popup menu items for navigable node views |
static java.awt.Color |
currentNodeTextColor
The current text color for nodes |
static java.awt.Color |
currentNormalLinkColor
The current standard color for the links |
static java.awt.Color |
currentNormalNodeColor
The current fill color for standard nodes |
static java.awt.Color |
currentPressedNodeColor
The current fill color for pressed nodes |
static java.awt.Color |
currentWrongLinkColor
The current color for wrong links |
static java.awt.Color |
currentWrongNodeColor
The current fill color for wrong nodes |
Constructor Summary | |
---|---|
ConceptConfiguration()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Color currentNormalLinkColor
public static java.awt.Color currentHighlightedLinkColor
public static java.awt.Color currentWrongLinkColor
public static java.awt.Color currentCorrectLinkColor
public static java.awt.Color currentNormalNodeColor
public static java.awt.Color currentHighlightedNodeColor
public static java.awt.Color currentPressedNodeColor
public static java.awt.Color currentWrongNodeColor
public static java.awt.Color currentCorrectNodeColor
public static java.awt.Color currentConceptsReviewNodeColor
public static java.awt.Color currentConceptsNotReviewedNodeColor
public static java.awt.Color currentMouseoverFillColor
public static java.awt.Color currentMouseoverTextColor
public static final java.awt.Color currentNodeTextColor
public static java.awt.Color currentBackgroundColor
public static java.util.Vector currentNodePopupMenuItems
public static java.util.Vector currentLinkPopupMenuItems
Constructor Detail |
---|
public ConceptConfiguration()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |