Margin

class Margin : Scheme

Types

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

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

autoexpand
Link copied to clipboard
common
var autoexpand: Boolean?
Turns on/off margin expansion computations.
b
Link copied to clipboard
common
var b: Number
Sets the bottom margin (in px).
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
l
Link copied to clipboard
common
var l: Number
Sets the left margin (in px).
pad
Link copied to clipboard
common
var pad: Number
Sets the amount of padding (in px) between the plotting area and the axis lines
r
Link copied to clipboard
common
var r: Number
Sets the right margin (in px).
t
Link copied to clipboard
common
var t: Number
Sets the top margin (in px).