public class GraticuleSupport extends Object
Constructor and Description |
---|
GraticuleSupport() |
Modifier and Type | Method and Description |
---|---|
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 |
render(DrawContext dc,
double opacity) |
void |
setDefaultParams(AVList defaultParams) |
void |
setRenderingParams(String key,
GraticuleRenderingParams renderingParams) |
public Collection<Map.Entry<String,GraticuleRenderingParams>> getAllRenderingParams()
public AVList getDefaultParams()
public GraticuleRenderingParams getRenderingParams(String key)
public void removeAllRenderables()
public void render(DrawContext dc)
public void render(DrawContext dc, double opacity)
public void setDefaultParams(AVList defaultParams)
public void setRenderingParams(String key, GraticuleRenderingParams renderingParams)