|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebCanvas
The WebCanvas
interface extends the functionality of Canvas
and adds a
specific method for rendering which is conspicuous in its absence from the Canvas
interface.
Method Summary | |
---|---|
void |
render(Graphics g)
Renders this WebCanvas 's map image using the given Graphics object. |
Method Detail |
---|
void render(Graphics g)
WebCanvas
's map image using the given Graphics
object.
The immediate use case is for creating WMS (or other webapp) map images using the
Graphics
from a BufferedImage
, though any case with a need for
on-demand rendering could be satisfied with this method
g
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |