|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A policy object that can be used by an OMGraphicHandlerLayer to figure out the best way to paint on the map.
Method Summary | |
java.awt.Composite |
getComposite()
|
OMGraphicHandlerLayer |
getLayer()
A method to get the parent layer on the RenderPolicy. |
void |
paint(java.awt.Graphics g)
Called from OMGraphicHandlerLayer.paint(Graphics), so the policy can handle the painting for the layer. |
OMGraphicList |
prepare()
Called when an OMGraphicHandlerLayer should begin preparing OMGraphics for the map. |
void |
setComposite(java.awt.Composite composite)
Set a Composite object on a Graphics2D object before rendering. |
void |
setLayer(OMGraphicHandlerLayer layer)
A method to set the parent layer on the RenderPolicy. |
Method Detail |
public void setLayer(OMGraphicHandlerLayer layer)
public OMGraphicHandlerLayer getLayer()
public void setComposite(java.awt.Composite composite)
public java.awt.Composite getComposite()
public OMGraphicList prepare()
public void paint(java.awt.Graphics g)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |