Class TransformImpl

  • All Implemented Interfaces:
    Transform, java.io.Serializable

    public class TransformImpl
    extends java.lang.Object
    implements java.io.Serializable, Transform
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransformImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRot()
      Gets the rot.
      java.lang.String getRotX()
      Gets the rot X.
      java.lang.String getRotY()
      Gets the rot Y.
      java.lang.String getScaleX()
      Gets the scale X.
      java.lang.String getScaleY()
      Gets the scale Y.
      java.lang.String getSkew()
      Gets the skew.
      java.lang.String getSkewX()
      Gets the skew X.
      java.lang.String getSkewY()
      Gets the skew Y.
      void setRot​(java.lang.String rot)
      Sets the rot.
      void setRotX​(java.lang.String rotX)
      Sets the rot X.
      void setRotY​(java.lang.String rotY)
      Sets the rot Y.
      void setScaleX​(java.lang.String scaleX)
      Sets the scale X.
      void setScaleY​(java.lang.String scaleY)
      Sets the scale Y.
      void setSkew​(java.lang.String skew)
      Sets the skew.
      void setSkewX​(java.lang.String skewX)
      Sets the skew X.
      void setSkewY​(java.lang.String skewY)
      Sets the skew Y.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransformImpl

        public TransformImpl()
    • Method Detail

      • getScaleX

        public java.lang.String getScaleX()
        Description copied from interface: Transform
        Gets the scale X.
        Specified by:
        getScaleX in interface Transform
        Returns:
        the scale X
      • setScaleX

        public void setScaleX​(java.lang.String scaleX)
        Description copied from interface: Transform
        Sets the scale X.
        Specified by:
        setScaleX in interface Transform
        Parameters:
        scaleX - the new scale X
      • getScaleY

        public java.lang.String getScaleY()
        Description copied from interface: Transform
        Gets the scale Y.
        Specified by:
        getScaleY in interface Transform
        Returns:
        the scale Y
      • setScaleY

        public void setScaleY​(java.lang.String scaleY)
        Description copied from interface: Transform
        Sets the scale Y.
        Specified by:
        setScaleY in interface Transform
        Parameters:
        scaleY - the new scale Y
      • getRot

        public java.lang.String getRot()
        Description copied from interface: Transform
        Gets the rot.
        Specified by:
        getRot in interface Transform
        Returns:
        the rot
      • setRot

        public void setRot​(java.lang.String rot)
        Description copied from interface: Transform
        Sets the rot.
        Specified by:
        setRot in interface Transform
        Parameters:
        rot - the new rot
      • getRotX

        public java.lang.String getRotX()
        Description copied from interface: Transform
        Gets the rot X.
        Specified by:
        getRotX in interface Transform
        Returns:
        the rot X
      • setRotX

        public void setRotX​(java.lang.String rotX)
        Description copied from interface: Transform
        Sets the rot X.
        Specified by:
        setRotX in interface Transform
        Parameters:
        rotX - the new rot X
      • getRotY

        public java.lang.String getRotY()
        Description copied from interface: Transform
        Gets the rot Y.
        Specified by:
        getRotY in interface Transform
        Returns:
        the rot Y
      • setRotY

        public void setRotY​(java.lang.String rotY)
        Description copied from interface: Transform
        Sets the rot Y.
        Specified by:
        setRotY in interface Transform
        Parameters:
        rotY - the new rot Y
      • getSkew

        public java.lang.String getSkew()
        Description copied from interface: Transform
        Gets the skew.
        Specified by:
        getSkew in interface Transform
        Returns:
        the skew
      • setSkew

        public void setSkew​(java.lang.String skew)
        Description copied from interface: Transform
        Sets the skew.
        Specified by:
        setSkew in interface Transform
        Parameters:
        skew - the new skew
      • getSkewX

        public java.lang.String getSkewX()
        Description copied from interface: Transform
        Gets the skew X.
        Specified by:
        getSkewX in interface Transform
        Returns:
        the skew X
      • setSkewX

        public void setSkewX​(java.lang.String skewX)
        Description copied from interface: Transform
        Sets the skew X.
        Specified by:
        setSkewX in interface Transform
        Parameters:
        skewX - the new skew X
      • getSkewY

        public java.lang.String getSkewY()
        Description copied from interface: Transform
        Gets the skew Y.
        Specified by:
        getSkewY in interface Transform
        Returns:
        the skew Y
      • setSkewY

        public void setSkewY​(java.lang.String skewY)
        Description copied from interface: Transform
        Sets the skew Y.
        Specified by:
        setSkewY in interface Transform
        Parameters:
        skewY - the new skew Y