Class AnnotationNullLayout

    • Field Detail

      • constraintMap

        protected java.util.Map<Annotation,​java.lang.Object> constraintMap
    • Constructor Detail

      • AnnotationNullLayout

        public AnnotationNullLayout()
    • Method Detail

      • getConstraint

        public java.lang.Object getConstraint​(Annotation annotation)
      • setConstraint

        public void setConstraint​(Annotation annotation,
                                  java.lang.Object constraint)
      • getPreferredSize

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

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

        protected java.awt.Rectangle getAnnotationBounds​(DrawContext dc,
                                                         Annotation annotation)
      • adjustAnnotationBounds

        protected java.awt.Rectangle adjustAnnotationBounds​(DrawContext dc,
                                                            java.awt.Rectangle parentBounds,
                                                            Annotation annotation,
                                                            java.awt.Rectangle bounds)