toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.components.trend
/
SDFXRuler
SDFXRuler
class
SDFXRuler
(
xCoordinate
:
Double
,
var
xValue
:
Double
,
orientation
:
Orientation
)
Members
Constructors
SDFXRuler
Link copied to clipboard
constructor
(
xCoordinate
:
Double
,
xValue
:
Double
,
orientation
:
Orientation
)
Properties
labels
Link copied to clipboard
val
labels
:
MutableList
<
Label
>
pane
Link copied to clipboard
val
pane
:
Pane
pressed
Link copied to clipboard
var
pressed
:
Boolean
x
Value
Link copied to clipboard
var
xValue
:
Double
Functions
action
Mouse
Entered
Link copied to clipboard
fun
actionMouseEntered
(
)
action
Mouse
Exited
Link copied to clipboard
fun
actionMouseExited
(
)
action
Mouse
Released
Link copied to clipboard
fun
actionMouseReleased
(
)
get
Labels
Visible
Link copied to clipboard
fun
getLabelsVisible
(
)
:
Boolean
get
Line
Link copied to clipboard
fun
getLine
(
)
:
HBox
redraw
Ruler
Link copied to clipboard
fun
redrawRuler
(
x
:
Double
,
height
:
Double
,
width
:
Double
,
orientation
:
Orientation
)
remove
Labels
Link copied to clipboard
fun
removeLabels
(
)
set
Labels
Visible
Link copied to clipboard
fun
setLabelsVisible
(
visible
:
Boolean
)
set
Sticker
Number
Link copied to clipboard
fun
setStickerNumber
(
number
:
Int
)
update
Layout
Link copied to clipboard
fun
updateLayout
(
x
:
Double
,
xValue
:
Double
,
orientation
:
Orientation
)
update
Visibility
Labels
Link copied to clipboard
fun
updateVisibilityLabels
(
)