Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
TextWrapping |
DefaultLabelStyle.getTextWrapping()
Gets the text wrapping mode.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLabelStyle.setTextWrapping(TextWrapping value)
Sets the text wrapping mode.
|
Modifier and Type | Method and Description |
---|---|
static TextWrapping |
TextWrapping.fromOrdinal(int ordinal) |
static TextWrapping |
TextWrapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextWrapping[] |
TextWrapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|