public interface MapBeanRepaintPolicy
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Provide a configured copy (except for the MapBean).
|
java.awt.Graphics |
modifyGraphicsForPainting(java.awt.Graphics graphics)
A hook for the RepaintPolicy to make any adjustments to the
java.awt.Graphics object before sending the Graphics object to
the layers for painting.
|
void |
repaint(Layer layer)
Take some action based on a repaint request from this
particular layer.
|
void |
setMap(MapBean mb)
Set the MapBean to call repaint on when a layer requests it.
|
void setMap(MapBean mb)
void repaint(Layer layer)
java.awt.Graphics modifyGraphicsForPainting(java.awt.Graphics graphics)
java.lang.Object clone()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details