com.priint.comet.metadata.element.Transform |
The Interface Transform.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getRot()
Gets the rot.
| ||||||||||
abstract String |
getRotX()
Gets the rot X.
| ||||||||||
abstract String |
getRotY()
Gets the rot Y.
| ||||||||||
abstract String |
getScaleX()
Gets the scale X.
| ||||||||||
abstract String |
getScaleY()
Gets the scale Y.
| ||||||||||
abstract String |
getSkew()
Gets the skew.
| ||||||||||
abstract String |
getSkewX()
Gets the skew X.
| ||||||||||
abstract String |
getSkewY()
Gets the skew Y.
| ||||||||||
abstract void |
setRot(String rot)
Sets the rot.
| ||||||||||
abstract void |
setRotX(String rotX)
Sets the rot X.
| ||||||||||
abstract void |
setRotY(String rotY)
Sets the rot Y.
| ||||||||||
abstract void |
setScaleX(String scaleX)
Sets the scale X.
| ||||||||||
abstract void |
setScaleY(String scaleY)
Sets the scale Y.
| ||||||||||
abstract void |
setSkew(String skew)
Sets the skew.
| ||||||||||
abstract void |
setSkewX(String skewX)
Sets the skew X.
| ||||||||||
abstract void |
setSkewY(String skewY)
Sets the skew Y.
|
Gets the rot.
Gets the rot X.
Gets the rot Y.
Gets the scale X.
Gets the scale Y.
Gets the skew.
Gets the skew X.
Gets the skew Y.
Sets the rot.
rot | the new rot |
---|
Sets the rot X.
rotX | the new rot X |
---|
Sets the rot Y.
rotY | the new rot Y |
---|
Sets the scale X.
scaleX | the new scale X |
---|
Sets the scale Y.
scaleY | the new scale Y |
---|
Sets the skew.
skew | the new skew |
---|
Sets the skew X.
skewX | the new skew X |
---|
Sets the skew Y.
skewY | the new skew Y |
---|