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 MarkerPaintlet
SequencePlotter. m_MarkerPaintlet
the paintlet to use for painting markers.protected MarkerPaintlet
ControlChartPlot. m_SeparatorPaintlet
the paintlet to use for separating initialization data and subsequent data.Methods in adams.flow.sink that return MarkerPaintlet Modifier and Type Method Description MarkerPaintlet
SequencePlotter. getMarkerPaintlet()
Returns the marker paintlet to use.MarkerPaintlet
ControlChartPlot. 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 void
SequencePlotter. setMarkerPaintlet(MarkerPaintlet value)
Sets the marker paintlet to use.void
ControlChartPlot. 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 class
AbstractMarkerPaintlet
Ancestor for marker paintlets.class
ByNameMarkerPaintlet
A wrapper for marker paintlets, plots only sequences if the ID matches the regular expression.class
NoMarkers
Dummy paintlet, since it doesn't draw anything.class
VerticalMarkers
Draws vertical markers on the sequence plot panel.Fields in adams.flow.sink.sequenceplotter declared as MarkerPaintlet Modifier and Type Field Description protected MarkerPaintlet
SequencePlotterPanel. m_MarkerPaintlet
the paintlet to use for marker paintlets.Methods in adams.flow.sink.sequenceplotter that return MarkerPaintlet Modifier and Type Method Description MarkerPaintlet
SequencePlotterPanel. getMarkerPaintlet()
Returns the marker paintlet to use.Methods in adams.flow.sink.sequenceplotter with parameters of type MarkerPaintlet Modifier and Type Method Description void
SequencePlotterPanel. setMarkerPaintlet(MarkerPaintlet value)
Sets the marker paintlet to use.
-