public interface TextureDrawer
| Modifier and Type | Interface and Description |
|---|---|
static class |
TextureDrawer.OriginPosition
Origin position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(TextureDrawingTools textureDrawingTools)
Call the texture drawing.
|
TextureDrawer.OriginPosition |
getOriginPosition()
Return the origin position.
|
java.awt.Dimension |
getTextureSize()
Texture size getter.
|
void draw(TextureDrawingTools textureDrawingTools)
textureDrawingTools - the used drawing tools.java.awt.Dimension getTextureSize()
TextureDrawer.OriginPosition getOriginPosition()