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 AbstractMetaDataColorActualVsPredictedPlot. m_MetaDataColorfor obtaining the color from the meta-data.Methods in adams.flow.sink that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColorActualVsPredictedPlot. 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 voidActualVsPredictedPlot. 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 AbstractMetaDataColorClassifierErrors. m_MetaDataColorfor obtaining the color from the meta-data.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColorClassifierErrors. 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 voidClassifierErrors. 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 AbstractMetaDataColorAbstractXYSequenceMetaDataColorPaintlet. m_MetaDataColorfor obtaining the color from the meta-data.Methods in adams.gui.visualization.sequence that return AbstractMetaDataColor Modifier and Type Method Description AbstractMetaDataColorAbstractXYSequenceMetaDataColorPaintlet. getMetaDataColor()Returns the scheme for extracting the color from the meta-data.AbstractMetaDataColorMetaDataColorPaintlet. 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 voidAbstractXYSequenceMetaDataColorPaintlet. setMetaDataColor(AbstractMetaDataColor value)Sets the scheme for extracting the color from the meta-data.voidMetaDataColorPaintlet. 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 classColorPerLabelMaintains 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.classColorPerRegExpGroupMaintains 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.classDensityGenerates colors based on the point density in the grid of numBins x numBins bins.classDummyJust outputs the default color.
-