PropertyValue

open class PropertyValue<T>

Properties for Style

Parameters

propertyName

the property name

propertyValue

the property value

Types

Companion
Link copied to clipboard
object Companion

Static variables and methods.

Functions

getValue
Link copied to clipboard
fun getValue(): T?

Get the value of the property.

toString
Link copied to clipboard
open override fun toString(): String

Get the string representation of a property value.

Properties

colorInt
Link copied to clipboard
val colorInt: Int?

Get the color int value of the property if the value is a color.

isExpression
Link copied to clipboard
val isExpression: Boolean

Returns if this is a expression.

isTransition
Link copied to clipboard
val isTransition: Boolean

Returns if this is a transition.

isValue
Link copied to clipboard
val isValue: Boolean

Returns if this is a constant value.

propertyName
Link copied to clipboard
val propertyName: String
propertyValue
Link copied to clipboard
val propertyValue: T
value
Link copied to clipboard
val value: Value

The Value representation of the property.