abstract class ColorModelFixed extends ColorModelBase
| Modifier and Type | Field and Description |
|---|---|
private Color[] |
colors |
private int |
index |
CIE_MODEL, DEFAULT, GOLDEN_RATIO, KELLY| Constructor and Description |
|---|
ColorModelFixed()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract Color[] |
createColors()
Returns the distinct colors for this model
|
protected Color |
next()
Returns the next most distinct color for this model
|
getColor, put, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHexStringprivate int index
private Color[] colors
abstract Color[] createColors()
protected Color next()
ColorModelBasenext in class ColorModelBaseCopyright 2014-2017, Xavier Witdouck