Extent.
Resolution.
Pixel ratio.
Canvas.
Optional
loader: LoaderOptional loader function to support asynchronous canvas drawing.
Protected
disposedThe object has already been disposed.
Protected
extentProtected
loaderProtected
resolutionProtected
stateProtected
changedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type
property.
Event object.
false
if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protected
dispose
A function that is called to trigger asynchronous canvas drawing. It is called with a "done" callback that should be called when drawing is done. If any error occurs during drawing, the "done" callback should be called with that error.