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 SliderMode |
SliderMode.fromOrdinal(int ordinal) |
SliderMode |
SliderEdgeLabelLayoutModel.getMode()
Gets the model's slider mode which determines whether the label slides
on the edge , along both sides of the edge
or along one side of the edge . |
static SliderMode |
SliderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliderMode[] |
SliderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SliderEdgeLabelLayoutModel(SliderMode mode)
Creates a new instance of
SliderEdgeLabelLayoutModel with the given mode. |