orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-composition
/
org.openrndr.extra.composition
/
Styleable
Styleable
sealed
class
Styleable
(
source
)
Inheritors
DocumentStyle
Style
Members
Properties
properties
Link copied to clipboard
val
properties
:
HashMap
<
AttributeOrPropertyKey
,
AttributeOrPropertyValue
?
>
Functions
get
Link copied to clipboard
operator
fun
get
(
name
:
AttributeOrPropertyKey
)
:
AttributeOrPropertyValue
?
inherit
Link copied to clipboard
infix
fun
inherit
(
from
:
Style
)
:
Style
is
Inherited
Link copied to clipboard
fun
isInherited
(
from
:
Styleable
,
attributeKey
:
AttributeOrPropertyKey
)
:
Boolean
set
Link copied to clipboard
operator
fun
set
(
name
:
AttributeOrPropertyKey
,
value
:
AttributeOrPropertyValue
?
)