Package com.prineside.tdi2.scene2d.utils
Interface TransformDrawable
- All Superinterfaces:
Drawable
- All Known Implementing Classes:
NinePatchDrawable
,Quad
,QuadDrawable
,QuadDrawableStack
,QuadRegion
,SpriteDrawable
,TextureRegionDrawable
,TiledDrawable
A drawable that supports scale and rotation.
-
Method Summary
Methods inherited from interface com.prineside.tdi2.scene2d.utils.Drawable
draw, getBottomHeight, getLeftWidth, getMinHeight, getMinWidth, getRightWidth, getTopHeight, setBottomHeight, setLeftWidth, setMinHeight, setMinWidth, setRightWidth, setTopHeight
-
Method Details
-
draw
void draw(Batch batch, float x, float y, float originX, float originY, float width, float height, float scaleX, float scaleY, float rotation)
-