|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.texture.plugins.ImageFlipper
public class ImageFlipper
ImageFlipper is a utility class used to flip images across the Y axis. Due to the standard of where the image origin is between OpenGL and other software, this class is required.
Constructor Summary | |
---|---|
ImageFlipper()
|
Method Summary | |
---|---|
static void |
flipImage(Image img,
int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageFlipper()
Method Detail |
---|
public static void flipImage(Image img, int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |