Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Method and Description |
---|---|
protected GraphCopier |
GraphClipboard.createDuplicateCopier()
Factory method that creates the
DuplicateCopier . |
protected GraphCopier |
GraphClipboard.createFromClipboardCopier()
Factory method that creates the
FromClipboardCopier . |
protected GraphCopier |
GraphClipboard.createToClipboardCopier()
Factory method that creates the
ToClipboardCopier . |
GraphCopier |
GraphClipboard.getDuplicateCopier()
Gets the
GraphCopier instance that will be used to duplicate elements inside the graph. |
GraphCopier |
GraphClipboard.getFromClipboardCopier()
Gets the
GraphCopier instance that will be used to copy the graph from the clipboard to the target graph. |
GraphCopier |
GraphClipboard.getToClipboardCopier()
Gets the
GraphCopier instance that will be used to copy the graph to the clipboard. |
Modifier and Type | Method and Description |
---|---|
protected ILabelModelParameter |
GraphClipboard.getLabelLayoutParameter(GraphCopier copier,
IGraph graph,
ILabel label,
ILabelOwner newOwner)
|
protected IPortLocationModelParameter |
GraphClipboard.getPortLocationParameter(GraphCopier copier,
IGraph graph,
IPort originalPort,
IPortOwner newOwner)
|
void |
GraphClipboard.setDuplicateCopier(GraphCopier value)
Sets the
GraphCopier instance that will be used to duplicate elements inside the graph. |
void |
GraphClipboard.setFromClipboardCopier(GraphCopier value)
Sets the
GraphCopier instance that will be used to copy the graph from the clipboard to the target graph. |
void |
GraphClipboard.setToClipboardCopier(GraphCopier value)
Sets the
GraphCopier instance that will be used to copy the graph to the clipboard. |