Package gov.nasa.worldwind.render
Interface AnnotationRenderer
-
- All Known Implementing Classes:
BasicAnnotationRenderer
public interface AnnotationRenderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer annotationLayer)voidpick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer annotationLayer)voidrender(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidrender(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)
-
-
-
Method Detail
-
pick
void pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer annotationLayer)
-
pick
void pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer annotationLayer)
-
render
void render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)
-
render
void render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)
-
-