Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static SelfLoopStyle |
SelfLoopStyle.fromOrdinal(int ordinal) |
SelfLoopStyle |
SelfLoopRouter.getLayoutStyle()
Gets the layout style of the self-loops.
|
static SelfLoopStyle |
SelfLoopStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelfLoopStyle[] |
SelfLoopStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SelfLoopRouter.setLayoutStyle(SelfLoopStyle value)
Sets the layout style of the self-loops.
|