Uses of Interface
com.bbn.openmap.MapBeanRepaintPolicy

Packages that use MapBeanRepaintPolicy
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
 

Uses of MapBeanRepaintPolicy in com.bbn.openmap
 

Classes in com.bbn.openmap that implement MapBeanRepaintPolicy
 class HintsMapBeanRepaintPolicy
          The class lets you set RenderingHints on the MapBean, to set anti-aliasing, etc.
 class StandardMapBeanRepaintPolicy
          A MapBeanRepaintPolicy that just forwards layer repaint requests normally, and does nothing for java.awt.Graphics before painting.
 

Fields in com.bbn.openmap declared as MapBeanRepaintPolicy
protected  MapBeanRepaintPolicy MapBean.repaintPolicy
          The MapBeanRepaintPolicy to use to handler/filter/pace layer repaint() requests.
 

Methods in com.bbn.openmap that return MapBeanRepaintPolicy
 MapBeanRepaintPolicy MapBean.getMapBeanRepaintPolicy()
          Get the MapBeanRepaintPolicy used by the MapBean.
 

Methods in com.bbn.openmap with parameters of type MapBeanRepaintPolicy
 void MapBean.setMapBeanRepaintPolicy(MapBeanRepaintPolicy mbrp)
          Set the MapBeanRepaintPolicy used by the MapBean.
 void BufferedLayerMapBean.setMapBeanRepaintPolicy(MapBeanRepaintPolicy mbrp)
          Set the MapBeanRepaintPolicy used by the MapBean.
 



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