capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.path
/
PathSegmentsBuilder
Path
Segments
Builder
class
PathSegmentsBuilder
(
source
)
Members
Constructors
Path
Segments
Builder
Link copied to clipboard
constructor
(
)
Functions
arc
To
Link copied to clipboard
fun
arcTo
(
center
:
Point
,
radius
:
Double
,
startAngle
:
Double
,
sweepAngle
:
Double
)
build
Link copied to clipboard
fun
build
(
)
:
PathSegments
close
Link copied to clipboard
fun
close
(
)
cubic
To
Link copied to clipboard
fun
cubicTo
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
,
x3
:
Double
,
y3
:
Double
)
line
To
Link copied to clipboard
fun
lineTo
(
x
:
Double
,
y
:
Double
)
move
To
Link copied to clipboard
fun
moveTo
(
x
:
Double
,
y
:
Double
)