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
/
DocumentStyle
Document
Style
class
DocumentStyle
:
Styleable
(
source
)
Members
Members & Extensions
Constructors
Document
Style
Link copied to clipboard
constructor
(
)
Properties
preserve
Aspect
Ratio
Link copied to clipboard
var
DocumentStyle
.
preserveAspectRatio
:
AspectRatio
properties
Link copied to clipboard
val
properties
:
HashMap
<
AttributeOrPropertyKey
,
AttributeOrPropertyValue
?
>
view
Box
Link copied to clipboard
var
DocumentStyle
.
viewBox
:
ViewBox
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
?
)