public class FadeEffect extends Object
| Constructor and Description |
|---|
FadeEffect(float alpha,
float step,
float target) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPaint(Graphics2D gfx) |
void |
beforePaint(Graphics2D gfx) |
boolean |
finished() |
float |
getAlpha() |
void |
init(long tickStamp) |
boolean |
tick(long tickStamp) |
public void init(long tickStamp)
public boolean finished()
public float getAlpha()
public boolean tick(long tickStamp)
public void beforePaint(Graphics2D gfx)
public void afterPaint(Graphics2D gfx)
Copyright © 2015. All rights reserved.