public interface ImageSource
| Modifier and Type | Method and Description |
|---|---|
OpenglTextureHandle |
addTexture(OpenglControl control)
Adds the textureHandle to OpenglControl and returns the ID.
|
java.awt.Image |
getImage() |
byte[] |
getImageBytes() |
void |
removeTexture()
Removes the textureHandle from GLTextureManager.
|
java.awt.Image getImage()
byte[] getImageBytes()
OpenglTextureHandle addTexture(OpenglControl control)
void removeTexture()