|
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.FlipEffect
Defines a flip effect that flips the image (mirrors it around a centered horizontal line).
Constructor Summary | |
FlipEffect()
|
Method Summary | |
BitmapData |
processData(BitmapData data)
Flips (mirrors around a horizontal line) the image. |
void |
reset()
Does nothing in this effect. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FlipEffect()
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 |