Class TransformImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.placeholder.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.StringgetRot()Gets the rot.java.lang.StringgetRotX()Gets the rot X.java.lang.StringgetRotY()Gets the rot Y.java.lang.StringgetScaleX()Gets the scale X.java.lang.StringgetScaleY()Gets the scale Y.java.lang.StringgetSkew()Gets the skew.java.lang.StringgetSkewX()Gets the skew X.java.lang.StringgetSkewY()Gets the skew Y.voidsetRot(java.lang.String rot)Sets the rot.voidsetRotX(java.lang.String rotX)Sets the rot X.voidsetRotY(java.lang.String rotY)Sets the rot Y.voidsetScaleX(java.lang.String scaleX)Sets the scale X.voidsetScaleY(java.lang.String scaleY)Sets the scale Y.voidsetSkew(java.lang.String skew)Sets the skew.voidsetSkewX(java.lang.String skewX)Sets the skew X.voidsetSkewY(java.lang.String skewY)Sets the skew Y.
-
-
-
Method Detail
-
getScaleX
public java.lang.String getScaleX()
Description copied from interface:TransformGets the scale X.
-
setScaleX
public void setScaleX(java.lang.String scaleX)
Description copied from interface:TransformSets the scale X.
-
getScaleY
public java.lang.String getScaleY()
Description copied from interface:TransformGets the scale Y.
-
setScaleY
public void setScaleY(java.lang.String scaleY)
Description copied from interface:TransformSets the scale Y.
-
getRot
public java.lang.String getRot()
Description copied from interface:TransformGets the rot.
-
setRot
public void setRot(java.lang.String rot)
Description copied from interface:TransformSets the rot.
-
getRotX
public java.lang.String getRotX()
Description copied from interface:TransformGets the rot X.
-
setRotX
public void setRotX(java.lang.String rotX)
Description copied from interface:TransformSets the rot X.
-
getRotY
public java.lang.String getRotY()
Description copied from interface:TransformGets the rot Y.
-
setRotY
public void setRotY(java.lang.String rotY)
Description copied from interface:TransformSets the rot Y.
-
getSkew
public java.lang.String getSkew()
Description copied from interface:TransformGets the skew.
-
setSkew
public void setSkew(java.lang.String skew)
Description copied from interface:TransformSets the skew.
-
getSkewX
public java.lang.String getSkewX()
Description copied from interface:TransformGets the skew X.
-
setSkewX
public void setSkewX(java.lang.String skewX)
Description copied from interface:TransformSets the skew X.
-
getSkewY
public java.lang.String getSkewY()
Description copied from interface:TransformGets the skew Y.
-
-