Uses of Class
org.cytoscape.work.undo.AbstractCyEdit
Package
Description
This package provides access to the available layout algorithms, as well as provides abstract layout
classes and layout information containers for the convenience of implementing other layout algorithms.
Cytoscape's undo framework.
-
Uses of AbstractCyEdit in org.cytoscape.view.layout
Modifier and TypeClassDescriptionclass
An undoable edit that will undo and redo of a layout algorithm applied to a network view. -
Uses of AbstractCyEdit in org.cytoscape.work.undo
Modifier and TypeMethodDescriptionvoid
UndoSupport.postEdit(AbstractCyEdit edit)
Posts the specified edit to the Cytoscape undo stack.