public class FlickerUtilV2 extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float |
DOWN_RATE |
static float |
END_PROB_PER_BURST |
static float |
UP_RATE |
| Constructor and Description |
|---|
FlickerUtilV2() |
FlickerUtilV2(float maxWait) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
float |
getAngle() |
float |
getBrightness() |
int |
getNumBursts() |
float |
getWait() |
boolean |
isPeakFrame() |
static void |
main(java.lang.String[] args) |
void |
newBurst() |
void |
newWait() |
void |
setNumBursts(int numBursts) |
void |
setWait(float wait) |
void |
stop() |
public static final float UP_RATE
public static final float DOWN_RATE
public static final float END_PROB_PER_BURST
public FlickerUtilV2()
public FlickerUtilV2(float maxWait)
public float getAngle()
public void newBurst()
public void newWait()
public void setWait(float wait)
public void setNumBursts(int numBursts)
public boolean isPeakFrame()
public int getNumBursts()
public float getWait()
public void advance(float amount)
public void stop()
public float getBrightness()
public static void main(java.lang.String[] args)