public class ImageData extends Object
ImageDataInternal
used to pass data about
images stored in the TextureAtlas to the user.Constructor and Description |
---|
ImageData(ImageDataInternal delegate) |
Modifier and Type | Method and Description |
---|---|
int |
getBufferedHeight() |
int |
getBufferedWidth() |
int |
getBufferX() |
int |
getBufferY() |
int |
getCenterX() |
int |
getCenterY() |
int |
getHeight() |
Object |
getId() |
int |
getLocationX() |
int |
getLocationY() |
com.jogamp.opengl.util.texture.TextureCoords |
getTextureCoordinates() |
int |
getWidth() |
public ImageData(ImageDataInternal delegate)
public final Object getId()
public final int getBufferX()
public final int getBufferY()
public final int getLocationX()
public final int getLocationY()
public final int getCenterX()
public final int getCenterY()
public final int getBufferedWidth()
public final int getBufferedHeight()
public final int getWidth()
public final int getHeight()
public final com.jogamp.opengl.util.texture.TextureCoords getTextureCoordinates()
Copyright © 2016 Metron, Inc.. All rights reserved.