ComponentStyleSets

object ComponentStyleSets

This facade contains factory functions for creating builders for ComponentStyleSets.

Functions

defaultStyleSet
Link copied to clipboard
common
fun defaultStyleSet(): ComponentStyleSet
Returns the default ComponentStyleSet which uses the default org.hexworks.zircon.api.graphics.StyleSet.
empty
Link copied to clipboard
common
fun empty(): ComponentStyleSet
Returns the empty ComponentStyleSet which uses the empty org.hexworks.zircon.api.graphics.StyleSet.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
newBuilder
Link copied to clipboard
common
fun newBuilder(): ComponentStyleSetBuilder
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard