|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.model.Settings
public class Settings
Settings
Field Summary | |
---|---|
java.awt.Color |
theBackColor
Background color |
java.lang.String |
theBackgroundImage
Default background image |
java.lang.String |
theDefaultEdgeImage
Default edge image |
java.lang.String |
theDefaultNodeImage
Default node image |
java.lang.String |
theDefaultTreeEdgeImage
Tree edge default image |
java.awt.Color |
theEdgeColor
Edge default color |
java.lang.Integer |
theEdgeStyle
Edge default style |
java.lang.Double |
theExpansion
Expansion |
java.lang.String |
theFocus
Focus |
java.lang.Boolean |
theFocusOnHoverFlag
Whether hovering on node triggers gaining focus |
java.lang.String |
theFontFace
Font face |
java.lang.Integer |
theFontSize
Font size |
java.lang.Integer |
theFontSizeStep
Font size decrement step |
java.awt.Color |
theForeColor
Foreground color |
java.lang.Boolean |
theHasPopUpMenuFlag
Whether popup menus are enabled |
java.lang.Boolean |
theHasStatusbarFlag
Whether status bar is enabled |
java.lang.Boolean |
theHasToolbarFlag
Whether toolbar is enabled |
java.lang.Boolean |
theHasToolTipFlag
Whether tooltips are enabled |
java.lang.Boolean |
theHyperbolicEdgesFlag
Whether edges are represented in a hyperbolic fashion |
java.util.List<MenuItem> |
theMenu
Menu |
java.awt.Color |
theNodeBackColor
Node default background color |
java.awt.Color |
theNodeForeColor
Node default foreground color |
java.lang.String |
theOrientation
Tree orientation |
java.lang.Boolean |
thePreserveOrientationFlag
Whether orientation is preserved across transforms |
java.lang.Double |
theSweep
Sweep |
java.lang.Boolean |
theToolTipDisplaysContentFlag
Whether tooltips display contents |
java.awt.Color |
theTreeEdgeColor
Tree edge default color |
java.lang.Integer |
theTreeEdgeStyle
Tree edge default style |
java.lang.Double |
theXMoveTo
Initial move to x position (0,1) |
java.lang.Double |
theXShift
Painting shift on x |
java.lang.Double |
theYMoveTo
Initial move to y position (0,1) |
java.lang.Double |
theYShift
Painting shift on y |
Constructor Summary | |
---|---|
Settings()
Constructor |
Method Summary | |
---|---|
void |
load(java.util.Properties theseProperties)
Load settings from properties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Color theBackColor
public java.awt.Color theForeColor
public java.lang.String theBackgroundImage
public java.lang.String theFontFace
public java.lang.Integer theFontSize
public java.lang.Integer theFontSizeStep
public java.lang.String theOrientation
public java.lang.Double theExpansion
public java.lang.Double theSweep
public java.lang.Boolean thePreserveOrientationFlag
public java.lang.Boolean theHyperbolicEdgesFlag
public java.lang.Boolean theHasToolbarFlag
public java.lang.Boolean theHasStatusbarFlag
public java.lang.Boolean theHasPopUpMenuFlag
public java.lang.Boolean theHasToolTipFlag
public java.lang.Boolean theToolTipDisplaysContentFlag
public java.lang.Boolean theFocusOnHoverFlag
public java.lang.String theFocus
public java.lang.Double theXMoveTo
public java.lang.Double theYMoveTo
public java.lang.Double theXShift
public java.lang.Double theYShift
public java.awt.Color theNodeBackColor
public java.awt.Color theNodeForeColor
public java.lang.String theDefaultNodeImage
public java.awt.Color theTreeEdgeColor
public java.lang.Integer theTreeEdgeStyle
public java.lang.String theDefaultTreeEdgeImage
public java.awt.Color theEdgeColor
public java.lang.Integer theEdgeStyle
public java.lang.String theDefaultEdgeImage
public java.util.List<MenuItem> theMenu
Constructor Detail |
---|
public Settings()
Method Detail |
---|
public void load(java.util.Properties theseProperties) throws java.lang.Exception
theseProperties
- properties
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |