MeanLine

class MeanLine : Scheme

Types

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

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
val color: Color
Sets the mean line color.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
visible
Link copied to clipboard
common
var visible: Boolean?
Determines if a line corresponding to the sample's mean is shown inside the violins.
width
Link copied to clipboard
common
var width: Number
Sets the mean line width.