Class createjs.Graphics.LineStyle
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Graphics.LineStyle(thickness, caps, joints, limit)
An inner class used by the createjs.Graphics class to set line styles.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.LineStyle.get(thickness, caps, joints, limit)
Creates a createjs.Graphics.LineStyle object.
|
getText()
|
|
paint(renderer)
|
Class Detail
createjs.Graphics.LineStyle(thickness, caps, joints, limit)
An inner class used by the createjs.Graphics class to set line styles.
- Parameters:
- {number} thickness
- {number} caps
- {number} joints
- {number} limit
Method Detail
<static>
{createjs.Graphics.LineStyle}
createjs.Graphics.LineStyle.get(thickness, caps, joints, limit)
Creates a createjs.Graphics.LineStyle object.
- Parameters:
- {number} thickness
- {number} caps
- {number} joints
- {number} limit
- Returns:
- {createjs.Graphics.LineStyle}
getText()
paint(renderer)
- Parameters:
- renderer