java.lang.Object
imagingbook.common.color.iterate.FiniteLinearColorSequencer
imagingbook.common.color.iterate.FiniteRandomColorSequencer
imagingbook.common.color.iterate.CssColorSequencer
- All Implemented Interfaces:
ColorSequencer
,Iterator<Color>
Example for a
FiniteRandomColorSequencer
which iterates over a subset of CssColor
.-
Field Summary
Fields inherited from class imagingbook.common.color.iterate.FiniteLinearColorSequencer
colorArray, next
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class imagingbook.common.color.iterate.FiniteRandomColorSequencer
next, setRandomSeed
Methods inherited from class imagingbook.common.color.iterate.FiniteLinearColorSequencer
getColor, getColors, reset, reset, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.color.iterate.ColorSequencer
hasNext
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
CssColorSequencer
public CssColorSequencer()Constructor.
-