gov.nasa.worldwind.render
Interface AnnotationRenderer
- All Known Implementing Classes:
- BasicAnnotationRenderer
public interface AnnotationRenderer
Method Summary |
Vec4 |
getAnnotationDrawPoint(DrawContext dc,
Annotation annotation)
|
void |
pick(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
java.awt.Point pickPoint,
Layer annotationLayer)
|
void |
pick(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
java.awt.Point pickPoint,
Layer annotationLayer)
|
void |
render(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint)
|
void |
render(DrawContext dc,
java.lang.Iterable<Annotation> annotations)
|
getAnnotationDrawPoint
Vec4 getAnnotationDrawPoint(DrawContext dc,
Annotation annotation)
pick
void pick(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint,
java.awt.Point pickPoint,
Layer annotationLayer)
pick
void pick(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
java.awt.Point pickPoint,
Layer annotationLayer)
render
void render(DrawContext dc,
Annotation annotation,
Vec4 annotationPoint)
render
void render(DrawContext dc,
java.lang.Iterable<Annotation> annotations)