Class Index | File Index

Classes


Class gui.ImageSelector


Defined in: ImageSelector.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gui.ImageSelector(odfCanvas)
Method Summary
Method Attributes Method Name and Description
 
Clears the image selection.
<inner>  
<inner>  
getPosition(element, referenceElement)
 
Check if the given node is the selector element or one of its child elements.
 
select(frameElement)
Class Detail
gui.ImageSelector(odfCanvas)
Parameters:
{!odf.OdfCanvas} odfCanvas
Method Detail
{undefined} clearSelection()
Clears the image selection.
Returns:
{undefined}

<inner> {!Element} createSelectorElement()
Returns:
{!Element}

<inner> {{left: !number|top: !number}} getPosition(element, referenceElement)
Parameters:
{!Element} element
{!Element} referenceElement
Returns:
{{left: !number|top: !number}}

{!boolean} isSelectorElement(node)
Check if the given node is the selector element or one of its child elements.
Parameters:
{?Node} node
Returns:
{!boolean}

{undefined} select(frameElement)
Parameters:
{!Element} frameElement
Returns:
{undefined}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:40 GMT+0200 (MESZ)