const classafEfan::EfanRenderer

sys::Obj
  afEfan::EfanRenderer

A sane (const) wrapper around the generated efan renderer.

ctxType

Source

const Type? ctxType

The ctx type the renderer was generated for.

render

Source

Str render(Obj? ctx)

Instanstiates the efan renderer and renders with the given ctx. Ensure the give ctx is of the same type as ctxType.

rendererType

Source

const Type rendererType

The generated efan renderer.