Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.render |
Modifier and Type | Method and Description |
---|---|
AnnotationRenderer |
AnnotationLayer.getAnnotationRenderer()
Returns the
AnnotationRenderer this layer delegates to during picking and rendering. |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationLayer.setAnnotationRenderer(AnnotationRenderer annotationRenderer)
Sets the
AnnotationRenderer this layer delegates to during picking and rendering. |
Modifier and Type | Class and Description |
---|---|
class |
BasicAnnotationRenderer
Basic implementation of AnnotationRenderer.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationRenderer |
DrawContextImpl.annotationRenderer |
Modifier and Type | Method and Description |
---|---|
AnnotationRenderer |
DrawContextImpl.getAnnotationRenderer() |
AnnotationRenderer |
DrawContext.getAnnotationRenderer()
Returns the draw context's annotation renderer, typically used by annotations that are not contained in an
AnnotationLayer . |
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.setAnnotationRenderer(AnnotationRenderer ar) |
void |
DrawContext.setAnnotationRenderer(AnnotationRenderer annotationRenderer)
Since
Annotation s are Renderable s, they can be exist outside an AnnotationLayer , in which
case they are responsible for rendering themselves. |