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 LabelAngleOnRightSideOffsets |
LabelAngleOnRightSideOffsets.NONE
Angle offset specifier for edge labels which expresses that no additional offset should be added to the angle.
|
static LabelAngleOnRightSideOffsets |
LabelAngleOnRightSideOffsets.SEMI
Angle offset specifier for edge labels which expresses that an additional offset of
180 degrees should be added
to the angle. |
Modifier and Type | Method and Description |
---|---|
static LabelAngleOnRightSideOffsets |
LabelAngleOnRightSideOffsets.fromName(String name) |
static LabelAngleOnRightSideOffsets |
LabelAngleOnRightSideOffsets.fromOrdinal(int value) |
protected LabelAngleOnRightSideOffsets |
LabelAngleOnRightSideOffsets.fromOrdinalImpl(int ordinal) |
LabelAngleOnRightSideOffsets |
PreferredPlacementDescriptor.getAngleOffsetOnRightSide()
Gets the angle offset for labels that are placed on the right side of the edge.
|
protected LabelAngleOnRightSideOffsets[] |
LabelAngleOnRightSideOffsets.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
PreferredPlacementDescriptor.setAngleOffsetOnRightSide(LabelAngleOnRightSideOffsets value)
Sets the angle offset for labels that are placed on the right side of the edge.
|