Package arc.scene.style
Interface TransformDrawable
- All Superinterfaces:
Drawable
- All Known Implementing Classes:
NinePatchDrawable
,ScaledNinePatchDrawable
,TextureRegionDrawable
,TiledDrawable
A drawable that supports scale and rotation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(float x, float y, float originX, float originY, float width, float height, float scaleX, float scaleY, float rotation) Methods inherited from interface arc.scene.style.Drawable
draw, getBottomHeight, getLeftWidth, getMinHeight, getMinWidth, getRightWidth, getTopHeight, imageSize, setBottomHeight, setLeftWidth, setMinHeight, setMinWidth, setRightWidth, setTopHeight