Uses of Interface
adams.flow.sink.sequenceplotter.MarkerPaintlet
-
Packages that use MarkerPaintlet Package Description adams.flow.sink adams.flow.sink.sequenceplotter -
-
Uses of MarkerPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as MarkerPaintlet Modifier and Type Field Description protected MarkerPaintletSequencePlotter. m_MarkerPaintletthe paintlet to use for painting markers.protected MarkerPaintletControlChartPlot. m_SeparatorPaintletthe paintlet to use for separating initialization data and subsequent data.Methods in adams.flow.sink that return MarkerPaintlet Modifier and Type Method Description MarkerPaintletSequencePlotter. getMarkerPaintlet()Returns the marker paintlet to use.MarkerPaintletControlChartPlot. getSeparatorPaintlet()Returns the paintlet to use for separating intialization data and subsequent data.Methods in adams.flow.sink with parameters of type MarkerPaintlet Modifier and Type Method Description voidSequencePlotter. setMarkerPaintlet(MarkerPaintlet value)Sets the marker paintlet to use.voidControlChartPlot. setSeparatorPaintlet(MarkerPaintlet value)Sets the paintlet to use for separating intialization data and subsequent data. -
Uses of MarkerPaintlet in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement MarkerPaintlet Modifier and Type Class Description classAbstractMarkerPaintletAncestor for marker paintlets.classByNameMarkerPaintletA wrapper for marker paintlets, plots only sequences if the ID matches the regular expression.classNoMarkersDummy paintlet, since it doesn't draw anything.classVerticalMarkersDraws vertical markers on the sequence plot panel.Fields in adams.flow.sink.sequenceplotter declared as MarkerPaintlet Modifier and Type Field Description protected MarkerPaintletSequencePlotterPanel. m_MarkerPaintletthe paintlet to use for marker paintlets.Methods in adams.flow.sink.sequenceplotter that return MarkerPaintlet Modifier and Type Method Description MarkerPaintletSequencePlotterPanel. getMarkerPaintlet()Returns the marker paintlet to use.Methods in adams.flow.sink.sequenceplotter with parameters of type MarkerPaintlet Modifier and Type Method Description voidSequencePlotterPanel. setMarkerPaintlet(MarkerPaintlet value)Sets the marker paintlet to use.
-