plotlykt-core
/
space.kscience.plotly.models
/
LayoutLine
common
Layout
Line
class
LayoutLine
:
Scheme
,
Line
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
:
SchemeSpec
<
LayoutLine
>
Content copied to clipboard
Functions
getItem
Link copied to clipboard
common
open override fun
getItem
(name:
Name
):
MetaItem
?
Content copied to clipboard
onChange
Link copied to clipboard
common
open override fun
onChange
(owner:
Any
?, action: (
Name
,
MetaItem
?,
MetaItem
?) ->
Unit
)
Content copied to clipboard
removeListener
Link copied to clipboard
common
open override fun
removeListener
(owner:
Any
?)
Content copied to clipboard
setItem
Link copied to clipboard
common
open override fun
setItem
(name:
Name
, item:
MetaItem
?)
Content copied to clipboard
toMeta
Link copied to clipboard
common
open override fun
toMeta
():
Laminate
Content copied to clipboard
validateItem
Link copied to clipboard
common
open fun
validateItem
(name:
Name
, item:
MetaItem
?):
Boolean
Content copied to clipboard
Properties
color
Link copied to clipboard
common
open override val
color
:
Color
Content copied to clipboard
Sets the line color.
dash
Link copied to clipboard
common
var
dash
:
Dash
Content copied to clipboard
Sets the style of the lines.
defaultLayer
Link copied to clipboard
common
open val
defaultLayer
:
Meta
Content copied to clipboard
descriptor
Link copied to clipboard
common
override var
descriptor
:
NodeDescriptor
?
Content copied to clipboard
shape
Link copied to clipboard
common
var
shape
:
LineShape
Content copied to clipboard
Determines the line shape.
smoothing
Link copied to clipboard
common
var
smoothing
:
Number
Content copied to clipboard
Sets the amount of smoothing for the contour lines, where "0" corresponds to no smoothing.
width
Link copied to clipboard
common
open override var
width
:
Number
Content copied to clipboard
Sets the line width (in px).
widthList
Link copied to clipboard
common
open override var
widthList
:
List
<
Number
>
Content copied to clipboard
Sets the width (in px) of the lines bounding the marker points.