Class TransformImpl

java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.TransformImpl
All Implemented Interfaces:
Transform, Serializable

public class TransformImpl extends Object implements Serializable, Transform
See Also:
  • Constructor Details

    • TransformImpl

      public TransformImpl()
  • Method Details

    • getScaleX

      public 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(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 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(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 String getRot()
      Description copied from interface: Transform
      Gets the rot.
      Specified by:
      getRot in interface Transform
      Returns:
      the rot
    • setRot

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

      public 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(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 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(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 String getSkew()
      Description copied from interface: Transform
      Gets the skew.
      Specified by:
      getSkew in interface Transform
      Returns:
      the skew
    • setSkew

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

      public 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(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 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(String skewY)
      Description copied from interface: Transform
      Sets the skew Y.
      Specified by:
      setSkewY in interface Transform
      Parameters:
      skewY - the new skew Y