Package adams.gui.visualization.core
Interface ColorProviderWithNameSupport
-
- All Superinterfaces:
ColorProvider
,Destroyable
,OptionHandler
,ShallowCopySupporter<ColorProvider>
- All Known Implementing Classes:
RegExpColorProvider
,RgbInNameColorProvider
public interface ColorProviderWithNameSupport extends ColorProvider
Interface for color providers that can act on a name to provide the next color.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
next(String name)
Returns the next color for this name.-
Methods inherited from interface adams.gui.visualization.core.ColorProvider
exclude, next, recycle, resetColors
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.ShallowCopySupporter
shallowCopy, shallowCopy
-
-