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 IClipboardHelper |
GraphClipboard.getClipboardHelper(IModelItem item)
Retrieves the
IClipboardHelper instance associated with the given item. |
Modifier and Type | Method and Description |
---|---|
LookupDecorator<IPort,IClipboardHelper> |
PortDecorator.getClipboardHelperDecorator()
Gets a
LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has
been created for. |
LookupDecorator<INode,IClipboardHelper> |
NodeDecorator.getClipboardHelperDecorator()
Gets a
LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has
been created for. |
LookupDecorator<ILabel,IClipboardHelper> |
LabelDecorator.getClipboardHelperDecorator()
Gets a
LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has
been created for. |
LookupDecorator<IEdge,IClipboardHelper> |
EdgeDecorator.getClipboardHelperDecorator()
Gets a
LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has
been created for. |
LookupDecorator<IBend,IClipboardHelper> |
BendDecorator.getClipboardHelperDecorator()
Gets a
LookupDecorator that decorates the IClipboardHelper type for the type of items this instance has
been created for. |