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 TimeseriesXAxisPanelOptionsTimeseriesDisplay. m_AxisXthe options for the X axis.Methods in adams.flow.sink that return TimeseriesXAxisPanelOptions Modifier and Type Method Description TimeseriesXAxisPanelOptionsTimeseriesDisplay. getAxisX()Returns the setup for the X axis.protected TimeseriesXAxisPanelOptionsTimeseriesDisplay. getDefaultAxisX()Returns the setup for the X axis.Methods in adams.flow.sink with parameters of type TimeseriesXAxisPanelOptions Modifier and Type Method Description voidTimeseriesDisplay. 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 classAbstractTimeseriesXAxisPanelOptionsAncestor for axis panel option classes for timeseries X axes.classDefaultTimeseriesXAxisPanelOptionsEncapsulates options for the X axis in a timeseries plot.
-