getGuideLineIntervals

@Size(min = 2, multiple = 2)
abstract fun getGuideLineIntervals(): List<Float>

Defines guide line on/off intervals sizes. Must have an even number of entries (>=2). Even indices are specifying the "on" intervals, the odd indices specifying the "off" intervals. "On" intervals specify length of the line dashes, "Off" specify length of the line gaps.

Return

List of ON and OFF distances.