FrameRenderable class abstract interface

A value that can paint itself directly into a terminal Frame.

Implementations should be short-lived descriptions of the current model state. Persistent application state belongs in the TEA Model, not in the renderable.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Frame frame, FrameArea area) → void
Paints this value into area, clipped to the frame bounds.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited