public class PrTexture<T extends Texture> extends java.lang.Object implements LockableResource
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getNativeBounds() |
T |
getTextureObject() |
boolean |
isLost() |
void |
lock() |
void |
unlock() |
public PrTexture(T tex)
public void lock()
lock in interface LockableResourcepublic void unlock()
unlock in interface LockableResourcepublic boolean isLost()
isLost in interface LockableResourcepublic Rectangle getNativeBounds()
public T getTextureObject()