Uses of Class
adams.gui.visualization.timeseries.AbstractTimeseriesPaintlet
-
Packages that use AbstractTimeseriesPaintlet Package Description adams.flow.sink adams.gui.visualization.timeseries -
-
Uses of AbstractTimeseriesPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractTimeseriesPaintlet Modifier and Type Field Description protected AbstractTimeseriesPaintlet
TimeseriesDisplay. m_Paintlet
the paintlet to use.Methods in adams.flow.sink that return AbstractTimeseriesPaintlet Modifier and Type Method Description protected AbstractTimeseriesPaintlet
TimeseriesDisplay. getDefaultPaintlet()
Returns the default paintlet.AbstractTimeseriesPaintlet
TimeseriesDisplay. getPaintlet()
Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractTimeseriesPaintlet Modifier and Type Method Description void
TimeseriesDisplay. setPaintlet(AbstractTimeseriesPaintlet value)
Sets the paintlet to use. -
Uses of AbstractTimeseriesPaintlet in adams.gui.visualization.timeseries
Subclasses of AbstractTimeseriesPaintlet in adams.gui.visualization.timeseries Modifier and Type Class Description class
FixedTimestampPaintlet
Paintlet for highlighting a specific timestamp with a vertical indicator line.class
FixedTimestampRangePaintlet
Paintlet for highlighting a specific timestamp range with a background color.class
PaintletWithFixedXRange
A wrapper for XY-sequence paintlets, in order to use fixed a X range.class
PaintletWithFixedXYRange
A wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.class
PaintletWithFixedYRange
A wrapper for XY-sequence paintlets, in order to use fixed a Y range.class
PeriodicityPaintlet
Paintlet for painting the spectral graph.class
ReportColorTimeseriesPaintlet
Paintlet for painting the timeseries data using the color stored in the report.class
SelectedTimestampPaintlet
Paintlet for highlighting a selected timeseries data point point on a panel.class
TimeseriesPaintlet
Paintlet for painting the timeseries data.Fields in adams.gui.visualization.timeseries declared as AbstractTimeseriesPaintlet Modifier and Type Field Description protected AbstractTimeseriesPaintlet
PaintletWithFixedXRange. m_Paintlet
the actual paintlet to use.protected AbstractTimeseriesPaintlet
PaintletWithFixedYRange. m_Paintlet
the actual paintlet to use.protected AbstractTimeseriesPaintlet
TimeseriesPanel. m_TimeseriesPaintlet
paintlet for drawing the timeseries.Methods in adams.gui.visualization.timeseries that return AbstractTimeseriesPaintlet Modifier and Type Method Description AbstractTimeseriesPaintlet
TimeseriesPanel. getContainerPaintlet()
Returns the paintlet used for painting the containers.protected AbstractTimeseriesPaintlet
PaintletWithFixedXRange. getDefaultPaintlet()
Returns the default paintlet to use.protected AbstractTimeseriesPaintlet
PaintletWithFixedYRange. getDefaultPaintlet()
Returns the default paintlet to use.AbstractTimeseriesPaintlet
PaintletWithFixedXRange. getPaintlet()
Returns the painlet in use.AbstractTimeseriesPaintlet
PaintletWithFixedYRange. getPaintlet()
Returns the painlet in use.AbstractTimeseriesPaintlet
TimeseriesPanel. getTimeseriesPaintlet()
Returns the paintlet for painting the timeseries.Methods in adams.gui.visualization.timeseries with parameters of type AbstractTimeseriesPaintlet Modifier and Type Method Description void
PaintletWithFixedXRange. setPaintlet(AbstractTimeseriesPaintlet value)
Sets the actual paintlet to use.void
PaintletWithFixedYRange. setPaintlet(AbstractTimeseriesPaintlet value)
Sets the actual paintlet to use.void
TimeseriesPanel. setTimeseriesPaintlet(AbstractTimeseriesPaintlet paintlet)
Sets the paintlet for painting the timeseries.
-