Search this API

y.view
Interface Graph2D.BackupRealizersHandler

All Known Implementing Classes:
Graph2DUndoManager
Enclosing class:
Graph2D

public static interface Graph2D.BackupRealizersHandler

Implementations of this interface are responsible for backing up the node and edge realizer of a Graph2D.

See Also:
Graph2D.setBackupRealizersHandler(y.view.Graph2D.BackupRealizersHandler)
 
Your browser does not support SVG content.

Method Summary
 void backupRealizers(Graph2D graph, EdgeCursor ec)
          Called in response to a Graph2D.backupRealizers(y.base.EdgeCursor) call.
 void backupRealizers(Graph2D graph, NodeCursor ec)
          Called in response to a Graph2D.backupRealizers(y.base.NodeCursor) call.
 

Method Detail

backupRealizers

void backupRealizers(Graph2D graph,
                     EdgeCursor ec)
Called in response to a Graph2D.backupRealizers(y.base.EdgeCursor) call.


backupRealizers

void backupRealizers(Graph2D graph,
                     NodeCursor ec)
Called in response to a Graph2D.backupRealizers(y.base.NodeCursor) call.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.