| Package | com.yworks.yfiles.util |
| Class | public class GraphCopier_NodeMapCopyFactory |
| Inheritance | GraphCopier_NodeMapCopyFactory GraphCopier_GraphDataCopyFactory YObject Object |
See also
| Method | Defined By | ||
|---|---|---|---|
GraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory, init:Boolean = true)
Creates a new instance that copies the node map contents. | GraphCopier_NodeMapCopyFactory | ||
![]() |
Delegates the copying of the data to copyEdgeData()
| GraphCopier_GraphDataCopyFactory | |
![]() |
Delegates the copying of the data to copyNodeData()
| GraphCopier_GraphDataCopyFactory | |
![]() | GraphCopier_GraphDataCopyFactory | ||
![]() | equals(o:Object):Boolean | YObject | |
getClass():Class [override] | GraphCopier_NodeMapCopyFactory | ||
![]() | hashCode():int | YObject | |
newGraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory):GraphCopier_NodeMapCopyFactory [static]
Creates a new instance that copies the node map contents. | GraphCopier_NodeMapCopyFactory | ||
![]() |
Calls the delegate and then postCopyData(). | GraphCopier_GraphDataCopyFactory | |
![]() |
Calls preCopyData() and then the delegate. | GraphCopier_GraphDataCopyFactory | |
| Method | Defined By | ||
|---|---|---|---|
Callback method that performs the actual copying of the data. | GraphCopier_NodeMapCopyFactory | ||
![]() |
Empty stub to be overwritten by subclass implementations. | GraphCopier_GraphDataCopyFactory | |
[override] | GraphCopier_NodeMapCopyFactory | ||
![]() | initGraphCopier_GraphDataCopyFactory(delegatingFactory:GraphCopier_CopyFactory):void | GraphCopier_GraphDataCopyFactory | |
initGraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory):void
Initializes this object. | GraphCopier_NodeMapCopyFactory | ||
![]() |
Empty stub to be overwritten by subclass implementations. | GraphCopier_GraphDataCopyFactory | |
[override] | GraphCopier_NodeMapCopyFactory | ||
| GraphCopier_NodeMapCopyFactory | () | Constructor |
public function GraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory, init:Boolean = true)Creates a new instance that copies the node map contents.
ParametersdelegatingFactory:GraphCopier_CopyFactory — the factory to delegate the copying of the entities to.
| |
init:Boolean (default = true) — An internally used switch to help handle proper instance initialization in inheritance chains where classes can have multiple constructor-like factory methods.
This parameter can safely be ignored/omitted when calling the constructor.
|
| copy | () | method |
protected function copy(src:Node, dst:Node, value:Object):ObjectCallback method that performs the actual copying of the data. This implementation simply returns the reference.
Parameters
src:Node | |
dst:Node | |
value:Object |
Object |
| copyNodeData | () | method |
| getClass | () | method |
override public function getClass():ClassReturnsClass |
| initGraphCopier_NodeMapCopyFactory | () | method |
protected final function initGraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory):void
Initializes this object. See the documentation of the corresponding factory method newGraphCopier_NodeMapCopyFactory() for details.
Parameters
delegatingFactory:GraphCopier_CopyFactory |
See also
| newGraphCopier_NodeMapCopyFactory | () | method |
public static function newGraphCopier_NodeMapCopyFactory(delegatingFactory:GraphCopier_CopyFactory):GraphCopier_NodeMapCopyFactoryCreates a new instance that copies the node map contents.
Parameters
delegatingFactory:GraphCopier_CopyFactory — the factory to delegate the copying of the entities to.
|
GraphCopier_NodeMapCopyFactory |
| preCopyData | () | method |