Search
Preparing search index...
The search index is not available
SavageDOM
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PathSegment
ArcTo
Class ArcTo
Hierarchy
PathSegment
ArcTo
ArcToAbs
ArcToRel
Implements
Attribute
<
PathSegment
>
Index
Constructors
constructor
Properties
command
large
Arc
p
r
sweep
Clockwise
x
Axis
Rotate
Methods
build
Instance
default
Instance
get
interpolator
parse
parse
Args
set
to
String
Constructors
constructor
new
Arc
To
(
command
:
ArcToAbs
|
ArcToRel
, r
?:
Point
, p
?:
Point
, xAxisRotate
?:
number
, largeArc
?:
boolean
, sweepClockwise
?:
boolean
)
:
ArcTo
Parameters
command:
ArcToAbs
|
ArcToRel
Default value
r:
Point
= new Point(0, 0)
Default value
p:
Point
= new Point(0, 0)
Default value
xAxisRotate:
number
= 0
Default value
largeArc:
boolean
= false
Default value
sweepClockwise:
boolean
= true
Returns
ArcTo
Properties
command
command
:
Command
large
Arc
large
Arc
:
boolean
p
p
:
Point
r
r
:
Point
sweep
Clockwise
sweep
Clockwise
:
boolean
x
Axis
Rotate
x
Axis
Rotate
:
number
Methods
Abstract
build
Instance
build
Instance
(
r
:
Point
, p
:
Point
, xAxisRotate
:
number
, largeArc
:
boolean
, sweepClockwise
:
boolean
)
:
ArcTo
Parameters
r:
Point
p:
Point
xAxisRotate:
number
largeArc:
boolean
sweepClockwise:
boolean
Returns
ArcTo
Abstract
default
Instance
default
Instance
(
)
:
ArcTo
Returns
ArcTo
get
get
(
element
:
SVGElement
, attr
:
string
)
:
PathSegment
Parameters
element:
SVGElement
attr:
string
Returns
PathSegment
interpolator
interpolator
(
from
:
PathSegment
)
:
function
Parameters
from:
PathSegment
Returns
function
(
t
:
number
)
:
PathSegment
Parameters
t:
number
Returns
PathSegment
parse
parse
(
css
:
string
|
null
)
:
PathSegment
Parameters
css:
string
|
null
Returns
PathSegment
parse
Args
parse
Args
(
css
:
string
)
:
ArcTo
Parameters
css:
string
Returns
ArcTo
set
set
(
element
:
SVGElement
, attr
:
string
, override
?:
PathSegment
)
:
void
Parameters
element:
SVGElement
attr:
string
Optional
override:
PathSegment
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
Path
Segment
Command
Arc
To
constructor
command
large
Arc
p
r
sweep
Clockwise
x
Axis
Rotate
build
Instance
default
Instance
get
interpolator
parse
parse
Args
set
to
String
Arc
ToAbs
Arc
ToRel
Close
Path
Curve
ToCubic
Abs
Curve
ToCubic
Rel
Curve
ToCubic
Smooth
Abs
Curve
ToCubic
Smooth
Rel
Curve
ToQuadratic
Abs
Curve
ToQuadratic
Rel
Curve
ToQuadratic
Smooth
Abs
Curve
ToQuadratic
Smooth
Rel
Double
Point
Line
ToAbs
Line
ToHorizontal
Abs
Line
ToHorizontal
Rel
Line
ToRel
Line
ToVertical
Abs
Line
ToVertical
Rel
Move
ToAbs
Move
ToRel
Single
Length
Single
Point
Triple
Point
constructor
command
default
Instance
get
interpolator
parse
parse
Args
set
to
String
Generated using
TypeDoc