Uses of Interface
adams.gui.visualization.sequence.PaintletWithCustomDataSupport
-
Packages that use PaintletWithCustomDataSupport Package Description adams.flow.sink.sequenceplotter adams.gui.visualization.sequence -
-
Uses of PaintletWithCustomDataSupport in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement PaintletWithCustomDataSupport 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 PaintletWithCustomDataSupport in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement PaintletWithCustomDataSupport Modifier and Type Class Description 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
IncrementalSumPaintlet
A paintlet for painting a line plot of a sequence.class
LinePaintlet
A paintlet for painting a line plot of a sequence.class
MeanOverlayPaintlet
Draws the mean as straight line.class
MedianOverlayPaintlet
Draws the median as straight line.class
MetaDataValuePaintlet
Paintlet for painting a meta-data value as text, centered at the specified X-Y position.class
PercentileOverlayPaintlet
Draws the specified percentile as straight line.class
SquarePaintlet
class
StdDevOverlayPaintlet
Draws the standard deviation as straight line.class
StickPaintlet
Paintlet for painting a stick plot for a sequence.class
TrianglePaintlet
Paintlet for simply painting triangles at the specified X-Y position.Fields in adams.gui.visualization.sequence declared as PaintletWithCustomDataSupport Modifier and Type Field Description protected PaintletWithCustomDataSupport
MathExpressionOverlayPaintlet. m_Paintlet
the paintlet to use for painting the data points.Methods in adams.gui.visualization.sequence that return PaintletWithCustomDataSupport Modifier and Type Method Description PaintletWithCustomDataSupport
MathExpressionOverlayPaintlet. getPaintlet()
Returns the paintlet to use for painting the generated data points.Methods in adams.gui.visualization.sequence with parameters of type PaintletWithCustomDataSupport Modifier and Type Method Description void
MathExpressionOverlayPaintlet. setPaintlet(PaintletWithCustomDataSupport value)
Sets the paintlet to use for painting the generated data points.
-