BitmapRenderer

class BitmapRenderer<in TS : Any, in PS : PositionSurrogate> : Renderer<TS, PS, ERROR CLASS: Symbol not found for Bitmap>

This implementation renders a Bitmap. The rendering works on 2D environments only as it uses a Context2d.

Parameters

the type of the concentration surrogate.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun render(environmentSurrogate: EnvironmentSurrogate<TS, PS>): ERROR CLASS: Symbol not found for Bitmap

Renders the environment.