public interface Renderer
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Informs this process that it can stop rendering,
because the rendered context will not be displayed.
|
void |
render(java.awt.Graphics2D g)
Renders the scene to the graphics context.
|