CandleStickLine

class CandleStickLine : Scheme

Types

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

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

defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
fillcolor
Link copied to clipboard
common
val fillcolor: Color
lineColor
Link copied to clipboard
common
val lineColor: Color
lineWidth
Link copied to clipboard
common
var lineWidth: Double