UnvalidatedRenderingContext

class UnvalidatedRenderingContext(attrs: StyleAttributes) : RenderingContext

An UnvalidatedRenderingContext not has yet been validated.

Author

Todd L Smith

Parameters

attrs

The complete StyleAttributes.

Constructors

Link copied to clipboard
fun UnvalidatedRenderingContext(attrs: StyleAttributes)

Construct an UnvalidatedRenderingContext from the specified StyleAttributes.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun validate(palette: Palette): ValidatedRenderingContext

Validate the receiver against the supplied palette. If validation succeeds, then answer a ValidatedRenderingContext that includes all attributes of the receiver.

Properties

Link copied to clipboard
val attributes: StyleAttributes

The partial StyleAttributes. Any missing aspects will be defaulted by Swing.