Interface Transform
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TransformImpl
The Interface Transform.
-
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.
-
Method Details
-
getScaleX
String getScaleX()Gets the scale X.- Returns:
- the scale X
-
setScaleX
Sets the scale X.- Parameters:
scaleX- the new scale X
-
getScaleY
String getScaleY()Gets the scale Y.- Returns:
- the scale Y
-
setScaleY
Sets the scale Y.- Parameters:
scaleY- the new scale Y
-
getRot
String getRot()Gets the rot.- Returns:
- the rot
-
setRot
Sets the rot.- Parameters:
rot- the new rot
-
getRotX
String getRotX()Gets the rot X.- Returns:
- the rot X
-
setRotX
Sets the rot X.- Parameters:
rotX- the new rot X
-
getRotY
String getRotY()Gets the rot Y.- Returns:
- the rot Y
-
setRotY
Sets the rot Y.- Parameters:
rotY- the new rot Y
-
getSkew
String getSkew()Gets the skew.- Returns:
- the skew
-
setSkew
Sets the skew.- Parameters:
skew- the new skew
-
getSkewX
String getSkewX()Gets the skew X.- Returns:
- the skew X
-
setSkewX
Sets the skew X.- Parameters:
skewX- the new skew X
-
getSkewY
String getSkewY()Gets the skew Y.- Returns:
- the skew Y
-
setSkewY
Sets the skew Y.- Parameters:
skewY- the new skew Y
-