public interface AnnotationRenderer
| Modifier and Type | Method and Description | 
|---|---|
| void | pick(DrawContext dc,
    Annotation annotation,
    Vec4 annotationPoint,
    Point pickPoint,
    Layer annotationLayer) | 
| void | pick(DrawContext dc,
    Iterable<Annotation> annotations,
    Point pickPoint,
    Layer annotationLayer) | 
| void | render(DrawContext dc,
      Annotation annotation,
      Vec4 annotationPoint,
      Layer layer) | 
| void | render(DrawContext dc,
      Iterable<Annotation> annotations,
      Layer layer) | 
void pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Point pickPoint, Layer annotationLayer)
void pick(DrawContext dc, Iterable<Annotation> annotations, Point pickPoint, Layer annotationLayer)
void render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)
void render(DrawContext dc, Iterable<Annotation> annotations, Layer layer)