toggle menu
krayon
common
switch theme
search in API
shape
/
com.juul.krayon.shape.curve
/
Curve
Curve
interface
Curve
Inheritors
Linear
Members
Functions
end
Area
Link copied to clipboard
abstract
fun
endArea
(
context
:
PathBuilder
<
*
>
)
end
Line
Link copied to clipboard
abstract
fun
endLine
(
context
:
PathBuilder
<
*
>
)
point
Link copied to clipboard
abstract
fun
point
(
context
:
PathBuilder
<
*
>
,
x
:
Float
,
y
:
Float
)
start
Area
Link copied to clipboard
abstract
fun
startArea
(
context
:
PathBuilder
<
*
>
)
start
Line
Link copied to clipboard
abstract
fun
startLine
(
context
:
PathBuilder
<
*
>
)