Uses of Class
org.eclipse.nebula.visualization.internal.xygraph.undo.AxisMemento
-
Packages that use AxisMemento Package Description org.eclipse.nebula.visualization.internal.xygraph.undo -
-
Uses of AxisMemento in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo with type parameters of type AxisMemento Modifier and Type Field Description private java.util.List<AxisMemento>
XYGraphMemento. axisMementoList
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return types with arguments of type AxisMemento Modifier and Type Method Description java.util.List<AxisMemento>
XYGraphMemento. getAxisMementoList()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type AxisMemento Modifier and Type Method Description void
XYGraphMemento. addAxisMemento(AxisMemento memento)
private static void
XYGraphMementoUtil. restoreAxisPropsFromMemento(Axis axis, AxisMemento memento)
private static void
XYGraphMementoUtil. saveAxisPropsToMemento(Axis axis, AxisMemento memento)
-