Package adams.gui.visualization.sequence
Class AbstractXYSequenceMetaDataColorPaintlet
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.gui.visualization.core.AbstractPaintlet
-
- adams.gui.visualization.core.AbstractStrokePaintlet
-
- adams.gui.visualization.sequence.AbstractXYSequencePaintlet
-
- adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,ShallowCopySupporter<Paintlet>
,SizeOfHandler
,Paintlet
,HitDetectorSupporter<AbstractXYSequencePointHitDetector>
,MetaDataColorPaintlet
,PaintletWithOptionalPointPreprocessor
,XYSequencePaintlet
,XYSequencePaintletWithCustomerContainerManager
,Serializable
- Direct Known Subclasses:
BarPaintlet
,CirclePaintlet
,CrossPaintlet
,DotPaintlet
,MetaDataValuePaintlet
,SquarePaintlet
,StickPaintlet
,TrianglePaintlet
public abstract class AbstractXYSequenceMetaDataColorPaintlet extends AbstractXYSequencePaintlet implements MetaDataColorPaintlet
Ancestor for paintlets that can make use of the meta-data and extract color information.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractMetaDataColor
m_MetaDataColor
for obtaining the color from the meta-data.-
Fields inherited from class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
m_CustomerContainerManager, m_HitDetector, m_PointPreprocessor
-
Fields inherited from class adams.gui.visualization.core.AbstractStrokePaintlet
m_StrokeThickness
-
Fields inherited from class adams.gui.visualization.core.AbstractPaintlet
m_Enabled, m_Initializing, m_Panel, m_RepaintOnChange
-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description AbstractXYSequenceMetaDataColorPaintlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
defineOptions()
Adds options to the internal list of options.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 class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
getActualContainerManager, getColor, getCustomerContainerManager, getHitDetector, getPaintMoment, getPointPreprocessor, getSequencePanel, initialize, memberChanged, newHitDetector, newPointPreprocessor, pointPreprocessorTipText, setCustomContainerManager, setLoggingLevel, setPanel, setPointPreprocessor, supportsPointPreprocessor, updateHitDetector
-
Methods inherited from class adams.gui.visualization.core.AbstractStrokePaintlet
applyStroke, doPerformPaint, getStrokeThickness, getStrokeWidth, performPaint, setStrokeThickness, strokeThicknessTipText
-
Methods inherited from class adams.gui.visualization.core.AbstractPaintlet
canPaint, finishInit, forCommandLine, forName, getPaintlets, getPanel, getPlot, getRepaintOnChange, hasPanel, isEnabled, isInitializing, memberChanged, paint, repaint, setEnabled, setPanel, setRepaintOnChange, shallowCopy, shallowCopy, updatePanel
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, getDefaultLoggingLevel, getOptionManager, globalInfo, loggingLevelTipText, newOptionManager, reset, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
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
-
-
-
-
Field Detail
-
m_MetaDataColor
protected AbstractMetaDataColor m_MetaDataColor
for obtaining the color from the meta-data.
-
-
Method Detail
-
defineOptions
public void defineOptions()
Adds options to the internal list of options.- Specified by:
defineOptions
in interfaceOptionHandler
- Overrides:
defineOptions
in classAbstractXYSequencePaintlet
-
setMetaDataColor
public void setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data.- Specified by:
setMetaDataColor
in interfaceMetaDataColorPaintlet
- Parameters:
value
- the scheme
-
getMetaDataColor
public AbstractMetaDataColor getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.- Specified by:
getMetaDataColor
in interfaceMetaDataColorPaintlet
- Returns:
- the scheme
-
metaDataColorTipText
public String metaDataColorTipText()
Returns the tip text for this property.- Specified by:
metaDataColorTipText
in interfaceMetaDataColorPaintlet
- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-