plotlykt-core
/
space.kscience.plotly.models
/
Title
common
Title
class
Title
:
Scheme
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
:
SchemeSpec
<
Title
>
Content copied to clipboard
Functions
font
Link copied to clipboard
common
fun
font
(block:
Font
.() ->
Unit
)
Content copied to clipboard
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
pad
Link copied to clipboard
common
fun
pad
(block:
Margin
.() ->
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
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
font
Link copied to clipboard
common
var
font
:
Font
Content copied to clipboard
Sets the title font.
pad
Link copied to clipboard
common
var
pad
:
Margin
Content copied to clipboard
Sets the padding of the title.
text
Link copied to clipboard
common
var
text
:
String
?
Content copied to clipboard
Sets the plot's title.
x
Link copied to clipboard
common
var
x
:
Number
Content copied to clipboard
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
Content copied to clipboard
Sets the title's horizontal alignment with respect to its x position.
xref
Link copied to clipboard
common
var
xref
:
Ref
Content copied to clipboard
Sets the container
x
refers to.
y
Link copied to clipboard
common
var
y
:
Number
Content copied to clipboard
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
Content copied to clipboard
Sets the title's vertical alignment with respect to its y position.
yref
Link copied to clipboard
common
var
yref
:
Ref
Content copied to clipboard
Sets the container
y
refers to.