CompositeLayerStateHolder

class CompositeLayerStateHolder(layerable: Layerable, components: InternalComponentContainer)

A CompositeLayerStateHolder can be used to compose an InternalLayerable and an InternalComponentContainer's layerStates. All InternalLayerable operations are delegated to layerable, but layerStates will contain the states of components as well.

Constructors

CompositeLayerStateHolder
Link copied to clipboard
common
fun CompositeLayerStateHolder(layerable: Layerable, components: InternalComponentContainer)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard