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 void |
GraphClipboard.copy(IGraph sourceGraph,
Predicate<IModelItem> filter,
IGraph targetGraph,
INode targetRootNode,
IElementCopiedCallback elementCopiedCallback)
Calls
GraphCopier.copy(IGraph, Predicate, IGraph, INode, PointD, IElementCopiedCallback) on the current ToClipboardCopier
instance or FromClipboardCopier instance, depending on whether the targetGraph
is the ClipboardGraph instance. |
void |
GraphCopier.copy(IGraph sourceGraph,
Predicate<IModelItem> filter,
IGraph targetGraph,
INode targetRootNode,
PointD offset,
IElementCopiedCallback elementCopiedCallback)
|
void |
GraphCopier.copy(IGraph sourceGraph,
Predicate<IModelItem> filter,
IGraph targetGraph,
PointD offset,
IElementCopiedCallback elementCopiedCallback)
|
void |
GraphClipboard.duplicate(IInputModeContext context,
IGraph sourceGraph,
Predicate<IModelItem> filter,
IElementCopiedCallback elementDuplicated)
Duplicates the elements indicated by the filter.
|
void |
GraphClipboard.paste(IGraph targetGraph,
Predicate<IModelItem> filter,
IElementCopiedCallback elementPasted)
|
protected void |
GraphClipboard.paste(IGraph sourceGraph,
Predicate<IModelItem> filter,
IGraph targetGraph,
INode targetRootNode,
IElementCopiedCallback elementCopiedCallback,
Predicate<IModelItem> targetFilter)
Calls
GraphCopier.copy(IGraph, Predicate, IGraph, INode, PointD, IElementCopiedCallback) on the current FromClipboardCopier
instance, depending on whether the targetGraph is the ClipboardGraph instance. |
void |
GraphClipboard.paste(IInputModeContext context,
IGraph targetGraph,
Predicate<IModelItem> filter,
IElementCopiedCallback elementPasted,
Predicate<IModelItem> targetFilter)
|