|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.layout.tree.TreeLayoutConstants
This class contains attributes as well as their default values and is
used primarily by class TreeLayout.
The TreeLayout provides four
different arrangement style. The following attribute may be used to
specify one of them
The distance between nodes is adjustable. You can use the following attributes to set the distance between them:
| Field Summary | |
static java.lang.String |
ERROR_NO_TREE
Error message. |
static java.lang.String |
GRAPH_CATEGORY_DESC
description text of attributes categories. |
static MetricExpression |
LAYER_DISTANCE_DEF
The default value for LAYOUT_STYLE_HV. |
static java.lang.String |
LAYER_DISTANCE_DESC
This attribute specifies the distance between two layers. |
static java.lang.String |
LAYOUT_NAME
Name of this layout engine. |
static java.lang.String |
LAYOUT_STYLE_DESC
This attribute specifies the layout style. |
static java.lang.String |
LAYOUT_STYLE_HV
Horizontal-Vertical arrangement places the child nodes of each parent node either on a horizontal or a vertical line. |
static java.lang.String |
LAYOUT_STYLE_LOOP
The child nodes of each parent node will be arranged on a circle centered around that parent node. |
static java.lang.String |
LAYOUT_STYLE_PLAIN
The tree will be arranged hierarchically with the root at the top. |
static java.lang.String |
LAYOUT_STYLE_RADIAL
The radial style is a variation of the layered style. |
static MetricExpression |
NODE_DISTANCE_DEF
The default value for NODE_DISTANCE_DESC. |
static java.lang.String |
NODE_DISTANCE_DESC
This attribute specifies the distance between two nodes in the same layer. |
static MetricExpression |
RADIUS_DEF
The default value for RADIUS_DEF. |
static java.lang.String |
RADIUS_DESC
This attribute specifies the radius for the circles on which the nodes are distributed. |
static int |
ROTATION_DEGREE_DEF
The default value for ROTATION_DEGREE_DESC. |
static java.lang.String |
ROTATION_DEGREE_DESC
Specifies the drawing rotation angle of the graph. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String LAYOUT_NAME
public static final java.lang.String LAYOUT_STYLE_DESC
public static final java.lang.String LAYOUT_STYLE_PLAIN
LAYOUT_STYLE_DESC,
Constant Field Valuespublic static final java.lang.String LAYOUT_STYLE_RADIAL
LAYOUT_STYLE_DESC,
Constant Field Valuespublic static final java.lang.String LAYOUT_STYLE_LOOP
LAYOUT_STYLE_DESC,
Constant Field Valuespublic static final java.lang.String LAYOUT_STYLE_HV
LAYOUT_STYLE_DESC,
Constant Field Valuespublic static final java.lang.String LAYER_DISTANCE_DESC
LAYOUT_STYLE_PLAIN or
LAYOUT_STYLE_PLAIN is used.
public static final MetricExpression LAYER_DISTANCE_DEF
LAYOUT_STYLE_HV.
public static final java.lang.String NODE_DISTANCE_DESC
LAYOUT_STYLE_PLAIN or
LAYOUT_STYLE_PLAIN is used.
public static final MetricExpression NODE_DISTANCE_DEF
NODE_DISTANCE_DESC.
public static final java.lang.String RADIUS_DESC
LAYOUT_STYLE_LOOP or LAYOUT_STYLE_RADIAL is used.
public static final MetricExpression RADIUS_DEF
RADIUS_DEF.
public static final java.lang.String ROTATION_DEGREE_DESC
public static final int ROTATION_DEGREE_DEF
ROTATION_DEGREE_DESC.
public static final java.lang.String GRAPH_CATEGORY_DESC
public static final java.lang.String ERROR_NO_TREE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||