FrameViewDisplayExtensions extension

Extension methods for display-only (non-interactive) frame rendering.

on

Methods

show(void content(FrameContext ctx)) → void

Available on FrameView, provided by the FrameViewDisplayExtensions extension

Renders to stdout and returns immediately.
showContentTo(RenderOutput out, void content(FrameContext ctx)) → void

Available on FrameView, provided by the FrameViewDisplayExtensions extension

Renders content only (no frame borders) to a provided RenderOutput.
showTo(RenderOutput out, void content(FrameContext ctx)) → void

Available on FrameView, provided by the FrameViewDisplayExtensions extension

Renders to a provided RenderOutput without interaction.