Class Index | File Index

Classes


Class Builder


Defined in: builder.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This object is responsable for creating and updating the properties for figures
Method Summary
Method Attributes Method Name and Description
<static>  
Builder.constructCanvasPropertiesPanel(DOMObject, canvasProps)
Creates the properties for main CanvasProps
<static>  
Builder.contructPropertiesPanel(DOMObject, figure)
Creates the property panel for a figure
<static>  
Builder.load(o)
Creates a {Builder} out of JSON parsed object
Class Detail
Builder()
This object is responsable for creating and updating the properties for figures
Author: Zack Newsham .
Method Detail
<static> Builder.constructCanvasPropertiesPanel(DOMObject, canvasProps)
Creates the properties for main CanvasProps
Parameters:
{DOMObject} DOMObject
- the div of the properties panel
{CanvasProps} canvasProps
- the CanvasProps for which the properties will be displayed

<static> Builder.contructPropertiesPanel(DOMObject, figure)
Creates the property panel for a figure
Parameters:
{DOMObject} DOMObject
- the div of the properties panel
{Figure} figure
- the figure for which the properties will be displayed

<static> {Builder} Builder.load(o)
Creates a {Builder} out of JSON parsed object
Author: Alex Gheorghiu .
Parameters:
{JSONObject} o
- the JSON parsed object
Returns:
{Builder} a newly constructed Builder

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 09 2011 12:47:25 GMT+0300 (EEST)