Uses of Interface
adams.gui.visualization.timeseries.TimeseriesYAxisPanelOptions
-
Packages that use TimeseriesYAxisPanelOptions Package Description adams.flow.sink adams.gui.visualization.timeseries -
-
Uses of TimeseriesYAxisPanelOptions in adams.flow.sink
Fields in adams.flow.sink declared as TimeseriesYAxisPanelOptions Modifier and Type Field Description protected TimeseriesYAxisPanelOptions
TimeseriesDisplay. m_AxisY
the options for the Y axis.Methods in adams.flow.sink that return TimeseriesYAxisPanelOptions Modifier and Type Method Description TimeseriesYAxisPanelOptions
TimeseriesDisplay. getAxisY()
Returns the setup for the Y axis.protected TimeseriesYAxisPanelOptions
TimeseriesDisplay. getDefaultAxisY()
Returns the setup for the Y axis.Methods in adams.flow.sink with parameters of type TimeseriesYAxisPanelOptions Modifier and Type Method Description void
TimeseriesDisplay. setAxisY(TimeseriesYAxisPanelOptions value)
Sets the setup for the Y axis. -
Uses of TimeseriesYAxisPanelOptions in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement TimeseriesYAxisPanelOptions Modifier and Type Class Description class
AbstractTimeseriesYAxisPanelOptions
Ancestor for axis panel option classes for timeseries Y axes.class
DefaultTimeseriesYAxisPanelOptions
Encapsulates options for the Y axis in a timeseries plot.
-