toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.editors
/
AxisEditor
Axis
Editor
interface
AxisEditor
Members
Properties
axis
Link copied to clipboard
abstract
val
axis
:
Axis
label
Link copied to clipboard
abstract
val
label
:
Live
<
String
>
max
Link copied to clipboard
abstract
val
max
:
Live
<
Double
>
min
Link copied to clipboard
abstract
val
min
:
Live
<
Double
>
Functions
label
Link copied to clipboard
abstract
fun
label
(
value
:
String
)
max
Link copied to clipboard
abstract
fun
max
(
value
:
Double
?
)
min
Link copied to clipboard
abstract
fun
min
(
value
:
Double
?
)