orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-panel
/
org.openrndr.panel.style
/
PropertyHandler
Property
Handler
class
PropertyHandler
<
T
>
(
val
name
:
String
,
val
inheritance
:
PropertyInheritance
,
val
initial
:
T
)
(
source
)
Members
Constructors
Property
Handler
Link copied to clipboard
constructor
(
name
:
String
,
inheritance
:
PropertyInheritance
,
initial
:
T
)
Properties
inheritance
Link copied to clipboard
val
inheritance
:
PropertyInheritance
initial
Link copied to clipboard
val
initial
:
T
name
Link copied to clipboard
val
name
:
String
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
stylesheet
:
StyleSheet
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
stylesheet
:
StyleSheet
,
property
:
KProperty
<
*
>
,
value
:
T
?
)