Bins

class Bins : Scheme

Types

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

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?
end
Link copied to clipboard
common
var end: Number?
Sets the end value for the x axis bins.
size
Link copied to clipboard
common
var size: Number
Sets the size of each x axis bin.
start
Link copied to clipboard
common
var start: Number?
Sets the starting value for the x axis bins.