Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
ui-core
/
org.octavius.ui.timeline
/
drawAxisTicks
draw
Axis
Ticks
desktop
internal
fun
DrawScope
.
drawAxisTicks
(
interval
:
Int
,
startSec
:
Int
,
endSec
:
Int
,
pxPerSecond
:
Float
,
axisHeight
:
Float
,
labelWidth
:
Int
,
labelHeight
:
Int
,
textMeasurer
:
TextMeasurer
,
style
:
TimelineTheme.AxisStyle
)