NASA World Wind

gov.nasa.worldwind.layers
Class GraticuleSupport

java.lang.Object
  extended by gov.nasa.worldwind.layers.GraticuleSupport

public class GraticuleSupport
extends Object


Constructor Summary
GraticuleSupport()
           
 
Method Summary
 void addRenderable(Object renderable, String paramsKey)
           
 Collection<Map.Entry<String,GraticuleRenderingParams>> getAllRenderingParams()
           
 AVList getDefaultParams()
           
 GraticuleRenderingParams getRenderingParams(String key)
           
 void removeAllRenderables()
           
 void render(DrawContext dc)
           
 void setDefaultParams(AVList defaultParams)
           
 void setRenderingParams(String key, GraticuleRenderingParams renderingParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraticuleSupport

public GraticuleSupport()
Method Detail

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)

NASA World Wind