|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisInternalRenderer
Interface implemented by the GIS map viewer internal renderer classes
| Method Summary | |
|---|---|
void |
cancelActualRendering()
Cancel the actual rendering process. |
boolean |
isRendering()
Check if the thread is actually rendering the map |
void |
render(java.awt.image.BufferedImage image,
com.vividsolutions.jts.geom.Envelope bbox)
Internal method used by the Gis viewer panel internal rendering threads |
void |
stopRenderThread()
Forces the rendering thread to stop |
| Method Detail |
|---|
void render(java.awt.image.BufferedImage image,
com.vividsolutions.jts.geom.Envelope bbox)
image - Image to paint onbbox - Area of the given imageboolean isRendering()
void cancelActualRendering()
void stopRenderThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||