public abstract class ColorCycle
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isActive |
protected boolean |
isBlended |
protected int |
rate |
protected int |
timeScale |
| Constructor and Description |
|---|
ColorCycle(int rate,
int timeScale,
boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone() |
abstract void |
doCycle(int[] rgbs,
long time) |
int |
getRate() |
int |
getTimeScale() |
boolean |
isActive() |
boolean |
isBlended() |
void |
setBlended(boolean newValue) |
protected int rate
protected int timeScale
protected boolean isActive
protected boolean isBlended
public boolean isActive()
public int getRate()
public int getTimeScale()
public boolean isBlended()
public void setBlended(boolean newValue)
public abstract void doCycle(int[] rgbs,
long time)
protected java.lang.Object clone()
clone in class java.lang.ObjectCopyright © 2022. All Rights Reserved.