class TraceContext

Package :

(default package)

Description :

A fake canvas context which should be used in optimization purposes. This class implements every single context method, but displays the context calls to the output, instead of executing them. This can be used to check how many instructions the animation requires. This can also be used to switch from JsAs animations to classic canvas images, eventhough some JsAs-specific methods are used.

Methods :

new()

Creates a new TraceContext object.