|
GF4J 0.9.4 Beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gameframe.graphics.BitmapEffect | +--gameframe.graphics.MirrorEffect
Mirrors (mirrors around a vertical line) the image.
Constructor Summary | |
MirrorEffect()
|
Method Summary | |
BitmapData |
processData(BitmapData data)
Mirrors (mirrors around a vertical line) the image. |
void |
reset()
Does nothing in this effect. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public MirrorEffect()
Method Detail |
public void reset()
reset
in class BitmapEffect
public BitmapData processData(BitmapData data)
processData
in class BitmapEffect
data
- The raw bitmap data that is to be processed.
|
GF4J 0.9.4 Beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |