Class AnnotationLine

All Implemented Interfaces:
ChartPart

public class AnnotationLine extends Annotation
  • Field Details

    • isVertical

      private final boolean isVertical
    • value

      private double value
  • Constructor Details

    • AnnotationLine

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

    • paint

      public void paint(Graphics2D g)
    • setValue

      public void setValue(double value)