ViolinBox

class ViolinBox : Scheme

Types

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

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

defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
fillcolor
Link copied to clipboard
common
val fillcolor: Color
Sets the inner box plot fill color.
visible
Link copied to clipboard
common
var visible: Boolean?
Determines if an miniature box plot is drawn inside the violins.
width
Link copied to clipboard
common
var width: Number
Sets the width of the inner box plots relative to the violins' width.