Class fabric.Line
Extends
fabric.Object.
Line
Defined in: line.class.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
- Fields borrowed from class fabric.Object:
- FX_DURATION, FX_TRANSITION, includeDefaultValues, MIN_SCALE_LIMIT, NUM_FRACTION_DIGITS, options, rotate, stateProperties
Method Attributes | Method Name and Description |
---|---|
<static> |
fabric.Line.fromElement(element, options)
|
<static> |
fabric.Line.fromObject(object)
|
initialize(points, options)
Constructor
|
|
toObject()
Returns object representation of an instance
|
- Methods borrowed from class fabric.Object:
- callSuper, clone, cloneAsImage, drawBorders, drawCorners, fxRemove, fxStraighten, get, getAngle, getCenter, getHeight, getWidth, hasStateChanged, intersectsWithObject, intersectsWithRect, isActive, isContainedWithinRect, isType, render, saveState, scale, scaleToHeight, scaleToWidth, set, setActive, setAngle, setCoords, setOpacity, setOptions, setSourcePath, straighten, toDatalessObject, toDataURL, toggle, toGrayscale, toJSON, toString, transform
Field Detail
{String}
type
Method Detail
{Number}
complexity()
- Returns:
- {Number} complexity
<static>
{fabric.Line}
fabric.Line.fromElement(element, options)
- Parameters:
- {SVGElement} element
- Element to parse
- {Object} options Optional
- Options object
- Returns:
- {fabric.Line} instance of fabric.Line
<static>
{fabric.Line}
fabric.Line.fromObject(object)
- Parameters:
- {Object} object
- Object to create an instance from
- Returns:
- {fabric.Line} instance of fabric.Line
{fabric.Line}
initialize(points, options)
Constructor
- Parameters:
- {Array} points
- Array of points
- {Object} options Optional
- Options object
- Returns:
- {fabric.Line} thisArg
{Object}
toObject()
Returns object representation of an instance
- Returns:
- {Object}