Uses of Class
adams.core.base.BaseColor
-
Packages that use BaseColor Package Description adams.data.image.transformer adams.data.imagefilter adams.gui.core adams.gui.visualization.object.labelselector adams.gui.visualization.object.objectannotations.colors -
-
Uses of BaseColor in adams.data.image.transformer
Fields in adams.data.image.transformer declared as BaseColor Modifier and Type Field Description protected BaseColor
ReplacePredominantColor. m_NewColor
the replacement color.protected BaseColor[]
ReplaceColors. m_NewColors
the new colors.protected BaseColor[]
ReplaceColors. m_OldColors
the old colors.Methods in adams.data.image.transformer that return BaseColor Modifier and Type Method Description BaseColor
ReplacePredominantColor. getNewColor()
Returns the new color.BaseColor[]
ReplaceColors. getNewColors()
Returns the new colors.BaseColor[]
ReplaceColors. getOldColors()
Returns the old colors to replace.Methods in adams.data.image.transformer with parameters of type BaseColor Modifier and Type Method Description void
ReplacePredominantColor. setNewColor(BaseColor value)
Sets the new color.void
ReplaceColors. setNewColors(BaseColor[] value)
Sets the new colors.void
ReplaceColors. setOldColors(BaseColor[] value)
Sets the old colors to replace. -
Uses of BaseColor in adams.data.imagefilter
Fields in adams.data.imagefilter declared as BaseColor Modifier and Type Field Description protected BaseColor[]
KeepOnlyColors. m_Colors
the colors to keep.Methods in adams.data.imagefilter that return BaseColor Modifier and Type Method Description BaseColor[]
KeepOnlyColors. getColors()
Returns the colors to keep.Methods in adams.data.imagefilter with parameters of type BaseColor Modifier and Type Method Description void
KeepOnlyColors. setColors(BaseColor[] value)
Sets the colors to keep. -
Uses of BaseColor in adams.gui.core
Methods in adams.gui.core that return BaseColor Modifier and Type Method Description BaseColor
BaseColorTextField. getObject()
Returns the current color.Methods in adams.gui.core with parameters of type BaseColor Modifier and Type Method Description void
BaseColorTextField. setObject(BaseColor value)
Sets the object. -
Uses of BaseColor in adams.gui.visualization.object.labelselector
Fields in adams.gui.visualization.object.labelselector declared as BaseColor Modifier and Type Field Description protected BaseColor[]
ButtonSelectorWithColorGenerator. m_Colors
the associated colors.protected BaseColor[]
ButtonSelectorWithColorPanel. m_Colors
the colors.Methods in adams.gui.visualization.object.labelselector that return BaseColor Modifier and Type Method Description BaseColor[]
ButtonSelectorWithColorGenerator. getColors()
Returns the colors to use for annotating.Methods in adams.gui.visualization.object.labelselector with parameters of type BaseColor Modifier and Type Method Description void
ButtonSelectorWithColorGenerator. setColors(BaseColor[] value)
Sets the colors to use for annotating.Constructors in adams.gui.visualization.object.labelselector with parameters of type BaseColor Constructor Description ButtonSelectorWithColorPanel(ObjectAnnotationPanel owner, BaseString[] labels, BaseColor[] colors)
Initializes the panel. -
Uses of BaseColor in adams.gui.visualization.object.objectannotations.colors
Fields in adams.gui.visualization.object.objectannotations.colors declared as BaseColor Modifier and Type Field Description protected BaseColor[]
TypeColorMapping. m_Colors
the colors.Methods in adams.gui.visualization.object.objectannotations.colors that return BaseColor Modifier and Type Method Description BaseColor[]
TypeColorMapping. getColors()
Returns the colors associated with the types/labels.Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type BaseColor Modifier and Type Method Description void
TypeColorMapping. setColors(BaseColor[] value)
Sets the colors associated with the types/labels.
-