Uses of Interface
com.bbn.openmap.layer.policy.RenderPolicy

Packages that use RenderPolicy
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
com.bbn.openmap.layer.policy Contains policy objects that affect the behavior of OMGraphicHandlerLayers. 
 

Uses of RenderPolicy in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as RenderPolicy
protected  RenderPolicy OMGraphicHandlerLayer.renderPolicy
          The RenderPolicy object that determines how a layer's OMGraphicList is rendered in the layer.paint() method.
 

Methods in com.bbn.openmap.layer that return RenderPolicy
 RenderPolicy OMGraphicHandlerLayer.getRenderPolicy()
          Get the RenderPolicy that determines how an OMGraphicList is rendered.
 

Methods in com.bbn.openmap.layer with parameters of type RenderPolicy
 void OMGraphicHandlerLayer.setRenderPolicy(RenderPolicy rp)
          Set the RenderPolicy that determines how the OMGraphicList is rendered.
 

Uses of RenderPolicy in com.bbn.openmap.layer.policy
 

Classes in com.bbn.openmap.layer.policy that implement RenderPolicy
 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 PanningImageRenderPolicy
          The PanningImageRenderPolicy renders all OMGraphics into a buffering image, and responds to projection changes by immediately rendering a translated version of the image at a new projection location before calling prepare() on the layer to get the OMGraphics for the new projection and untranslated image.
 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.
 class StandardRenderPolicy
          The StandardRenderPolicy is a RenderPolicy that simply paints the current graphic list.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details