| Package | Description |
|---|---|
| com.yworks.yfiles.graph.labelmodels |
Contains interfaces and default implementations for label layout models.
|
| Modifier and Type | Method and Description |
|---|---|
static ExteriorLabelModel.Position |
ExteriorLabelModel.Position.fromOrdinal(int ordinal) |
static ExteriorLabelModel.Position |
ExteriorLabelModel.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExteriorLabelModel.Position[] |
ExteriorLabelModel.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ILabelModelParameter |
ExteriorLabelModel.createParameter(ExteriorLabelModel.Position position)
Creates a new parameter that is associated with this instance for the provided position.
|