Renderer

interface Renderer<in TS : Any, in PS : PositionSurrogate, out R>

Renderer of an EnvironmentSurrogate.

Parameters

the type of the result, presumably a graphic representation, like a raster image or an SVG string.

Inheritors

Functions

Link copied to clipboard
abstract fun render(environmentSurrogate: EnvironmentSurrogate<TS, PS>): R