public interface

Transform

implements Serializable
com.priint.comet.metadata.element.Transform

Class Overview

The Interface Transform.

Summary

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.

Public Methods

public abstract String getRot ()

Gets the rot.

Returns
  • the rot

public abstract String getRotX ()

Gets the rot X.

Returns
  • the rot X

public abstract String getRotY ()

Gets the rot Y.

Returns
  • the rot Y

public abstract String getScaleX ()

Gets the scale X.

Returns
  • the scale X

public abstract String getScaleY ()

Gets the scale Y.

Returns
  • the scale Y

public abstract String getSkew ()

Gets the skew.

Returns
  • the skew

public abstract String getSkewX ()

Gets the skew X.

Returns
  • the skew X

public abstract String getSkewY ()

Gets the skew Y.

Returns
  • the skew Y

public abstract void setRot (String rot)

Sets the rot.

Parameters
rot the new rot

public abstract void setRotX (String rotX)

Sets the rot X.

Parameters
rotX the new rot X

public abstract void setRotY (String rotY)

Sets the rot Y.

Parameters
rotY the new rot Y

public abstract void setScaleX (String scaleX)

Sets the scale X.

Parameters
scaleX the new scale X

public abstract void setScaleY (String scaleY)

Sets the scale Y.

Parameters
scaleY the new scale Y

public abstract void setSkew (String skew)

Sets the skew.

Parameters
skew the new skew

public abstract void setSkewX (String skewX)

Sets the skew X.

Parameters
skewX the new skew X

public abstract void setSkewY (String skewY)

Sets the skew Y.

Parameters
skewY the new skew Y