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 LabelAngleOnRightSideRotations |
LabelAngleOnRightSideRotations.CLOCKWISE
Angle interpretation specifier which expresses that the rotation angle should be interpreted clockwise.
|
static LabelAngleOnRightSideRotations |
LabelAngleOnRightSideRotations.COUNTER_CLOCKWISE
Angle interpretation specifier which expresses that the rotation angle should be interpreted
counter-clockwise.
|
Modifier and Type | Method and Description |
---|---|
static LabelAngleOnRightSideRotations |
LabelAngleOnRightSideRotations.fromName(String name) |
static LabelAngleOnRightSideRotations |
LabelAngleOnRightSideRotations.fromOrdinal(int value) |
protected LabelAngleOnRightSideRotations |
LabelAngleOnRightSideRotations.fromOrdinalImpl(int ordinal) |
LabelAngleOnRightSideRotations |
PreferredPlacementDescriptor.getAngleRotationOnRightSide()
Gets how the angle is applied to labels on the right side in respect of the labels of the left side of the edge.
|
protected LabelAngleOnRightSideRotations[] |
LabelAngleOnRightSideRotations.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
PreferredPlacementDescriptor.setAngleRotationOnRightSide(LabelAngleOnRightSideRotations value)
Sets how the angle is applied to labels on the right side in respect of the labels of the left side of the edge.
|