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 classErrorCirclePaintletPaintlet for painting circles with diameters based on the error at the specified X-Y position.classErrorCrossPaintletPaintlet 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 classBarPaintletPaintlet for painting a bar plot for a sequence.classCirclePaintletPaintlet for simply painting circles at the specified X-Y position.classCrossPaintletPaintlet for simply painting crosses at the specified X-Y position.classDotPaintletPaintlet for simply painting dots at the specified X-Y position.classIncrementalSumPaintletA paintlet for painting a line plot of a sequence.classLinePaintletA paintlet for painting a line plot of a sequence.classMeanOverlayPaintletDraws the mean as straight line.classMedianOverlayPaintletDraws the median as straight line.classMetaDataValuePaintletPaintlet for painting a meta-data value as text, centered at the specified X-Y position.classPercentileOverlayPaintletDraws the specified percentile as straight line.classSquarePaintletclassStdDevOverlayPaintletDraws the standard deviation as straight line.classStickPaintletPaintlet for painting a stick plot for a sequence.classTrianglePaintletPaintlet 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 PaintletWithCustomDataSupportMathExpressionOverlayPaintlet. m_Paintletthe paintlet to use for painting the data points.Methods in adams.gui.visualization.sequence that return PaintletWithCustomDataSupport Modifier and Type Method Description PaintletWithCustomDataSupportMathExpressionOverlayPaintlet. 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 voidMathExpressionOverlayPaintlet. setPaintlet(PaintletWithCustomDataSupport value)Sets the paintlet to use for painting the generated data points.
-