Class Index | File Index

Classes


Class cc.Rect


Defined in: CCGeometry.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.Rect(x1, y1, width1, height1)
Method Summary
Method Attributes Method Name and Description
 
 
 
getX()
 
getY()
 
 
 
setX(x)
 
setY(y)
Class Detail
cc.Rect(x1, y1, width1, height1)
Parameters:
{Number} x1
{Number} y1
{Number} width1
{Number} height1
Constructor
Method Detail
getHeight()

getWidth()

getX()

getY()

setHeight(h)
Parameters:
h

setWidth(w)
Parameters:
w

setX(x)
Parameters:
x

setY(y)
Parameters:
y

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:53 GMT-0800 (PST)