gov.nasa.worldwind.layers
Class GraticuleSupport
java.lang.Object
gov.nasa.worldwind.layers.GraticuleSupport
public class GraticuleSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraticuleSupport
public GraticuleSupport()
addRenderable
public void addRenderable(Object renderable,
String paramsKey)
getAllRenderingParams
public Collection<Map.Entry<String,GraticuleRenderingParams>> getAllRenderingParams()
getDefaultParams
public AVList getDefaultParams()
getRenderingParams
public GraticuleRenderingParams getRenderingParams(String key)
removeAllRenderables
public void removeAllRenderables()
render
public void render(DrawContext dc)
setDefaultParams
public void setDefaultParams(AVList defaultParams)
setRenderingParams
public void setRenderingParams(String key,
GraticuleRenderingParams renderingParams)