Static methods
Constructor
Variables
Methods
getElement(name:String):TElement
Returns an element of the canvas.
Parameters:
name | The name of the element |
|---|
Returns:
TElement
notifyOnReady(f:() ‑> Void):Void
Run the given callback function f when the canvas is loaded and ready.
See also:
setCanvasFontSize(fontSize:Int):Void
Set font size of the canvas
Parameters:
fontSize | Size of font to be setted |
|---|
setCanvasVisibility(visible:Bool):Void
Set visibility of canvas
Parameters:
visible | Whether canvas should be visible or not |
|---|