org.problets.lib.conceptmap.state
Class ConceptConstants

java.lang.Object
  extended by org.problets.lib.conceptmap.state.ConceptConstants

public class ConceptConstants
extends java.lang.Object

Static constant container class for commonly used constants.

Author:
Eric Fernades, Adrian Maries

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

VERSION_MAJOR

public static final int VERSION_MAJOR
The current version

See Also:
Constant Field Values

VERSION_MINOR

public static final int VERSION_MINOR
See Also:
Constant Field Values

NORMAL_LINK_COLOR

public static final java.awt.Color NORMAL_LINK_COLOR
The standard color for links


HIGHLIGHTED_LINK_COLOR

public static final java.awt.Color HIGHLIGHTED_LINK_COLOR
The color for highlighted links


WRONG_LINK_COLOR

public static final java.awt.Color WRONG_LINK_COLOR
The color for wrong links


CORRECT_LINK_COLOR

public static final java.awt.Color CORRECT_LINK_COLOR
The color for correct links


NORMAL_NODE_COLOR

public static final java.awt.Color NORMAL_NODE_COLOR
The standard fill color for nodes


HIGHLIGHTED_NODE_COLOR

public static final java.awt.Color HIGHLIGHTED_NODE_COLOR
The fill color for highlighted nodes


PRESSED_NODE_COLOR

public static final java.awt.Color PRESSED_NODE_COLOR
The fill color for pressed nodes


WRONG_NODE_COLOR

public static final java.awt.Color WRONG_NODE_COLOR
The fill color for wrong nodes


CORRECT_NODE_COLOR

public static final java.awt.Color CORRECT_NODE_COLOR
The fill color for correct nodes


CONCEPTS_REVIEWED_NODE_COLOR

public static final 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


CONCEPTS_NOT_REVIEWED_NODE_COLOR

public static final 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


MOUSEOVER_FILL_COLOR

public static final java.awt.Color MOUSEOVER_FILL_COLOR
The fill color for mouseovers


MOUSEOVER_TEXT_COLOR

public static final java.awt.Color MOUSEOVER_TEXT_COLOR
The text color for mouseovers


NODE_TEXT_COLOR

public static final java.awt.Color NODE_TEXT_COLOR
The text color for nodes


BACKGROUND_COLOR

public static final java.awt.Color BACKGROUND_COLOR
The background color


DESCRIPTION_LINE_FORMAT

public static final java.lang.String DESCRIPTION_LINE_FORMAT
For line format text, the description character to be included on the first position

See Also:
Constant Field Values

DESCRPITION_SYMBOLIC_FORMAT

public static final char DESCRPITION_SYMBOLIC_FORMAT
For symbolic format text, the description marker

See Also:
Constant Field Values

OPENING_OR_BRACE

public static final char OPENING_OR_BRACE
For symbolic format text, the opening Or brace marker

See Also:
Constant Field Values

OPENING_AND_BRACE

public static final char OPENING_AND_BRACE
For symbolic format text, the opening And brace marker

See Also:
Constant Field Values

CLOSING_OR_BRACE

public static final char CLOSING_OR_BRACE
For symbolic format text, the closing Or brace marker

See Also:
Constant Field Values

CLOSING_AND_BRACE

public static final char CLOSING_AND_BRACE
For symbolic format text, the closing And brace marker

See Also:
Constant Field Values

SEPARATOR

public static final java.lang.String SEPARATOR
For line format text, the seperator between names

See Also:
Constant Field Values
Constructor Detail

ConceptConstants

public ConceptConstants()
Method Detail

main

public static void main(java.lang.String[] args)