Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static NodeLabelingPolicy |
NodeLabelingPolicy.fromOrdinal(int ordinal) |
NodeLabelingPolicy |
BalloonLayout.getNodeLabelingPolicy()
Gets the policy defining how node labels are placed by the integrated node labeling mechanism (for example, the desired
label orientation).
|
static NodeLabelingPolicy |
NodeLabelingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeLabelingPolicy[] |
NodeLabelingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BalloonLayout.setNodeLabelingPolicy(NodeLabelingPolicy value)
Sets the policy defining how node labels are placed by the integrated node labeling mechanism (for example, the desired
label orientation).
|