Class AxeYLineAnnotation

java.lang.Object
org.jzy3d.plot3d.primitives.axis.annotations.AxeYLineAnnotation
All Implemented Interfaces:
AxeAnnotation

public class AxeYLineAnnotation extends Object implements AxeAnnotation
  • Field Details

    • value

      protected float value
    • color

      protected Color color
    • width

      protected float width
  • Constructor Details

    • AxeYLineAnnotation

      public AxeYLineAnnotation()
  • Method Details

    • draw

      public void draw(IPainter painter, AxisBox axe)
      Specified by:
      draw in interface AxeAnnotation
    • drawLine

      public void drawLine(IPainter painter, Range yrange, Range zrange)
    • getValue

      public float getValue()
    • setValue

      public void setValue(float value)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getWidth

      public float getWidth()
    • setWidth

      public void setWidth(float width)