Interface Transform

All Superinterfaces:
Serializable
All Known Implementing Classes:
TransformImpl

public interface Transform extends Serializable
The Interface Transform.
  • Method Details

    • getScaleX

      String getScaleX()
      Gets the scale X.
      Returns:
      the scale X
    • setScaleX

      void setScaleX(String scaleX)
      Sets the scale X.
      Parameters:
      scaleX - the new scale X
    • getScaleY

      String getScaleY()
      Gets the scale Y.
      Returns:
      the scale Y
    • setScaleY

      void setScaleY(String scaleY)
      Sets the scale Y.
      Parameters:
      scaleY - the new scale Y
    • getRot

      String getRot()
      Gets the rot.
      Returns:
      the rot
    • setRot

      void setRot(String rot)
      Sets the rot.
      Parameters:
      rot - the new rot
    • getRotX

      String getRotX()
      Gets the rot X.
      Returns:
      the rot X
    • setRotX

      void setRotX(String rotX)
      Sets the rot X.
      Parameters:
      rotX - the new rot X
    • getRotY

      String getRotY()
      Gets the rot Y.
      Returns:
      the rot Y
    • setRotY

      void setRotY(String rotY)
      Sets the rot Y.
      Parameters:
      rotY - the new rot Y
    • getSkew

      String getSkew()
      Gets the skew.
      Returns:
      the skew
    • setSkew

      void setSkew(String skew)
      Sets the skew.
      Parameters:
      skew - the new skew
    • getSkewX

      String getSkewX()
      Gets the skew X.
      Returns:
      the skew X
    • setSkewX

      void setSkewX(String skewX)
      Sets the skew X.
      Parameters:
      skewX - the new skew X
    • getSkewY

      String getSkewY()
      Gets the skew Y.
      Returns:
      the skew Y
    • setSkewY

      void setSkewY(String skewY)
      Sets the skew Y.
      Parameters:
      skewY - the new skew Y