Interface Transformable

All Known Implementing Classes:
Transform

public interface Transformable
Read-only interface for reading Transform properties. All exposed properties have the same definitions as those in Transform.
  • Method Details

    • isVisible

      boolean isVisible()
    • getPosition

      Point2D getPosition()
    • getX

      default float getX()
    • getY

      default float getY()
    • getRotation

      Angle getRotation()
    • getScaleX

      float getScaleX()
    • getScaleY

      float getScaleY()
    • isFlipHorizontal

      boolean isFlipHorizontal()
    • isFlipVertical

      boolean isFlipVertical()
    • getAlpha

      float getAlpha()
    • getMaskColor

      ColorRGB getMaskColor()