Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static RecursiveEdgeStyle |
RecursiveEdgeStyle.fromOrdinal(int ordinal) |
RecursiveEdgeStyle |
EdgeLayoutDescriptor.getRecursiveEdgeStyle()
Gets how edges in grouped graphs are routed between the content of different groups.
|
static RecursiveEdgeStyle |
RecursiveEdgeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecursiveEdgeStyle[] |
RecursiveEdgeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeLayoutDescriptor.setRecursiveEdgeStyle(RecursiveEdgeStyle value)
Sets how edges in grouped graphs are routed between the content of different groups.
|