Package | Description |
---|---|
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 |
---|---|
static GridStyle |
GridStyle.fromOrdinal(int ordinal) |
GridStyle |
GridVisualCreator.getGridStyle()
Gets the grid style that this implementation uses.
|
static GridStyle |
GridStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridStyle[] |
GridStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GridVisualCreator.setGridStyle(GridStyle value)
Sets the grid style that this implementation uses.
|