Uses of Interface
adams.gui.visualization.sequence.MetaDataColorPaintlet
-
Packages that use MetaDataColorPaintlet Package Description adams.flow.sink.sequenceplotter adams.gui.visualization.sequence -
-
Uses of MetaDataColorPaintlet in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement MetaDataColorPaintlet Modifier and Type Class Description class
ErrorCirclePaintlet
Paintlet for painting circles with diameters based on the error at the specified X-Y position.class
ErrorCrossPaintlet
Paintlet for painting crosses with diameters based on the error at the specified X-Y position. -
Uses of MetaDataColorPaintlet in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement MetaDataColorPaintlet Modifier and Type Class Description class
AbstractXYSequenceMetaDataColorPaintlet
Ancestor for paintlets that can make use of the meta-data and extract color information.class
BarPaintlet
Paintlet for painting a bar plot for a sequence.class
CirclePaintlet
Paintlet for simply painting circles at the specified X-Y position.class
CrossPaintlet
Paintlet for simply painting crosses at the specified X-Y position.class
DotPaintlet
Paintlet for simply painting dots at the specified X-Y position.class
MetaDataValuePaintlet
Paintlet for painting a meta-data value as text, centered at the specified X-Y position.class
SquarePaintlet
class
StickPaintlet
Paintlet for painting a stick plot for a sequence.class
TrianglePaintlet
Paintlet for simply painting triangles at the specified X-Y position.
-