public class RoverRenderer
extends java.lang.Object
| Constructor and Description |
|---|
RoverRenderer() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageLoadTimeMillis()
Average shape data load time in milliseconds over the last second.
|
java.lang.String |
getAverageLoadTimeString()
Average shape data load time over the last second.
|
double |
getAverageRenderTimeMillis()
Average shape data render time in milliseconds over the last second.
|
java.lang.String |
getAverageRenderTimeString()
Average shape data render time over the last second.
|
double |
getAverageTotalTimeMillis()
Average shape data total time in milliseconds over the last second.
|
java.lang.String |
getAverageTotalTimeString()
Average shape data total time over the last second.
|
void |
render(RoverStore store,
MapViewFrame frame,
DrawingSurface surface) |
void |
renderEntity(RoverStore store,
int entityId,
MapViewFrame frame,
DrawingSurface surface) |
public void render(RoverStore store, MapViewFrame frame, DrawingSurface surface)
public void renderEntity(RoverStore store, int entityId, MapViewFrame frame, DrawingSurface surface)
public double getAverageLoadTimeMillis()
public java.lang.String getAverageLoadTimeString()
public double getAverageRenderTimeMillis()
public java.lang.String getAverageRenderTimeString()
public double getAverageTotalTimeMillis()
public java.lang.String getAverageTotalTimeString()