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