Class AxeLineAnnotation

    • Field Detail

      • color

        protected Color color
      • width

        protected float width
    • Constructor Detail

      • AxeLineAnnotation

        public AxeLineAnnotation()
    • Method Detail

      • drawVerticalLine

        public void drawVerticalLine​(IPainter painter,
                                     Range yrange,
                                     float value)
      • drawHorizontalLineGL2

        public void drawHorizontalLineGL2​(IPainter painter,
                                          Range xrange,
                                          float value)
      • getColor

        public Color getColor()
      • setColor

        public void setColor​(Color color)
      • getWidth

        public float getWidth()
      • setWidth

        public void setWidth​(float width)