y.view
Interface Graph2D.BackupRealizersHandler

All Known Implementing Classes:
Graph2DUndoManager
Enclosing interface:
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)

Method Summary
 void backupRealizers(Graph2D graph, EdgeCursor ec)
           
 void backupRealizers(Graph2D graph, NodeCursor ec)
           
 

Method Detail

backupRealizers

public void backupRealizers(Graph2D graph,
                            EdgeCursor ec)

backupRealizers

public void backupRealizers(Graph2D graph,
                            NodeCursor ec)

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

2003