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
/
Style
Style
class
Style
:
Styleable
(
source
)
Members
Members & Extensions
Constructors
Style
Link copied to clipboard
constructor
(
)
Properties
display
Link copied to clipboard
var
Style
.
display
:
Display
fill
Link copied to clipboard
var
Style
.
fill
:
Paint
fill
Opacity
Link copied to clipboard
var
Style
.
fillOpacity
:
Numeric
height
Link copied to clipboard
var
Style
.
height
:
Length
line
Cap
Link copied to clipboard
var
Style
.
lineCap
:
LineCap
line
Join
Link copied to clipboard
var
Style
.
lineJoin
:
LineJoin
miter
Limit
Link copied to clipboard
var
Style
.
miterLimit
:
Numeric
opacity
Link copied to clipboard
var
Style
.
opacity
:
Numeric
properties
Link copied to clipboard
val
properties
:
HashMap
<
AttributeOrPropertyKey
,
AttributeOrPropertyValue
?
>
shade
Style
Link copied to clipboard
var
Style
.
shadeStyle
:
Shade
stroke
Link copied to clipboard
var
Style
.
stroke
:
Paint
stroke
Opacity
Link copied to clipboard
var
Style
.
strokeOpacity
:
Numeric
stroke
Weight
Link copied to clipboard
var
Style
.
strokeWeight
:
Length
transform
Link copied to clipboard
var
Style
.
transform
:
Transform
visibility
Link copied to clipboard
var
Style
.
visibility
:
Visibility
width
Link copied to clipboard
var
Style
.
width
:
Length
x
Link copied to clipboard
var
Style
.
x
:
Length
y
Link copied to clipboard
var
Style
.
y
:
Length
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
?
)