Uses of Class
adams.gui.visualization.sequence.metadatacolor.AbstractMetaDataColor
-
-
Uses of AbstractMetaDataColor in adams.flow.sink
Fields in adams.flow.sink declared as AbstractMetaDataColor Modifier and Type Field Description protected AbstractMetaDataColor
ActualVsPredictedPlot. m_MetaDataColor
for obtaining the color from the meta-data.Methods in adams.flow.sink that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColor
ActualVsPredictedPlot. getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.Methods in adams.flow.sink with parameters of type AbstractMetaDataColor Modifier and Type Method Description void
ActualVsPredictedPlot. setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data. -
Uses of AbstractMetaDataColor in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as AbstractMetaDataColor Modifier and Type Field Description protected AbstractMetaDataColor
ClassifierErrors. m_MetaDataColor
for obtaining the color from the meta-data.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColor
ClassifierErrors. getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type AbstractMetaDataColor Modifier and Type Method Description void
ClassifierErrors. setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data. -
Uses of AbstractMetaDataColor in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as AbstractMetaDataColor Modifier and Type Field Description protected AbstractMetaDataColor
AbstractXYSequenceMetaDataColorPaintlet. m_MetaDataColor
for obtaining the color from the meta-data.Methods in adams.gui.visualization.sequence that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColor
AbstractXYSequenceMetaDataColorPaintlet. getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.AbstractMetaDataColor
MetaDataColorPaintlet. getMetaDataColor()
Returns the scheme for extracting the color from the meta-data.Methods in adams.gui.visualization.sequence with parameters of type AbstractMetaDataColor Modifier and Type Method Description void
AbstractXYSequenceMetaDataColorPaintlet. setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data.void
MetaDataColorPaintlet. setMetaDataColor(AbstractMetaDataColor value)
Sets the scheme for extracting the color from the meta-data. -
Uses of AbstractMetaDataColor in adams.gui.visualization.sequence.metadatacolor
Subclasses of AbstractMetaDataColor in adams.gui.visualization.sequence.metadatacolor Modifier and Type Class Description class
ColorPerLabel
Maintains an internal mapping between labels obtained from the meta-data (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data.class
ColorPerRegExpGroup
Maintains an internal mapping between groups obtained from the meta-data via the regular expression extraction (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data.class
Dummy
Just outputs the default color.
-