public interface AnnotationRenderer
Modifier and Type | Method and Description |
---|---|
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,
Layer layer) |
void |
render(DrawContext dc,
java.lang.Iterable<Annotation> annotations,
Layer layer) |
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, Layer layer)
void render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)