Class Index | File Index

Classes


Class RXBuild.UI.Diagram

The RXBuild.UI.Status controls an always-on-top div that shows a tasks status
Defined in: ui_diagram.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
RXBuild.UI.Diagram(canvasName, className, parent)
Creates a new instance of RXBuild.UI.Status
Method Summary
Method Attributes Method Name and Description
 
 
render(renderable)
<static>  
RXBuild.UI.Diagram.Renderable()
 
updateSize(size)
Class Detail
RXBuild.UI.Diagram(canvasName, className, parent)
Creates a new instance of RXBuild.UI.Status
Parameters:
{String} canvasName Optional
The name of the canvas to build
{String} className Optional
A CSS class name to apply to the canvas.
{HTMLElement} parent Optional, Default: document.body
The container for the canvas
Method Detail
clear()

render(renderable)
Parameters:
renderable

<static> RXBuild.UI.Diagram.Renderable()

updateSize(size)
Parameters:
size

Documentation generated by JsDoc Toolkit 2.0.2 on Mon May 02 2016 20:27:57 GMT+0200 (CEST)