Package-level declarations

Types

Link copied to clipboard
data class SetBitmap(val bitmap: Bitmap?)

Redux action to set the bitmap to display.

Link copied to clipboard
data class SetPlayButton(val action: Action)

Redux action to set the Simulation state of the application and switch between Play and pause.

Link copied to clipboard
data class SetRenderMode(val renderMode: RenderMode)

Redux action to set the Render Mode of the application.

Link copied to clipboard
data class SetStatusSurrogate(val statusSurrogate: StatusSurrogate)

Redux action to set the StatusSurrogate of the application.