public interface TrianaLayoutConstants
Modifier and Type | Field and Description |
---|---|
static java.awt.Color |
DEFAULT_CONNECTED_NODE_COLOR
a node's default connected color
|
static java.awt.Font |
DEFAULT_FONT
the default font size
|
static java.awt.Dimension |
DEFAULT_NODE_SIZE
the default size of a node
|
static java.awt.Color |
DEFAULT_PARAMETER_NODE_COLOR
the default color used for the diamond that denotes parameter nodes
|
static java.awt.Dimension |
DEFAULT_PLUS_MINUS_SIZE
the default size of a plus minus icon
|
static java.awt.Dimension |
DEFAULT_TOOL_SIZE
the default size of a tool
|
static java.awt.Color |
DEFAULT_TRIGGER_NODE_COLOR
the default color used to denote a node as a trigger node
|
static java.awt.Color |
DEFAULT_UNCONNECTED_NODE_COLOR
a node's default unconnected color
|
static java.awt.Font |
SMALL_FONT |
static double |
TRIANA_UNIT
a Triana unit is the preferred height of a tool and is used as the base for other dimensions
|
static final double TRIANA_UNIT
static final java.awt.Dimension DEFAULT_TOOL_SIZE
static final java.awt.Dimension DEFAULT_NODE_SIZE
static final java.awt.Dimension DEFAULT_PLUS_MINUS_SIZE
static final java.awt.Font DEFAULT_FONT
static final java.awt.Font SMALL_FONT
static final java.awt.Color DEFAULT_CONNECTED_NODE_COLOR
static final java.awt.Color DEFAULT_UNCONNECTED_NODE_COLOR
static final java.awt.Color DEFAULT_TRIGGER_NODE_COLOR
static final java.awt.Color DEFAULT_PARAMETER_NODE_COLOR