toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.chart
/
LineEditor
Line
Editor
interface
LineEditor
Members
Properties
line
Link copied to clipboard
abstract
val
line
:
Line
Functions
add
Link copied to clipboard
abstract
fun
add
(
)
:
PointEditor
description
Link copied to clipboard
abstract
fun
description
(
)
:
String
?
abstract
fun
description
(
value
:
String
?
)
find
Link copied to clipboard
abstract
fun
find
(
key
:
String
)
:
PointEditor
?
point
Link copied to clipboard
abstract
fun
point
(
p
:
Point
)
:
PointEditor
points
Link copied to clipboard
abstract
fun
points
(
)
:
List
<
PointEditor
>
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
Point
?
title
Link copied to clipboard
abstract
fun
title
(
)
:
String
abstract
fun
title
(
value
:
String
)