Uses of Interface
adams.gui.visualization.sequence.XYSequencePaintlet
-
-
Uses of XYSequencePaintlet in adams.flow.sink
Fields in adams.flow.sink declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
ActualVsPredictedPlot. m_CustomPaintlet
the custom paintlet.protected XYSequencePaintlet
SequencePlotter. m_OverlayPaintlet
the overlay paintlet to use for painting the overlays.protected XYSequencePaintlet
SimplePlot. m_OverlayPaintlet
the overlay paintlet to use for painting the overlays.protected XYSequencePaintlet[]
ActualVsPredictedPlot. m_Overlays
the overlays to use.protected XYSequencePaintlet
SequencePlotter. m_Paintlet
the paintlet to use for painting the XY data.protected XYSequencePaintlet
SimplePlot. m_Paintlet
the paintlet to use for painting the XY data.Methods in adams.flow.sink that return XYSequencePaintlet Modifier and Type Method Description XYSequencePaintlet
ActualVsPredictedPlot. getCustomPaintlet()
Returns the custom paintlet.XYSequencePaintlet
SequencePlotter. getOverlayPaintlet()
Returns the overlay paintlet to use.XYSequencePaintlet
SimplePlot. getOverlayPaintlet()
Returns the overlay paintlet to use.XYSequencePaintlet[]
ActualVsPredictedPlot. getOverlays()
Returns the overlays to use in the plot.XYSequencePaintlet
SequencePlotter. getPaintlet()
Returns the paintlet to use.XYSequencePaintlet
SimplePlot. getPaintlet()
Returns the paintlet to use.Methods in adams.flow.sink with parameters of type XYSequencePaintlet Modifier and Type Method Description void
ActualVsPredictedPlot. setCustomPaintlet(XYSequencePaintlet value)
Sets the custom paintlet.void
SequencePlotter. setOverlayPaintlet(XYSequencePaintlet value)
Sets the overlay paintlet to use.void
SimplePlot. setOverlayPaintlet(XYSequencePaintlet value)
Sets the overlay paintlet to use.void
ActualVsPredictedPlot. setOverlays(XYSequencePaintlet[] value)
Sets the overlays to use in the plot.void
SequencePlotter. setPaintlet(XYSequencePaintlet value)
Sets the paintlet to use.void
SimplePlot. setPaintlet(XYSequencePaintlet value)
Sets the paintlet to use. -
Uses of XYSequencePaintlet in adams.flow.sink.controlchartplot
Classes in adams.flow.sink.controlchartplot that implement XYSequencePaintlet Modifier and Type Class Description class
AbstractControlChartPaintlet
Ancestor for control chart paintlets.class
ChartPaintlet
A paintlet for painting a line plot of a sequence.class
LimitPaintlet
A paintlet for painting a line plot of a sequence. -
Uses of XYSequencePaintlet in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement XYSequencePaintlet 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.class
OutlierPaintlet
Paintlet for drawing crosses at the X-Y positions of the data points.class
PolygonSelectionPaintlet
Paints the selected points as point/line/polygon.Fields in adams.flow.sink.sequenceplotter declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
SequencePlotterPanel. m_OverlayPaintlet
paintlet for drawing the overlays.Methods in adams.flow.sink.sequenceplotter that return XYSequencePaintlet Modifier and Type Method Description XYSequencePaintlet
SequencePlotterPanel. getOverlayPaintlet()
Returns the overlay paintlet to use.Methods in adams.flow.sink.sequenceplotter with parameters of type XYSequencePaintlet Modifier and Type Method Description void
SequencePlotterPanel. setOverlayPaintlet(XYSequencePaintlet value)
Sets the overlay paintlet to use.Constructors in adams.flow.sink.sequenceplotter with parameters of type XYSequencePaintlet Constructor Description ErrorCircleHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.ErrorCrossHitDetector(XYSequencePaintlet owner)
Initializes the hit detector. -
Uses of XYSequencePaintlet in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
ScatterPlot. m_OverlayPaintlet
the overlay paintlet to use for painting the overlays.protected XYSequencePaintlet
GenericPlot. m_Paintlet
the paintlet to use for painting the XY data.Methods in adams.gui.tools.spreadsheetviewer.chart that return XYSequencePaintlet Modifier and Type Method Description XYSequencePaintlet
ScatterPlot. getOverlayPaintlet()
Returns the overlay paintlet to use.XYSequencePaintlet
GenericPlot. getPaintlet()
Returns the paintlet to use.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type XYSequencePaintlet Modifier and Type Method Description void
ScatterPlot. setOverlayPaintlet(XYSequencePaintlet value)
Sets the overlay paintlet to use.void
GenericPlot. setPaintlet(XYSequencePaintlet value)
Sets the paintlet to use. -
Uses of XYSequencePaintlet in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
ClassifierErrors. m_CustomPaintlet
the custom paintlet.protected XYSequencePaintlet[]
ClassifierErrors. m_Overlays
the overlays to use.protected XYSequencePaintlet
PredictionTrend. m_Paintlet
the paintlet.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return XYSequencePaintlet Modifier and Type Method Description XYSequencePaintlet
ClassifierErrors. getCustomPaintlet()
Returns the custom paintlet.protected XYSequencePaintlet
PredictionTrend. getDefaultPaintlet()
Returns the default paintlet to use.XYSequencePaintlet[]
ClassifierErrors. getOverlays()
Returns the overlays to use in the plot.XYSequencePaintlet
PredictionTrend. getPaintlet()
Returns the paintlet to use for the plot.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type XYSequencePaintlet Modifier and Type Method Description void
ClassifierErrors. setCustomPaintlet(XYSequencePaintlet value)
Sets the custom paintlet.void
ClassifierErrors. setOverlays(XYSequencePaintlet[] value)
Sets the overlays to use in the plot.void
PredictionTrend. setPaintlet(XYSequencePaintlet value)
Sets the paintlet to use for the plot. -
Uses of XYSequencePaintlet in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
SamplePlot. m_Paintlet
the paintlet to use.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return XYSequencePaintlet Modifier and Type Method Description protected XYSequencePaintlet
SamplePlot. getDefaultPaintlet()
Returns the default paintlet to use.XYSequencePaintlet
SamplePlot. getPaintlet()
Returns the paintlet to use.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type XYSequencePaintlet Modifier and Type Method Description void
SamplePlot. setPaintlet(XYSequencePaintlet value)
Sets the paintlet to use. -
Uses of XYSequencePaintlet in adams.gui.visualization.sequence
Subinterfaces of XYSequencePaintlet in adams.gui.visualization.sequence Modifier and Type Interface Description interface
DiameterBasedPaintlet
Interface for paintlets that support a diameter.interface
MetaDataColorPaintlet
Interface for paintlets that can extract their color from meta-data attached to the sequence points.interface
MetaXYSequencePaintlet
Interface for paintlets that wrap another paintlet.interface
PaintletWithCustomDataSupport
Interface for paintlets that support drawing of custom data.interface
XYSequencePaintletWithCustomerContainerManager
Interface for XY sequence paintlets that support custom container managers.Classes in adams.gui.visualization.sequence that implement XYSequencePaintlet Modifier and Type Class Description 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
DiagonalOverlayPaintlet
Draws a diagonal (bottom-left to top-right).class
DotPaintlet
Paintlet for simply painting dots at the specified X-Y position.class
HorizontalIndicator
Paints a horizontal indicator (ie a line).class
IncrementalSumPaintlet
A paintlet for painting a line plot of a sequence.class
KendallTheilOverlayPaintlet
Draws a straight line, using slope and intercept determined by Theil-Sen estimator using all the data points in the plot(s).
For more information, see:
Wikipedia.class
LinearRegressionOverlayPaintlet
Draws a straight line, using slope and intercept determine by linear regression using all the data points in the plot(s).class
LinePaintlet
A paintlet for painting a line plot of a sequence.class
LOWESSOverlayPaintlet
Overlay that applies LOWESS smoothing over all the data points in the plot(s).
For more information see:
WikiPedia.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
StraightLineOverlayPaintlet
Draws a straight line.class
TextOverlayPaintlet
Outputs the supplied text at the specified location.class
TrianglePaintlet
Paintlet for simply painting triangles at the specified X-Y position.Fields in adams.gui.visualization.sequence declared as XYSequencePaintlet Modifier and Type Field Description protected XYSequencePaintlet
AbstractXYSequencePointHitDetector. m_Owner
the owner of this detector.protected XYSequencePaintlet
ByNamePaintlet. m_Paintlet
the actual paintlet to use.protected XYSequencePaintlet
PaintletWithFixedXRange. m_Paintlet
the actual paintlet to use.protected XYSequencePaintlet
PaintletWithFixedYRange. m_Paintlet
the actual paintlet to use.protected XYSequencePaintlet[]
MultiPaintlet. m_SubPaintlets
the paintlets to use.protected XYSequencePaintlet
XYSequencePanel. m_XYSequencePaintlet
paintlet for drawing the sequence data.Methods in adams.gui.visualization.sequence that return XYSequencePaintlet Modifier and Type Method Description XYSequencePaintlet
XYSequencePanel. getContainerPaintlet()
Returns the paintlet used for painting the containers.XYSequencePaintlet
XYSequencePanel. getDataPaintlet()
Returns the paintlet used for painting the data.protected XYSequencePaintlet
ByNamePaintlet. getDefaultPaintlet()
Returns the default paintlet to use.protected XYSequencePaintlet
PaintletWithFixedXRange. getDefaultPaintlet()
Returns the default paintlet to use.protected XYSequencePaintlet
PaintletWithFixedXYRange. getDefaultPaintlet()
Returns the default paintlet to use.protected XYSequencePaintlet
PaintletWithFixedYRange. getDefaultPaintlet()
Returns the default paintlet to use.protected XYSequencePaintlet[]
MultiPaintlet. getDefaultSubPaintlets()
Returns the default paintlets.XYSequencePaintlet
AbstractXYSequencePointHitDetector. getOwner()
Returns the owner.XYSequencePaintlet
ByNamePaintlet. getPaintlet()
Returns the painlet in use.XYSequencePaintlet
MetaXYSequencePaintlet. getPaintlet()
Returns the painlet in use.XYSequencePaintlet
PaintletWithFixedXRange. getPaintlet()
Returns the painlet in use.XYSequencePaintlet
PaintletWithFixedYRange. getPaintlet()
Returns the painlet in use.XYSequencePaintlet[]
MultiPaintlet. getSubPaintlets()
Returns the paintlets to use.Methods in adams.gui.visualization.sequence with parameters of type XYSequencePaintlet Modifier and Type Method Description void
AbstractXYSequencePointHitDetector. setOwner(XYSequencePaintlet value)
Sets the owner.void
ByNamePaintlet. setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.void
MetaXYSequencePaintlet. setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.void
PaintletWithFixedXRange. setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.void
PaintletWithFixedYRange. setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.void
MultiPaintlet. setSubPaintlets(XYSequencePaintlet[] value)
Sets the paintlets to use.Constructors in adams.gui.visualization.sequence with parameters of type XYSequencePaintlet Constructor Description AbstractXYSequencePointHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.BarHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.CircleHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.CrossHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.DotHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.LineHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.StickHitDetector(XYSequencePaintlet owner)
Initializes the hit detector.
-