StyleProperties

open class StyleProperties(borderColor: String?, textColor: String?, showLabel: Boolean?, creationStyle: String?, creationTime: Double?, animate: AnimationProperties?, duration: Int?) : StylesheetProperty

Style properties for when a data structure is being created or is "at rest" on screen

Constructors

StyleProperties
Link copied to clipboard
fun StyleProperties(borderColor: String? = null, textColor: String? = null, showLabel: Boolean? = null, creationStyle: String? = null, creationTime: Double? = null, animate: AnimationProperties? = null, duration: Int? = null)
Create empty Style properties

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
handleColourValue
Link copied to clipboard
fun handleColourValue(color: String?): String?
Handles color value to be passed to Python
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

animate
Link copied to clipboard
val animate: AnimationProperties? = null
borderColor
Link copied to clipboard
open override var borderColor: String? = null
creationStyle
Link copied to clipboard
var creationStyle: String? = null
creationTime
Link copied to clipboard
var creationTime: Double? = null
duration
Link copied to clipboard
val duration: Int? = null
showLabel
Link copied to clipboard
val showLabel: Boolean? = null
textColor
Link copied to clipboard
open override var textColor: String? = null

Inheritors

DefaultStyleProperties
Link copied to clipboard