Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Field and Description |
---|---|
static LabelAngleReferences |
LabelAngleReferences.ABSOLUTE
Angle interpretation specifier for edge labels which expresses that the rotation angle should be interpreted absolute
and not relative to the edge slope.
|
static LabelAngleReferences |
LabelAngleReferences.RELATIVE_TO_EDGE_FLOW
Angle interpretation specifier for edge labels which expresses that the rotation angle should be interpreted relative to
the edge slope.
|
Modifier and Type | Method and Description |
---|---|
static LabelAngleReferences |
LabelAngleReferences.fromName(String name) |
static LabelAngleReferences |
LabelAngleReferences.fromOrdinal(int value) |
protected LabelAngleReferences |
LabelAngleReferences.fromOrdinalImpl(int ordinal) |
LabelAngleReferences |
PreferredPlacementDescriptor.getAngleReference()
Gets the reference of the angle given by
Angle . |
protected LabelAngleReferences[] |
LabelAngleReferences.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
PreferredPlacementDescriptor.setAngleReference(LabelAngleReferences value)
Sets the reference of the angle given by
Angle . |