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 TimeseriesYAxisPanelOptionsTimeseriesDisplay. m_AxisYthe options for the Y axis.Methods in adams.flow.sink that return TimeseriesYAxisPanelOptions Modifier and Type Method Description TimeseriesYAxisPanelOptionsTimeseriesDisplay. getAxisY()Returns the setup for the Y axis.protected TimeseriesYAxisPanelOptionsTimeseriesDisplay. getDefaultAxisY()Returns the setup for the Y axis.Methods in adams.flow.sink with parameters of type TimeseriesYAxisPanelOptions Modifier and Type Method Description voidTimeseriesDisplay. 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 classAbstractTimeseriesYAxisPanelOptionsAncestor for axis panel option classes for timeseries Y axes.classDefaultTimeseriesYAxisPanelOptionsEncapsulates options for the Y axis in a timeseries plot.
-