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 LabelSideReferences |
LabelSideReferences.ABSOLUTE_WITH_LEFT_IN_NORTH
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments. |
static LabelSideReferences |
LabelSideReferences.ABSOLUTE_WITH_RIGHT_IN_NORTH
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments. |
static LabelSideReferences |
LabelSideReferences.RELATIVE_TO_EDGE_FLOW
Side placement specifier for edge labels which expresses that the preferred side of the edge is interpreted relative to
the edge flow.
|
Modifier and Type | Method and Description |
---|---|
static LabelSideReferences |
LabelSideReferences.fromName(String name) |
static LabelSideReferences |
LabelSideReferences.fromOrdinal(int value) |
protected LabelSideReferences |
LabelSideReferences.fromOrdinalImpl(int ordinal) |
protected LabelSideReferences[] |
LabelSideReferences.getItems() |
LabelSideReferences |
PreferredPlacementDescriptor.getSideReference()
Gets how to interpret the preferred side as given by
SideOfEdge . |
Modifier and Type | Method and Description |
---|---|
void |
PreferredPlacementDescriptor.setSideReference(LabelSideReferences value)
Sets how to interpret the preferred side as given by
SideOfEdge . |