abstract class Guideline : Helper

Known direct subclasses

Summary

Public functions

Int

Get the end position

Float

Get the position in percent

Int

Get the start position

Unit
setEnd(end: Int)

Set the end position

Unit
setPercent(percent: Float)

Set the position in percent

Unit
setStart(start: Int)

Set the start position

Public functions

getEnd

Added in 1.1.0-alpha13
fun getEnd(): Int

Get the end position

Returns
Int

end position

getPercent

Added in 1.1.0-alpha13
fun getPercent(): Float

Get the position in percent

Returns
Float

position in percent

getStart

Added in 1.1.0-alpha13
fun getStart(): Int

Get the start position

Returns
Int

start position

setEnd

Added in 1.1.0-alpha13
fun setEnd(end: Int): Unit

Set the end position

Parameters
end: Int

the end position

setPercent

Added in 1.1.0-alpha13
fun setPercent(percent: Float): Unit

Set the position in percent

Parameters
percent: Float

the position in percent

setStart

Added in 1.1.0-alpha13
fun setStart(start: Int): Unit

Set the start position

Parameters
start: Int

the start position