Class AnnotationText

    • Field Detail

      • text

        private java.lang.String text
      • x

        protected double x
      • y

        protected double y
    • Constructor Detail

      • AnnotationText

        public AnnotationText​(java.lang.String text,
                              double x,
                              double y,
                              boolean isValueInScreenSpace)
        Constructor
        Parameters:
        text -
        x -
        y -
        isValueInScreenSpace -
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics2D g)
      • setText

        public void setText​(java.lang.String text)
      • setX

        public void setX​(double x)
      • setY

        public void setY​(double y)