|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.conceptmap.state.ConceptConstants
public class ConceptConstants
Static constant container class for commonly used constants.
Field Summary | |
---|---|
static java.awt.Color |
BACKGROUND_COLOR
The background color |
static char |
CLOSING_AND_BRACE
For symbolic format text, the closing And brace marker |
static char |
CLOSING_OR_BRACE
For symbolic format text, the closing Or brace marker |
static java.awt.Color |
CONCEPTS_NOT_REVIEWED_NODE_COLOR
The fill color for the part of the node that represents the percentage of concepts not reviewed yet by the user |
static java.awt.Color |
CONCEPTS_REVIEWED_NODE_COLOR
The fill color for the part of the node that represents the percentage of concepts reviewed by the user |
static java.awt.Color |
CORRECT_LINK_COLOR
The color for correct links |
static java.awt.Color |
CORRECT_NODE_COLOR
The fill color for correct nodes |
static java.lang.String |
DESCRIPTION_LINE_FORMAT
For line format text, the description character to be included on the first position |
static char |
DESCRPITION_SYMBOLIC_FORMAT
For symbolic format text, the description marker |
static java.awt.Color |
HIGHLIGHTED_LINK_COLOR
The color for highlighted links |
static java.awt.Color |
HIGHLIGHTED_NODE_COLOR
The fill color for highlighted nodes |
static java.awt.Color |
MOUSEOVER_FILL_COLOR
The fill color for mouseovers |
static java.awt.Color |
MOUSEOVER_TEXT_COLOR
The text color for mouseovers |
static java.awt.Color |
NODE_TEXT_COLOR
The text color for nodes |
static java.awt.Color |
NORMAL_LINK_COLOR
The standard color for links |
static java.awt.Color |
NORMAL_NODE_COLOR
The standard fill color for nodes |
static char |
OPENING_AND_BRACE
For symbolic format text, the opening And brace marker |
static char |
OPENING_OR_BRACE
For symbolic format text, the opening Or brace marker |
static java.awt.Color |
PRESSED_NODE_COLOR
The fill color for pressed nodes |
static java.lang.String |
SEPARATOR
For line format text, the seperator between names |
static int |
VERSION_MAJOR
The current version |
static int |
VERSION_MINOR
|
static java.awt.Color |
WRONG_LINK_COLOR
The color for wrong links |
static java.awt.Color |
WRONG_NODE_COLOR
The fill color for wrong nodes |
Constructor Summary | |
---|---|
ConceptConstants()
|
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 final int VERSION_MAJOR
public static final int VERSION_MINOR
public static final java.awt.Color NORMAL_LINK_COLOR
public static final java.awt.Color HIGHLIGHTED_LINK_COLOR
public static final java.awt.Color WRONG_LINK_COLOR
public static final java.awt.Color CORRECT_LINK_COLOR
public static final java.awt.Color NORMAL_NODE_COLOR
public static final java.awt.Color HIGHLIGHTED_NODE_COLOR
public static final java.awt.Color PRESSED_NODE_COLOR
public static final java.awt.Color WRONG_NODE_COLOR
public static final java.awt.Color CORRECT_NODE_COLOR
public static final java.awt.Color CONCEPTS_REVIEWED_NODE_COLOR
public static final java.awt.Color CONCEPTS_NOT_REVIEWED_NODE_COLOR
public static final java.awt.Color MOUSEOVER_FILL_COLOR
public static final java.awt.Color MOUSEOVER_TEXT_COLOR
public static final java.awt.Color NODE_TEXT_COLOR
public static final java.awt.Color BACKGROUND_COLOR
public static final java.lang.String DESCRIPTION_LINE_FORMAT
public static final char DESCRPITION_SYMBOLIC_FORMAT
public static final char OPENING_OR_BRACE
public static final char OPENING_AND_BRACE
public static final char CLOSING_OR_BRACE
public static final char CLOSING_AND_BRACE
public static final java.lang.String SEPARATOR
Constructor Detail |
---|
public ConceptConstants()
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 |