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