Contours

class Contours : Scheme

Types

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

Functions

getItem
Link copied to clipboard
common
open override fun getItem(name: Name): MetaItem?
labelfont
Link copied to clipboard
common
fun labelfont(block: Font.() -> Unit)
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

coloring
Link copied to clipboard
common
var coloring: ContoursColoring
Determines the coloring method showing the contour values.
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 contour level value.
labelfont
Link copied to clipboard
common
var labelfont: Font
Sets the font used for labeling the contour levels.
showlabels
Link copied to clipboard
common
var showlabels: Boolean?
Determines whether to label the contour lines with their values.
showlines
Link copied to clipboard
common
var showlines: Boolean?
Determines whether or not the contour lines are drawn.
size
Link copied to clipboard
common
var size: Number
Sets the step between each contour level.
start
Link copied to clipboard
common
var start: Number?
Sets the starting contour level value.
type
Link copied to clipboard
common
var type: ContoursType
If levels, the data is represented as a contour plot with multiple levels displayed.