Package org.knowm.xchart
Class AnnotationLine
- java.lang.Object
-
- org.knowm.xchart.internal.chartpart.Annotation
-
- org.knowm.xchart.AnnotationLine
-
- All Implemented Interfaces:
ChartPart
public class AnnotationLine extends Annotation
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisVerticalprivate doublevalue-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics2D g)voidsetValue(double value)-
Methods inherited from class org.knowm.xchart.internal.chartpart.Annotation
getBounds, getXAxisScreenValue, getXAxisScreenValueForMax, getXAxisScreenValueForMin, getYAxisScreenValue, getYAxisScreenValueForMax, getYAxisScreenValueForMin, init, setVisible
-
-