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 AbstractTimeseriesPaintletTimeseriesDisplay. m_Paintletthe paintlet to use.Methods in adams.flow.sink that return AbstractTimeseriesPaintlet Modifier and Type Method Description protected AbstractTimeseriesPaintletTimeseriesDisplay. getDefaultPaintlet()Returns the default paintlet.AbstractTimeseriesPaintletTimeseriesDisplay. getPaintlet()Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractTimeseriesPaintlet Modifier and Type Method Description voidTimeseriesDisplay. 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 classFixedTimestampPaintletPaintlet for highlighting a specific timestamp with a vertical indicator line.classFixedTimestampRangePaintletPaintlet for highlighting a specific timestamp range with a background color.classPaintletWithFixedXRangeA wrapper for XY-sequence paintlets, in order to use fixed a X range.classPaintletWithFixedXYRangeA wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.classPaintletWithFixedYRangeA wrapper for XY-sequence paintlets, in order to use fixed a Y range.classPeriodicityPaintletPaintlet for painting the spectral graph.classReportColorTimeseriesPaintletPaintlet for painting the timeseries data using the color stored in the report.classSelectedTimestampPaintletPaintlet for highlighting a selected timeseries data point point on a panel.classTimeseriesPaintletPaintlet for painting the timeseries data.Fields in adams.gui.visualization.timeseries declared as AbstractTimeseriesPaintlet Modifier and Type Field Description protected AbstractTimeseriesPaintletPaintletWithFixedXRange. m_Paintletthe actual paintlet to use.protected AbstractTimeseriesPaintletPaintletWithFixedYRange. m_Paintletthe actual paintlet to use.protected AbstractTimeseriesPaintletTimeseriesPanel. m_TimeseriesPaintletpaintlet for drawing the timeseries.Methods in adams.gui.visualization.timeseries that return AbstractTimeseriesPaintlet Modifier and Type Method Description AbstractTimeseriesPaintletTimeseriesPanel. getContainerPaintlet()Returns the paintlet used for painting the containers.protected AbstractTimeseriesPaintletPaintletWithFixedXRange. getDefaultPaintlet()Returns the default paintlet to use.protected AbstractTimeseriesPaintletPaintletWithFixedYRange. getDefaultPaintlet()Returns the default paintlet to use.AbstractTimeseriesPaintletPaintletWithFixedXRange. getPaintlet()Returns the painlet in use.AbstractTimeseriesPaintletPaintletWithFixedYRange. getPaintlet()Returns the painlet in use.AbstractTimeseriesPaintletTimeseriesPanel. getTimeseriesPaintlet()Returns the paintlet for painting the timeseries.Methods in adams.gui.visualization.timeseries with parameters of type AbstractTimeseriesPaintlet Modifier and Type Method Description voidPaintletWithFixedXRange. setPaintlet(AbstractTimeseriesPaintlet value)Sets the actual paintlet to use.voidPaintletWithFixedYRange. setPaintlet(AbstractTimeseriesPaintlet value)Sets the actual paintlet to use.voidTimeseriesPanel. setTimeseriesPaintlet(AbstractTimeseriesPaintlet paintlet)Sets the paintlet for painting the timeseries.
-