public interface RenderLayer
MultiLayerRenderer
can take
a list of these objects and will paint them sequentially to the same 2D graphics context. This allows different kinds
of renderers that display different kinds of information to be layered on top of each other.Modifier and Type | Method and Description |
---|---|
void |
render(java.awt.Graphics2D g2,
float width,
float height) |