Class AnnotationLine

java.lang.Object
org.knowm.xchart.internal.chartpart.Annotation
org.knowm.xchart.AnnotationLine
All Implemented Interfaces:
org.knowm.xchart.internal.chartpart.ChartPart

public class AnnotationLine extends org.knowm.xchart.internal.chartpart.Annotation
  • Field Summary

    Fields inherited from class org.knowm.xchart.internal.chartpart.Annotation

    bounds, chart, isValueInScreenSpace, isVisible, styler

    Fields inherited from interface org.knowm.xchart.internal.chartpart.ChartPart

    SOLID_STROKE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnotationLine(double value, boolean isVertical, boolean isValueInScreenSpace)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setValue(double value)
     

    Methods inherited from class org.knowm.xchart.internal.chartpart.Annotation

    getBounds, getXAxisScreenValue, getXAxisScreenValueForMax, getXAxisScreenValueForMin, getYAxisScreenValue, getYAxisScreenValueForMax, getYAxisScreenValueForMin, init, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)