Uses of Class
adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
-
Packages that use AbstractMarkerPaintlet Package Description adams.flow.sink.sequenceplotter -
-
Uses of AbstractMarkerPaintlet in adams.flow.sink.sequenceplotter
Subclasses of AbstractMarkerPaintlet in adams.flow.sink.sequenceplotter Modifier and Type Class Description 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 AbstractMarkerPaintlet Modifier and Type Field Description protected AbstractMarkerPaintletByNameMarkerPaintlet. m_Paintletthe actual paintlet to use.Methods in adams.flow.sink.sequenceplotter that return AbstractMarkerPaintlet Modifier and Type Method Description protected AbstractMarkerPaintletByNameMarkerPaintlet. getDefaultPaintlet()Returns the default paintlet to use.AbstractMarkerPaintletByNameMarkerPaintlet. getPaintlet()Returns the painlet in use.Methods in adams.flow.sink.sequenceplotter with parameters of type AbstractMarkerPaintlet Modifier and Type Method Description voidByNameMarkerPaintlet. setPaintlet(AbstractMarkerPaintlet value)Sets the actual paintlet to use.
-