|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.GraphConfig
public class GraphConfig
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 |
---|
public static int arrowMode
public static java.awt.Color linkColor
public static int linkMode
public static java.awt.Color linkTextColor
public static java.awt.Font linkTextFont
public static float linkWidth
public static java.awt.Color messageBackgroundColor
public static java.awt.Color messageBorderColor
public static java.awt.Color messageTextColor
public static java.awt.Font messageTextFont
public static java.awt.Color nodeBackgroundColor
public static java.awt.Color nodeBorderColor
public static java.net.URL nodeCloseImageResource
public static int nodeDefaultBorderSize
public static java.net.URL nodeEditImageResource
public static java.awt.Color nodeForegroundColor
public static java.net.URL nodeKeyboardImageResource
public static java.net.URL nodeLinkImageResource
public static java.net.URL nodeNextPageImageResource
public static java.awt.Color nodePointBgColor
public static java.awt.Color nodePointBorderColor
public static int nodePointBorderSize
public static int nodePointSize
public static java.net.URL nodePreviousPageImageResource
public static java.awt.Font nodeTextFont
public static int nodeTopBorderSize
Constructor Detail |
---|
public GraphConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |