Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static PortAssignmentMode |
PortAssignmentMode.fromOrdinal(int ordinal) |
PortAssignmentMode |
NodeLayoutDescriptor.getPortAssignment()
Gets the assignment strategy which distributes the ports along the node borders.
|
static PortAssignmentMode |
PortAssignmentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortAssignmentMode[] |
PortAssignmentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeLayoutDescriptor.setPortAssignment(PortAssignmentMode value)
Sets the assignment strategy which distributes the ports along the node borders.
|