Overview

Interface for graphic objects that can be transformed (translated, scaled, skewed, or rotated).

Attribute Summary

nametypedescription
Public
transformTransform[]

A list of transformation functions that will be performed on this object.

Protected
affineTransformAffineTransform
onTransformChangedfunction(: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.

Functions