Uses of Interface
adams.gui.visualization.timeseries.TimeseriesXAxisPanelOptions
-
Packages that use TimeseriesXAxisPanelOptions Package Description adams.flow.sink adams.gui.visualization.timeseries -
-
Uses of TimeseriesXAxisPanelOptions in adams.flow.sink
Fields in adams.flow.sink declared as TimeseriesXAxisPanelOptions Modifier and Type Field Description protected TimeseriesXAxisPanelOptions
TimeseriesDisplay. m_AxisX
the options for the X axis.Methods in adams.flow.sink that return TimeseriesXAxisPanelOptions Modifier and Type Method Description TimeseriesXAxisPanelOptions
TimeseriesDisplay. getAxisX()
Returns the setup for the X axis.protected TimeseriesXAxisPanelOptions
TimeseriesDisplay. getDefaultAxisX()
Returns the setup for the X axis.Methods in adams.flow.sink with parameters of type TimeseriesXAxisPanelOptions Modifier and Type Method Description void
TimeseriesDisplay. setAxisX(TimeseriesXAxisPanelOptions value)
Sets the setup for the X axis. -
Uses of TimeseriesXAxisPanelOptions in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement TimeseriesXAxisPanelOptions Modifier and Type Class Description class
AbstractTimeseriesXAxisPanelOptions
Ancestor for axis panel option classes for timeseries X axes.class
DefaultTimeseriesXAxisPanelOptions
Encapsulates options for the X axis in a timeseries plot.
-