_cacheDataURL,
_cacheDataURLID,
_cacheOffsetX,
_cacheOffsetY,
_matrix,
alpha,
cacheCanvas,
cacheID,
compositeOperation,
filters,
id,
mouseEnabled,
name,
parent,
regX,
regY,
rotation,
scaleX,
scaleY,
shadow,
skewX,
skewY,
snapToPixel,
visible,
x,
y
void
clone
(
recursive
)
recursive
<Boolean>
If true, this Shape's Graphics instance will also be cloned. If false, the Graphics instance
will be shared with the new Shape.
void
void
draw
(
ctx
,
ignoreCache
)
ctx
<CanvasRenderingContext2D>
The canvas 2D context object to draw into.
ignoreCache
<Boolean>
Indicates whether the draw operation should ignore any current cache.
For example, used for drawing the cache (to prevent it from simply drawing an existing cache back
into itself).
void
protected
void
initialize
param {Graphics} graphics
(
)
void
Boolean
isVisible
(
)
Boolean
String
toString
(
)
String