Overview
Interface for graphic objects that can be transformed (translated, scaled, skewed, or rotated).
Attribute Summary
name | type | description |
---|---|---|
Public | ||
transform | Transform[] |
A list of transformation functions that will be performed on this object. |
Protected | ||
affineTransform | AffineTransform | |
onTransformChanged | function(:AffineTransform):Void |
Inherited Attributes
Function Summary
- protected updateTransform() : Void
Inherited Functions
Attributes
public transform: Transform[]
A list of transformation functions that will be performed on this object.