Interface TransformDrawable

All Superinterfaces:
Drawable
All Known Implementing Classes:
NinePatchDrawable, ScaledNinePatchDrawable, TextureRegionDrawable, TiledDrawable

public interface TransformDrawable extends Drawable
A drawable that supports scale and rotation.
  • Method Details

    • draw

      void draw(float x, float y, float originX, float originY, float width, float height, float scaleX, float scaleY, float rotation)
      Specified by:
      draw in interface Drawable