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, setRandomSeedMethods inherited from class imagingbook.common.color.iterate.FiniteLinearColorSequencer
getColor, getColors, reset, reset, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface imagingbook.common.color.iterate.ColorSequencer
hasNextMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
CssColorSequencer
public CssColorSequencer()Constructor.
-