public class ImageDataInternal extends Object
com.sun.opengl.util.j2d.TextRenderer$TextData
,
ImageDataExternal
Constructor and Description |
---|
ImageDataInternal(Object id,
int centerX,
int centerY,
int bufferX,
int bufferY,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
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() |
boolean |
isMarkedForDelete() |
void |
setTextureCoordinates(com.jogamp.opengl.util.texture.TextureCoords textureCoordinates) |
public ImageDataInternal(Object id, int centerX, int centerY, int bufferX, int bufferY, int width, int height)
public void setTextureCoordinates(com.jogamp.opengl.util.texture.TextureCoords textureCoordinates)
public Object getId()
public int getBufferX()
public int getBufferY()
public int getLocationX()
public int getLocationY()
public int getCenterX()
public int getCenterY()
public int getBufferedWidth()
public int getBufferedHeight()
public int getWidth()
public int getHeight()
public com.jogamp.opengl.util.texture.TextureCoords getTextureCoordinates()
public boolean isMarkedForDelete()
public void delete()
Copyright © 2013 Metron, Inc.. All rights reserved.