public class AbstractPlotFrame extends SimpleConfigurable implements PlotFrame, PlotListener
PlotFrame.PlotFrameEnvelope, PlotFrame.Wrapper
Constructor and Description |
---|
AbstractPlotFrame() |
AbstractPlotFrame() |
Modifier and Type | Method and Description |
---|---|
void |
dataChanged() |
PlotGroup |
getPlots() |
void |
metaChanged() |
java.util.Optional<hep.dataforge.plots.Plot> |
opt() |
void |
plotAdded() |
void |
updatePlotConfig()
Reload an annotation for given plottable.
|
void |
updatePlotData()
Reload data for plottable with given name.
|
addConfigObserver, applyConfig, applyElementChange, applyValueChange, configure, getConfig, removeConfigObserver, validate
add, addAll, asImage, clear, get, getPlots, opt, remove, setAll
configure, configureNode, configureValue, getConfig
dataChanged, metaChanged, plotAdded, plotRemoved
public AbstractPlotFrame()
public AbstractPlotFrame()
public PlotGroup getPlots()
public java.util.Optional<hep.dataforge.plots.Plot> opt()
public void updatePlotData()
Reload data for plottable with given name.
public void updatePlotConfig()
Reload an annotation for given plottable.
public void dataChanged()
public void metaChanged()
public void plotAdded()