|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for a label cache.
Method Summary | |
void |
end(java.awt.Graphics2D graphics,
java.awt.Rectangle displayArea)
Called to indicate that the map is done rendering. |
void |
endLayer(java.awt.Graphics2D graphics,
java.awt.Rectangle displayArea)
Called to indicate that a layer is done rendering. |
void |
put(TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
javax.media.jai.util.Range scaleRange)
Puts a TextStyle and its associated shape in the cache. |
void |
start()
Called by renderer to indicate that the rendering process is starting. |
void |
startLayer()
Called by renderer to indication the start of rendering a layer. |
void |
stop()
Tells the cache to stop labelling. |
Method Detail |
public void start()
public void startLayer()
public void put(TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, javax.media.jai.util.Range scaleRange)
shape
- the shape to be labeledpublic void endLayer(java.awt.Graphics2D graphics, java.awt.Rectangle displayArea)
graphics
- the graphics to draw on.displayArea
- The size of the display area.public void end(java.awt.Graphics2D graphics, java.awt.Rectangle displayArea)
graphics
- the graphics to draw on.displayArea
- The size of the display area.public void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |