Uses of Interface
adams.gui.visualization.core.PlotPanelAxisOptions
-
Packages that use PlotPanelAxisOptions Package Description adams.gui.visualization.core adams.gui.visualization.timeseries -
-
Uses of PlotPanelAxisOptions in adams.gui.visualization.core
Classes in adams.gui.visualization.core that implement PlotPanelAxisOptions Modifier and Type Class Description class
AxisPanelOptions
Encapsulates options for an axis in a plot. -
Uses of PlotPanelAxisOptions in adams.gui.visualization.timeseries
Subinterfaces of PlotPanelAxisOptions in adams.gui.visualization.timeseries Modifier and Type Interface Description interface
TimeseriesXAxisPanelOptions
Interface for axis panel options for X axes of timeseries panels.interface
TimeseriesYAxisPanelOptions
Interface for axis panel options for Y axes of timeseries panels.Classes in adams.gui.visualization.timeseries that implement PlotPanelAxisOptions Modifier and Type Class Description class
AbstractTimeseriesXAxisPanelOptions
Ancestor for axis panel option classes for timeseries X axes.class
AbstractTimeseriesYAxisPanelOptions
Ancestor for axis panel option classes for timeseries Y axes.class
DefaultTimeseriesXAxisPanelOptions
Encapsulates options for the X axis in a timeseries plot.class
DefaultTimeseriesYAxisPanelOptions
Encapsulates options for the Y axis in a timeseries plot.
-