LayoutLine

class LayoutLine : Scheme, Line

Types

Companion
Link copied to clipboard
common
object Companion : SchemeSpec<LayoutLine>

Functions

getItem
Link copied to clipboard
common
open override fun getItem(name: Name): MetaItem?
onChange
Link copied to clipboard
common
open override fun onChange(owner: Any?, action: (Name, MetaItem?, MetaItem?) -> Unit)
removeListener
Link copied to clipboard
common
open override fun removeListener(owner: Any?)
setItem
Link copied to clipboard
common
open override fun setItem(name: Name, item: MetaItem?)
toMeta
Link copied to clipboard
common
open override fun toMeta(): Laminate
validateItem
Link copied to clipboard
common
open fun validateItem(name: Name, item: MetaItem?): Boolean

Properties

color
Link copied to clipboard
common
open override val color: Color
Sets the line color.
dash
Link copied to clipboard
common
var dash: Dash
Sets the style of the lines.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
shape
Link copied to clipboard
common
var shape: LineShape
Determines the line shape.
smoothing
Link copied to clipboard
common
var smoothing: Number
Sets the amount of smoothing for the contour lines, where "0" corresponds to no smoothing.
width
Link copied to clipboard
common
open override var width: Number
Sets the line width (in px).
widthList
Link copied to clipboard
common
open override var widthList: List<Number>
Sets the width (in px) of the lines bounding the marker points.