public interface RenderPolicy
Modifier and Type | Method and Description |
---|---|
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 |
prePrepare()
Be very careful with doing things in this method.
|
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.
|
void setLayer(OMGraphicHandlerLayer layer)
OMGraphicHandlerLayer getLayer()
void setComposite(java.awt.Composite composite)
java.awt.Composite getComposite()
void prePrepare()
OMGraphicList prepare()
void paint(java.awt.Graphics g)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details