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(Graphics2D g)
Renders the scene to the graphics context.
|
void render(Graphics2D g)
g
- the graphics context to render tovoid cancel()
Copyright © 2020. All rights reserved.