|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.layout.circular.CircularLayoutConstants
This class contains attributes and their default values that are
used by CircularLayout.
The CircularLayout arranges nodes
on circles. It provides the following attributes to adjust the distance
between nodes and the minimum circle radius.
There are some attributes which influence node distribution. Please note that some of these attributes adjust the arrangement of nodes in radial trees while others influence the arrangement of nodes on circles. Angle units are degrees.
| Field Summary | |
static int |
DEVIATION_ANGLE_DEF
The default value for DEVIATION_ANGLE_DESC. |
static java.lang.String |
DEVIATION_ANGLE_DESC
This attribute determines the maximum deviation angle allowed for an edge. |
static java.lang.String |
DISTRIBUTION_STRATEGY_DESC
The predefined strategy to distribute nodes on a circle. |
static java.lang.String |
DISTRIBUTION_SYMMETRICAL
Distributes nodes on a circle in equal measure. |
static java.lang.String |
DISTRIBUTION_WEIGHTED
Distributes nodes on a circle depended on their sizes |
static java.lang.String |
GRAPH_CATEGORY_DESC
Description text of attributes. |
static MetricExpression |
GRAPH_RADIUS_DEF
The default value for RADIUS_DESC. |
static boolean |
GROUP_BICONNECTED_DEF
The default value for GROUP_BICONNECTED_DESC. |
static java.lang.String |
GROUP_BICONNECTED_DESC
The predefined strategy to group unilaterally-connected subgraphs. |
static java.lang.String |
LAYOUT_NAME
The name of the layout. |
static MetricExpression |
NODE_DISTANCE_DEF
The default value for NODE_DISTANCE_DESC. |
static java.lang.String |
NODE_DISTANCE_DESC
This attribute specifies the minimal distance between the borders of two adjacent nodes on a shared circle. |
static java.lang.String |
RADIUS_DESC
This attribute specifies the minimum circle radius. |
static int |
ROTATION_DEGREE_DEF
The default value for ROTATION_DEGREE_DESC. |
static java.lang.String |
ROTATION_DEGREE_DESC
This attribute specifies the drawing rotation angle in degrees. |
static int |
WAGE_ANGLE_DEF
The default value for WAGE_ANGLE_DESC. |
static java.lang.String |
WAGE_ANGLE_DESC
This attribute determines the angular range of the sector that will be reserved around the root node. |
| 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 GRAPH_CATEGORY_DESC
public static final java.lang.String RADIUS_DESC
public static final MetricExpression GRAPH_RADIUS_DEF
RADIUS_DESC.
public static final java.lang.String NODE_DISTANCE_DESC
public static final MetricExpression NODE_DISTANCE_DEF
NODE_DISTANCE_DESC.
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 DEVIATION_ANGLE_DESC
public static final int DEVIATION_ANGLE_DEF
DEVIATION_ANGLE_DESC.
public static final java.lang.String WAGE_ANGLE_DESC
public static final int WAGE_ANGLE_DEF
WAGE_ANGLE_DESC.
public static final java.lang.String DISTRIBUTION_STRATEGY_DESC
public static final java.lang.String DISTRIBUTION_SYMMETRICAL
DISTRIBUTION_STRATEGY_DESC,
Constant Field Valuespublic static final java.lang.String DISTRIBUTION_WEIGHTED
DISTRIBUTION_STRATEGY_DESC,
Constant Field Valuespublic static final java.lang.String GROUP_BICONNECTED_DESC
public static final boolean GROUP_BICONNECTED_DEF
GROUP_BICONNECTED_DESC.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||