capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.path
Package-level
declarations
Types
Functions
Types
Path
Segment
Link copied to clipboard
@
Immutable
sealed
interface
PathSegment
Path
Segments
Link copied to clipboard
typealias
PathSegments
=
List
<
PathSegment
>
Path
Segments
Builder
Link copied to clipboard
class
PathSegmentsBuilder
Functions
build
Circle
Path
Segments
Link copied to clipboard
fun
buildCirclePathSegments
(
center
:
Point
,
radius
:
Double
)
:
PathSegments
build
Path
Segments
Link copied to clipboard
inline
fun
buildPathSegments
(
block
:
PathSegmentsBuilder
.
(
)
->
Unit
)
:
PathSegments
to
Path
Link copied to clipboard
fun
PathSegments
.
toPath
(
)
:
Path
to
Svg
Link copied to clipboard
fun
PathSegments
.
toSvg
(
asDocument
:
Boolean
=
false
)
:
String