GraphLab Project

graphlab.plugins.commonplugin.undo
Interface Undoable

All Known Implementing Classes:
AddEdge, AddVertex, DeleteEdge, DeleteSelected, DeleteVertex, DragEdge, GraphPower, MakeSelectionComplementGraph, MakeSelectionCompleteGraph, MakeSelectionEmptyGraph, MoveSelected, MoveVertex, ScaleInSelection, ScaleOutSelection, VertexMoveEvent, VertexTransformer

public interface Undoable

Author:
Rouzbeh Ebrahimi

Method Summary
 void redo(UndoableActionOccuredData uaod)
           
 void undo(UndoableActionOccuredData uaod)
           
 

Method Detail

undo

void undo(UndoableActionOccuredData uaod)

redo

void redo(UndoableActionOccuredData uaod)

GraphLab Project