Fill

class Fill : Scheme

Scheme to define table cell colors.

Constructors

Fill
Link copied to clipboard
common
fun Fill()

Types

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

Functions

colors
Link copied to clipboard
common
fun colors(array: Iterable<Any>)
Sets the cell fill color.
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

color
Link copied to clipboard
common
var color: Color
Sets the cell fill color.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?