gov.nasa.worldwind.render
Interface AnnotationLayoutManager
- All Known Implementing Classes:
- AbstractAnnotationLayout, AnnotationFlowLayout, AnnotationNullLayout
public interface AnnotationLayoutManager
beginDrawAnnotations
void beginDrawAnnotations(DrawContext dc,
Rectangle bounds)
drawAnnotations
void drawAnnotations(DrawContext dc,
Rectangle bounds,
Iterable<? extends Annotation> annotations,
double opacity,
Position pickPosition)
endDrawAnnotations
void endDrawAnnotations(DrawContext dc)
getPickSupport
PickSupport getPickSupport()
getPreferredSize
Dimension getPreferredSize(DrawContext dc,
Iterable<? extends Annotation> annotations)
setPickSupport
void setPickSupport(PickSupport pickSupport)
|
|