Package | Description |
---|---|
org.eclipse.nebula.visualization.internal.xygraph.undo | |
org.eclipse.nebula.visualization.xygraph.figures |
Modifier and Type | Method | Description |
---|---|---|
static XYGraphMemento |
XYGraphMementoUtil.createEmptyMemento(IXYGraph xyGraph) |
Creates an empty memento given a XYGraph
|
static XYGraphMemento |
XYGraphMementoUtil.createMemento(IXYGraph xyGraph) |
Creates a memento given a XYGraph
|
XYGraphMemento |
XYGraphConfigCommand.getAfterXYGraphMemento() |
Returns the after graph memento
|
XYGraphMemento |
XYGraphConfigCommand.getPreviousXYGraphMemento() |
Returns the previous graph memento
|
Modifier and Type | Method | Description |
---|---|---|
static void |
XYGraphMementoUtil.restoreXYGraphPropsFromMemento(IXYGraph xyGraph,
XYGraphMemento memento) |
Restores the XYGraph props from the given memento
|
static void |
XYGraphMementoUtil.saveXYGraphPropsToMemento(IXYGraph xyGraph,
XYGraphMemento memento) |
Saves props to the given memento
|
Constructor | Description |
---|---|
XYGraphConfigCommand(IXYGraph xyGraph,
java.util.function.Supplier<? extends XYGraphMemento> mementoFactory) |
Constructor with a XYGraphMemento
Supplier |
Modifier and Type | Method | Description |
---|---|---|
XYGraphMemento |
IXYGraph.getXyGraphMem() |
|
XYGraphMemento |
XYGraph.getXyGraphMem() |
Modifier and Type | Method | Description |
---|---|---|
void |
IXYGraph.setXyGraphMem(XYGraphMemento xyGraphMem) |
|
void |
XYGraph.setXyGraphMem(XYGraphMemento xyGraphMem) |