class |
AbstractXYSequenceMetaDataColorPaintlet |
Ancestor for paintlets that can make use of the meta-data and extract color
information.
|
class |
AbstractXYSequencePaintlet |
Abstract superclass for paintlets for X-Y sequences.
|
class |
BarPaintlet |
Paintlet for painting a bar plot for a sequence.
|
class |
ByNamePaintlet |
A wrapper for XY-sequence paintlets, plots only sequences if the ID matches
the regular expression.
|
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 |
MathExpressionOverlayPaintlet |
Calculates data points using the provided mathematical expression and paints them using the specified paintlet.
If the expression generates a NaN ('not a number') the x/y pair gets ignored.
|
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 |
MultiPaintlet |
Paintlet that combines multiple XYSequence paintlets.
|
class |
NullPaintlet |
Dummy paintlet that performs nor painting at all.
|
class |
PaintletWithFixedXRange |
A wrapper for XY-sequence paintlets, in order to use fixed a X range.
|
class |
PaintletWithFixedXYRange |
A wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.
|
class |
PaintletWithFixedYRange |
A wrapper for XY-sequence paintlets, in order to use fixed a Y range.
|
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.
|