Class Index | File Index

Classes


Class createjs.Shape


Extends .

Defined in: shape.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
createjs.Shape(opt_graphics)
A class that represents a vector shape.
Method Summary
Method Attributes Method Name and Description
 
addGraphics(graphics)
 
Returns the createjs.Graphics object owned by this object.
 
 
 
 
hitTestObject(point, types, bubble)
 
 
layout(renderer, parent, dirty, time, draw)
 
paintObject(renderer)
 
removeAllChildren(opt_destroy)
 
set(properties)
 
setGraphics(graphics)
Sets the createjs.Graphics object.
Class Detail
createjs.Shape(opt_graphics)
A class that represents a vector shape.
Parameters:
{createjs.Graphics=} opt_graphics
Method Detail
addGraphics(graphics)
Parameters:
graphics

{createjs.Graphics} getGraphics()
Returns the createjs.Graphics object owned by this object.
Returns:
{createjs.Graphics}

getSetters()

handleAttach(flag)
Parameters:
flag

handleDetach()

hitTestObject(point, types, bubble)
Parameters:
point
types
bubble

isVisible()

layout(renderer, parent, dirty, time, draw)
Parameters:
renderer
parent
dirty
time
draw

paintObject(renderer)
Parameters:
renderer

removeAllChildren(opt_destroy)
Parameters:
opt_destroy

set(properties)
Parameters:
properties

setGraphics(graphics)
Sets the createjs.Graphics object.
Parameters:
{createjs.Graphics} graphics

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)