Class createjs.Graphics.FillPattern
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Graphics.FillPattern(image, repetition)
An inner class used by the createjs.Graphics class to create a pattern fill.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.FillPattern.get(image, repetition)
Creates a createjs.Graphics.FillPattern object.
|
paint(renderer)
|
Class Detail
createjs.Graphics.FillPattern(image, repetition)
An inner class used by the createjs.Graphics class to create a pattern fill.
- Parameters:
- {HTMLImageElement} image
- {string} repetition
Field Detail
getText
Method Detail
<static>
{createjs.Graphics.FillPattern}
createjs.Graphics.FillPattern.get(image, repetition)
Creates a createjs.Graphics.FillPattern object.
- Parameters:
- {HTMLImageElement} image
- {string} repetition
- Returns:
- {createjs.Graphics.FillPattern}
paint(renderer)
- Parameters:
- renderer