Subclasses of StandardRenderPolicy in com.bbn.openmap.layer.policy |
class |
BufferedImageRenderPolicy
The BufferedImageRenderPolicy is a RenderPolicy that creates and
uses an image buffer based on the painting times for the layer. |
class |
FullProjectionRenderPolicy
The FullProjectionRenderPolicy is a StandardRenderPolicy that sets
the clip of the java.awt.Graphics passed into the paint method with
the clipping area of the projection. |
class |
RenderingHintsRenderPolicy
The RenderingHintsRenderPolicy is a StandardRenderPolicy that lets
you set RenderingHints on the java.awt.Graphics object before the
layer is painted, and then simply paints the current graphic list. |