Class sandy.core.transform.TransformType

Description

Contains all the types of transformation that can be used in Sandy.

Field Index

MIXED, MIXED_INTERPOLATION, NONE, PATH_INTERPOLATION, ROTATION, ROTATION_INTERPOLATION, SCALE, SCALE_INTERPOLATION, TRANSLATION, TRANSLATION_INTERPOLATION, VERTEX_INTERPOLATION

Method Index

getValue(), toString()

Field Detail

NONE

static public NONE:TransformType [Read Only]
Constant value representing no Transformation

TRANSLATION

static public TRANSLATION:TransformType [Read Only]
Constant value representing a Translation

ROTATION

static public ROTATION:TransformType [Read Only]
Constant value representing a Rotation

SCALE

static public SCALE:TransformType [Read Only]
Constant value representing a Scale

MIXED

static public MIXED:TransformType [Read Only]
Constant value representing a mixed transformation(2 or more transformations combined)

SCALE_INTERPOLATION

static public SCALE_INTERPOLATION:TransformType [Read Only]
Constant value representing a Scale Interpolation

ROTATION_INTERPOLATION

static public ROTATION_INTERPOLATION:TransformType [Read Only]
Constant value representing a rotation Interpolation

TRANSLATION_INTERPOLATION

static public TRANSLATION_INTERPOLATION:TransformType [Read Only]
Constant value representing a translation Interpolation

PATH_INTERPOLATION

static public PATH_INTERPOLATION:TransformType [Read Only]
Constant value representing a path Interpolation

VERTEX_INTERPOLATION

static public VERTEX_INTERPOLATION:TransformType [Read Only]
Constant value representing a vertex Interpolation

MIXED_INTERPOLATION

static public MIXED_INTERPOLATION:TransformType [Read Only]
Constant value representing a mixed Interpolation

Method Detail

toString

public function toString():String

Make a string representation of this object

Return

String the string representation

getValue

public function getValue(Void):Number

Get the value of the TransformType.

Return

The value