Java org.jfree.chart.annotations XYPointerAnnotation fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.annotations XYPointerAnnotation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.annotations XYPointerAnnotation.

The text is from its open source code.

Constructor

Method

doublegetX()
Returns the x coordinate for the text anchor point (measured against the domain axis).
doublegetY()
Returns the y coordinate for the text anchor point (measured against the range axis).
voidsetAngle(double angle)
Sets the angle of the arrow and sends an AnnotationChangeEvent to all registered listeners.
voidsetArrowLength(double length)
Sets the arrow length and sends an AnnotationChangeEvent to all registered listeners.
voidsetArrowPaint(Paint paint)
Sets the paint used for the arrow and sends an AnnotationChangeEvent to all registered listeners.
voidsetArrowWidth(double width)
Sets the arrow width and sends an AnnotationChangeEvent to all registered listeners.
voidsetBackgroundPaint(Paint paint)
Sets the background paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
voidsetBaseRadius(double radius)
Sets the base radius and sends an AnnotationChangeEvent to all registered listeners.
voidsetFont(Font font)
Sets the font for the annotation and sends an AnnotationChangeEvent to all registered listeners.
voidsetLabelOffset(double offset)
Sets the label offset (from the arrow base, continuing in a straight line, in Java2D units) and sends an AnnotationChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint for the annotation and sends an AnnotationChangeEvent to all registered listeners.
voidsetText(String text)
Sets the text for the annotation.
voidsetTextAnchor(TextAnchor anchor)
Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation) and sends an AnnotationChangeEvent to all registered listeners.
voidsetTipRadius(double radius)
Sets the tip radius and sends an AnnotationChangeEvent to all registered listeners.
voidsetToolTipText(String text)
Sets the tool tip text for the annotation.