alchemist
Toggle table of contents
36.0.11
common
Platform filter
common
Switch theme
Search in API
alchemist
alchemist-web-renderer
/
it.unibo.alchemist.boundary.webui.common.renderer
/
Renderer
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
BitmapRenderer
Members
Functions
render
Link copied to clipboard
abstract
fun
render
(
environmentSurrogate
:
EnvironmentSurrogate
<
TS
,
PS
>
)
:
R
Renders the
EnvironmentSurrogate
.