Interface AnnotationLayoutManager

    • Method Detail

      • setPickSupport

        void setPickSupport​(PickSupport pickSupport)
      • getPreferredSize

        java.awt.Dimension getPreferredSize​(DrawContext dc,
                                            java.lang.Iterable<? extends Annotation> annotations)
      • drawAnnotations

        void drawAnnotations​(DrawContext dc,
                             java.awt.Rectangle bounds,
                             java.lang.Iterable<? extends Annotation> annotations,
                             double opacity,
                             Position pickPosition)
      • beginDrawAnnotations

        void beginDrawAnnotations​(DrawContext dc,
                                  java.awt.Rectangle bounds)
      • endDrawAnnotations

        void endDrawAnnotations​(DrawContext dc)