Uses of Class
mgui.interfaces.plots.sgt.SgtPlotEvent
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtPlotEvent in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt with parameters of type SgtPlotEvent Modifier and Type Method Description void
SgtPlotLayout. plotObjectAdded(SgtPlotEvent e)
void
SgtPlotListener. plotObjectAdded(SgtPlotEvent e)
Updates this plot in response to an additional data object.void
SgtPlotLayout. plotObjectModified(SgtPlotEvent e)
void
SgtPlotListener. plotObjectModified(SgtPlotEvent e)
Updates this plot in response to the modification of a data object.void
SgtPlotLayout. plotObjectRemoved(SgtPlotEvent e)
void
SgtPlotListener. plotObjectRemoved(SgtPlotEvent e)
Updates this plot in response to the removal of a data object.