Class AnnotationLine

    • Field Detail

      • isVertical

        private final boolean isVertical
      • value

        private double value
    • Constructor Detail

      • AnnotationLine

        public AnnotationLine​(double value,
                              boolean isVertical,
                              boolean isValueInScreenSpace)
        Constructor
        Parameters:
        value -
        isVertical -
        isValueInScreenSpace -
    • Method Detail

      • paint

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

        public void setValue​(double value)