Package adams.gui.visualization.core
Interface PlotPanelAxisOptions
-
- All Superinterfaces:
Destroyable
,OptionHandler
- All Known Subinterfaces:
TimeseriesXAxisPanelOptions
,TimeseriesYAxisPanelOptions
- All Known Implementing Classes:
AbstractTimeseriesXAxisPanelOptions
,AbstractTimeseriesYAxisPanelOptions
,AxisPanelOptions
,DefaultTimeseriesXAxisPanelOptions
,DefaultTimeseriesYAxisPanelOptions
public interface PlotPanelAxisOptions extends OptionHandler
Interface for schemes that configure axes of aPlotPanel
.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(PlotPanel plot, Axis axis)
Applies the options to the specified axis.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-