- renderer
- Variable in class de.hems.trafficsim.MainActivity
-
the renderer instance drawing the track history
- Renderer - Class in de.hems.trafficsim
-
User interface class rendering the track history on a SurfaceView.
- Renderer(Track, SurfaceHolder)
- Constructor for class de.hems.trafficsim.Renderer
-
Constuctor for a Renderer.
- renderer
- Variable in class de.hems.trafficsim.Worker
-
the Renderer drawing the Track
- round(float, int)
- Static method in class de.hems.trafficsim.MainActivity
-
Utility function to round a float to a given amount of digits.
- run()
- Method in class de.hems.trafficsim.Worker
-
Method which is automatically executed when the thread is started.