public interface AnnotationLayoutManager
Modifier and Type | Method and Description |
---|---|
void |
beginDrawAnnotations(DrawContext dc,
Rectangle bounds) |
void |
drawAnnotations(DrawContext dc,
Rectangle bounds,
Iterable<? extends Annotation> annotations,
double opacity,
Position pickPosition) |
void |
endDrawAnnotations(DrawContext dc) |
PickSupport |
getPickSupport() |
Dimension |
getPreferredSize(DrawContext dc,
Iterable<? extends Annotation> annotations) |
void |
setPickSupport(PickSupport pickSupport) |
void beginDrawAnnotations(DrawContext dc, Rectangle bounds)
void drawAnnotations(DrawContext dc, Rectangle bounds, Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)
void endDrawAnnotations(DrawContext dc)
PickSupport getPickSupport()
Dimension getPreferredSize(DrawContext dc, Iterable<? extends Annotation> annotations)
void setPickSupport(PickSupport pickSupport)