org.problets.lib.conceptmap.state
Class ConceptConfiguration

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

public class ConceptConfiguration
extends java.lang.Object

Static constant container class for commonly used constants.

Author:
Eric Fernades, Adrian Maries

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

currentNormalLinkColor

public static java.awt.Color currentNormalLinkColor
The current standard color for the links


currentHighlightedLinkColor

public static java.awt.Color currentHighlightedLinkColor
The current color for highlighted links


currentWrongLinkColor

public static java.awt.Color currentWrongLinkColor
The current color for wrong links


currentCorrectLinkColor

public static java.awt.Color currentCorrectLinkColor
The current color for correct links


currentNormalNodeColor

public static java.awt.Color currentNormalNodeColor
The current fill color for standard nodes


currentHighlightedNodeColor

public static java.awt.Color currentHighlightedNodeColor
The current fill color for highlighted nodes


currentPressedNodeColor

public static java.awt.Color currentPressedNodeColor
The current fill color for pressed nodes


currentWrongNodeColor

public static java.awt.Color currentWrongNodeColor
The current fill color for wrong nodes


currentCorrectNodeColor

public static java.awt.Color currentCorrectNodeColor
The current fill color for correct nodes


currentConceptsReviewNodeColor

public 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


currentConceptsNotReviewedNodeColor

public 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


currentMouseoverFillColor

public static java.awt.Color currentMouseoverFillColor
The current fill color for mouseovers


currentMouseoverTextColor

public static java.awt.Color currentMouseoverTextColor
The current text color for mouseovers


currentNodeTextColor

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


currentBackgroundColor

public static java.awt.Color currentBackgroundColor
The current background color


currentNodePopupMenuItems

public static java.util.Vector currentNodePopupMenuItems
The vector with the popup menu items for navigable node views


currentLinkPopupMenuItems

public static java.util.Vector currentLinkPopupMenuItems
The vector with the popup menu items for user-built link views

Constructor Detail

ConceptConfiguration

public ConceptConfiguration()
Method Detail

main

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