Package adams.gui.visualization.sequence
Interface MetaDataColorPaintlet
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
,XYSequencePaintlet
- All Known Implementing Classes:
AbstractXYSequenceMetaDataColorPaintlet
,BarPaintlet
,CirclePaintlet
,CrossPaintlet
,DotPaintlet
,ErrorCirclePaintlet
,ErrorCrossPaintlet
,MetaDataValuePaintlet
,SquarePaintlet
,StickPaintlet
,TrianglePaintlet
public interface MetaDataColorPaintlet extends XYSequencePaintlet
Interface for paintlets that can extract their color from meta-data attached to the sequence points.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractMetaDataColor
getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.String
metaDataColorTipText()
Returns the tip text for this property.void
setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data.-
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
-
Methods inherited from interface adams.gui.visualization.sequence.XYSequencePaintlet
getSequencePanel, newHitDetector
-
-
-
-
Method Detail
-
setMetaDataColor
void setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data.- Parameters:
value
- the scheme
-
getMetaDataColor
AbstractMetaDataColor getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.- Returns:
- the scheme
-
metaDataColorTipText
String metaDataColorTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-