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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getValue
Link copied to clipboard
fun getValue(): T?
Get the value of the property.
hashCode
Link copied to clipboard
open fun hashCode(): Int
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
the property name
propertyValue
Link copied to clipboard
val propertyValue: T
the property value
value
Link copied to clipboard
val value: Value
The Value representation of the property.