Class TransformImpl
java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.TransformImpl
- All Implemented Interfaces:
Transform,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRot()Gets the rot.getRotX()Gets the rot X.getRotY()Gets the rot Y.Gets the scale X.Gets the scale Y.getSkew()Gets the skew.getSkewX()Gets the skew X.getSkewY()Gets the skew Y.voidSets the rot.voidSets the rot X.voidSets the rot Y.voidSets the scale X.voidSets the scale Y.voidSets the skew.voidSets the skew X.voidSets the skew Y.
-
Constructor Details
-
TransformImpl
public TransformImpl()
-
-
Method Details
-
getScaleX
Description copied from interface:TransformGets the scale X. -
setScaleX
Description copied from interface:TransformSets the scale X. -
getScaleY
Description copied from interface:TransformGets the scale Y. -
setScaleY
Description copied from interface:TransformSets the scale Y. -
getRot
Description copied from interface:TransformGets the rot. -
setRot
Description copied from interface:TransformSets the rot. -
getRotX
Description copied from interface:TransformGets the rot X. -
setRotX
Description copied from interface:TransformSets the rot X. -
getRotY
Description copied from interface:TransformGets the rot Y. -
setRotY
Description copied from interface:TransformSets the rot Y. -
getSkew
Description copied from interface:TransformGets the skew. -
setSkew
Description copied from interface:TransformSets the skew. -
getSkewX
Description copied from interface:TransformGets the skew X. -
setSkewX
Description copied from interface:TransformSets the skew X. -
getSkewY
Description copied from interface:TransformGets the skew Y. -
setSkewY
Description copied from interface:TransformSets the skew Y.
-