Domain

class Domain : Scheme

Types

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

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

column
Link copied to clipboard
common
var column: Int
If there is a layout grid, use the domain for this column in the grid for this pie trace.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
row
Link copied to clipboard
common
var row: Int
If there is a layout grid, use the domain for this row in the grid for this pie trace.
x
Link copied to clipboard
common
var x: List<Number>
Sets the horizontal domain of this pie trace (in plot fraction).
y
Link copied to clipboard
common
var y: List<Number>
Sets the vertical domain of this pie trace (in plot fraction).