- All Known Implementing Classes:
CssColorSequencer
,FiniteLinearColorSequencer
,FiniteRandomColorSequencer
,RandomHueGenerator
Common interface for color sequencers. Color sequencers iterate over a given set of colors. Unless specified
otherwise, they iterate infinitely, thus
hasNext()
returns true
by default.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove