Title

class Title : Scheme

Types

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

Functions

font
Link copied to clipboard
common
fun font(block: Font.() -> Unit)
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)
pad
Link copied to clipboard
common
fun pad(block: Margin.() -> 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?
font
Link copied to clipboard
common
var font: Font
Sets the title font.
pad
Link copied to clipboard
common
var pad: Margin
Sets the padding of the title.
text
Link copied to clipboard
common
var text: String?
Sets the plot's title.
x
Link copied to clipboard
common
var x: Number
Sets the x position with respect to xref in normalized coordinates from "0" (left) to "1" (right).
xanchor
Link copied to clipboard
common
var xanchor: XAnchor
Sets the title's horizontal alignment with respect to its x position.
xref
Link copied to clipboard
common
var xref: Ref
Sets the container x refers to.
y
Link copied to clipboard
common
var y: Number
Sets the y position with respect to yref in normalized coordinates from "0" (bottom) to "1" (top).
yanchor
Link copied to clipboard
common
var yanchor: YAnchor
Sets the title's vertical alignment with respect to its y position.
yref
Link copied to clipboard
common
var yref: Ref
Sets the container y refers to.