Package adams.gui.visualization.sequence
Interface XYSequencePaintlet
-
- All Superinterfaces:
Paintlet,ShallowCopySupporter<Paintlet>
- All Known Subinterfaces:
DiameterBasedPaintlet,MetaDataColorPaintlet,MetaXYSequencePaintlet,PaintletWithCustomDataSupport,XYSequencePaintletWithCustomerContainerManager
- All Known Implementing Classes:
AbstractControlChartPaintlet,AbstractXYSequenceMetaDataColorPaintlet,AbstractXYSequencePaintlet,BarPaintlet,ByNamePaintlet,ChartPaintlet,CirclePaintlet,CrossPaintlet,DiagonalOverlayPaintlet,DotPaintlet,ErrorCirclePaintlet,ErrorCrossPaintlet,HorizontalIndicator,IncrementalSumPaintlet,KendallTheilOverlayPaintlet,LimitPaintlet,LinearRegressionOverlayPaintlet,LinePaintlet,LOWESSOverlayPaintlet,MathExpressionOverlayPaintlet,MeanOverlayPaintlet,MedianOverlayPaintlet,MetaDataValuePaintlet,MultiPaintlet,NullPaintlet,OutlierPaintlet,PaintletWithFixedXRange,PaintletWithFixedXYRange,PaintletWithFixedYRange,PercentileOverlayPaintlet,PolygonSelectionPaintlet,SquarePaintlet,StdDevOverlayPaintlet,StickPaintlet,StraightLineOverlayPaintlet,TextOverlayPaintlet,TrianglePaintlet,WatermarkPaintlet
public interface XYSequencePaintlet extends Paintlet
Interface for paintlets for theXYSequencePanel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XYSequencePanelgetSequencePanel()Returns the XY sequence panel currently in use.AbstractXYSequencePointHitDetectornewHitDetector()Returns a new instance of the hit detector to use.-
Methods inherited from interface adams.gui.visualization.core.Paintlet
canPaint, getPaintMoment, getPanel, getPlot, getRepaintOnChange, hasPanel, isEnabled, paint, performPaint, setEnabled, setPanel, setPanel, setRepaintOnChange
-
Methods inherited from interface adams.core.ShallowCopySupporter
shallowCopy, shallowCopy
-
-
-
-
Method Detail
-
getSequencePanel
XYSequencePanel getSequencePanel()
Returns the XY sequence panel currently in use.- Returns:
- the panel in use
-
newHitDetector
AbstractXYSequencePointHitDetector newHitDetector()
Returns a new instance of the hit detector to use.- Returns:
- the hit detector
-
-