Class AxeLineAnnotation

java.lang.Object
org.jzy3d.plot3d.primitives.axis.annotations.AxeLineAnnotation
Direct Known Subclasses:
AxeCrossAnnotation, AxeXLineAnnotation

public class AxeLineAnnotation extends Object
  • Field Details

    • color

      protected Color color
    • width

      protected float width
  • Constructor Details

    • AxeLineAnnotation

      public AxeLineAnnotation()
  • Method Details

    • 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)