Unvalidated Rendering Context
class UnvalidatedRenderingContext(attrs: StyleAttributes) : RenderingContext
Content copied to clipboard
An UnvalidatedRenderingContext not has yet been validated.
Author
Todd L Smith
Parameters
attrs
The complete StyleAttributes.
Constructors
Link copied to clipboard
Construct an UnvalidatedRenderingContext from the specified StyleAttributes.
Functions
Link copied to clipboard
Validate the receiver against the supplied palette. If validation succeeds, then answer a ValidatedRenderingContext that includes all attributes of the receiver.