| 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. |
| com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl. |
| Modifier and Type | Method and Description |
|---|---|
GridInfo |
GridVisualCreator.getGridInfo()
Gets the grid info that describes the geometry of the grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridVisualCreator.setGridInfo(GridInfo value)
Sets the grid info that describes the geometry of the grid.
|
| Constructor and Description |
|---|
GridVisualCreator(GridInfo gridInfo)
Initializes a new instance of the
GridVisualCreator class. |
| Modifier and Type | Method and Description |
|---|---|
GridInfo |
GridConstraintProvider.getGridInfo()
Gets the grid info that describes the geometry of the grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConstraintProvider.setGridInfo(GridInfo value)
Sets the grid info that describes the geometry of the grid.
|
| Constructor and Description |
|---|
GridConstraintProvider(GridInfo gridInfo)
Creates a new instance using the given grid info.
|