apps.conceptmap
Class GraphConfig

java.lang.Object
  extended by apps.conceptmap.GraphConfig

public class GraphConfig
extends java.lang.Object

The Class GraphConfig.


Field Summary
static int arrowMode
          The arrow mode.
static java.awt.Color linkColor
          The link color.
static int linkMode
          The link mode.
static java.awt.Color linkTextColor
          The link text color.
static java.awt.Font linkTextFont
          The link text font.
static float linkWidth
          The link width.
static java.awt.Color messageBackgroundColor
          The message background color.
static java.awt.Color messageBorderColor
          The message border color.
static java.awt.Color messageTextColor
          The message text color.
static java.awt.Font messageTextFont
          The message text font.
static java.awt.Color nodeBackgroundColor
          The node background color.
static java.awt.Color nodeBorderColor
          The node border color.
static java.net.URL nodeCloseImageResource
          The node close image resource.
static int nodeDefaultBorderSize
          The node default border size.
static java.net.URL nodeEditImageResource
          The node edit image resource.
static java.awt.Color nodeForegroundColor
          The node foreground color.
static java.net.URL nodeKeyboardImageResource
          The node keyboard image resource.
static java.net.URL nodeLinkImageResource
          The node link image resource.
static java.net.URL nodeNextPageImageResource
          The node next page image resource.
static java.awt.Color nodePointBgColor
          The node point bg color.
static java.awt.Color nodePointBorderColor
          The node point border color.
static int nodePointBorderSize
          The node point border size.
static int nodePointSize
          The node point size.
static java.net.URL nodePreviousPageImageResource
          The node previous page image resource.
static java.awt.Font nodeTextFont
          The node text font.
static int nodeTopBorderSize
          The node top border size.
 
Constructor Summary
GraphConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrowMode

public static int arrowMode
The arrow mode.


linkColor

public static java.awt.Color linkColor
The link color.


linkMode

public static int linkMode
The link mode.


linkTextColor

public static java.awt.Color linkTextColor
The link text color.


linkTextFont

public static java.awt.Font linkTextFont
The link text font.


linkWidth

public static float linkWidth
The link width.


messageBackgroundColor

public static java.awt.Color messageBackgroundColor
The message background color.


messageBorderColor

public static java.awt.Color messageBorderColor
The message border color.


messageTextColor

public static java.awt.Color messageTextColor
The message text color.


messageTextFont

public static java.awt.Font messageTextFont
The message text font.


nodeBackgroundColor

public static java.awt.Color nodeBackgroundColor
The node background color.


nodeBorderColor

public static java.awt.Color nodeBorderColor
The node border color.


nodeCloseImageResource

public static java.net.URL nodeCloseImageResource
The node close image resource.


nodeDefaultBorderSize

public static int nodeDefaultBorderSize
The node default border size.


nodeEditImageResource

public static java.net.URL nodeEditImageResource
The node edit image resource.


nodeForegroundColor

public static java.awt.Color nodeForegroundColor
The node foreground color.


nodeKeyboardImageResource

public static java.net.URL nodeKeyboardImageResource
The node keyboard image resource.


nodeLinkImageResource

public static java.net.URL nodeLinkImageResource
The node link image resource.


nodeNextPageImageResource

public static java.net.URL nodeNextPageImageResource
The node next page image resource.


nodePointBgColor

public static java.awt.Color nodePointBgColor
The node point bg color.


nodePointBorderColor

public static java.awt.Color nodePointBorderColor
The node point border color.


nodePointBorderSize

public static int nodePointBorderSize
The node point border size.


nodePointSize

public static int nodePointSize
The node point size.


nodePreviousPageImageResource

public static java.net.URL nodePreviousPageImageResource
The node previous page image resource.


nodeTextFont

public static java.awt.Font nodeTextFont
The node text font.


nodeTopBorderSize

public static int nodeTopBorderSize
The node top border size.

Constructor Detail

GraphConfig

public GraphConfig()