Package | Description |
---|---|
com.yworks.yfiles.layout.partial |
Provides class
PartialLayout that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram. |
Modifier and Type | Method and Description |
---|---|
static LayoutOrientation |
LayoutOrientation.fromOrdinal(int ordinal) |
LayoutOrientation |
PartialLayout.getLayoutOrientation()
Gets the layout orientation that is considered during the placement of partial elements.
|
static LayoutOrientation |
LayoutOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutOrientation[] |
LayoutOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartialLayout.setLayoutOrientation(LayoutOrientation value)
Sets the layout orientation that is considered during the placement of partial elements.
|