| Package | Description |
|---|---|
| com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
| 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 |
|---|---|
GraphClipboard |
IGraphClipboardContext.getClipboard()
Gets the clipboard that created this context and is used during the current operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected GraphClipboard |
GraphControl.createGraphClipboard()
Creates the default instance to use if no custom instance has been set.
|
GraphClipboard |
GraphControl.getClipboard()
Gets the
GraphClipboard associated with this control. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphControl.setClipboard(GraphClipboard value)
Sets the
GraphClipboard associated with this control. |