Class Index | File Index

Classes


Class lime.CoverNode


Extends lime.Node.

Defined in: covernode.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Object that covers whole viewport area and lives outside the scene.
Field Summary
Field Attributes Field Name and Description
 
Canvas drawing context
 
Draw the contents inside given area
Fields borrowed from class lime.Node:
customEvent_, eventHandlers_, inTree_, supportedRenderers, transitionsAdd_, transitionsClear_
Method Summary
Method Attributes Method Name and Description
 
Tell CoverNode that it needs to redraw its contents if whole viewport
 
Tell CoverNode that it needs to redraw its contents if specific Box area
 
Invalidate object size & position
Methods borrowed from class lime.Node:
addDependency, addEventListener, addTransition, appendChild, calcRelativeQuality, clearTransition, createDomElement, getAnchorPoint, getAutoResize, getBoundingBox, getChildAt, getChildIndex, getDeepestDomElement, getDeepestParentWithDom, getDirector, getDirty, getFrame, getHidden, getMask, getNumberOfChildren, getOpacity, getParent, getParentStack_, getPosition, getQuality, getRelativeQuality, getRotation, getScale, getScene, getSize, hitTest, localToNode, localToParent, localToScreen, measureContents, needsDomElement, parentToLocal, releaseDependencies, removeAllChildren, removeChild, removeChildAt, removeDependency, removeDomElement, removeEventListener, runAction, screenToLocal, setAnchorPoint, setAutoResize, setChildIndex, setDirty, setHidden, setMask, setOpacity, setPosition, setQuality, setRenderer, setRotation, setScale, setSize, setupDependencies, updateDomElement, updateLayout, wasAddedToTree, wasRemovedFromTree
Class Detail
lime.CoverNode()
Object that covers whole viewport area and lives outside the scene.
Field Detail
context
Canvas drawing context

drawInRect
Draw the contents inside given area
Method Detail
setNeedsRedraw()
Tell CoverNode that it needs to redraw its contents if whole viewport

setNeedsRedrawInRect(box)
Tell CoverNode that it needs to redraw its contents if specific Box area
Parameters:
{goog.math.Box} box
Box.

update()
Invalidate object size & position

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 30 2011 11:27:22 GMT+0300 (EEST)