public abstract class AbstractTextureDataProvider extends AbstractDataProvider<Texture> implements TextureDataProvider
| Constructor and Description |
|---|
AbstractTextureDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
getImage() |
java.awt.image.BufferedImage |
getSubImage(int x,
int y,
int width,
int height) |
addDataUser, fireUpdate, removeDataUser, toByte, toByteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getSubData, getTextureSizeaddDataUser, isValid, removeDataUserpublic java.awt.image.BufferedImage getImage()
getImage in interface TextureDataProviderpublic java.awt.image.BufferedImage getSubImage(int x,
int y,
int width,
int height)
getSubImage in interface TextureDataProviderx - rectangle origin x-coordinate.y - rectangle origin y-coordinate.width - rectangle width.height - rectangle height.