Class AnnotationCoordinates
Used internally by the Annotation API. Class to hold transformed coordinates for placement of an annotation on the chart.
Inheritance
AnnotationCoordinates
Namespace:
Assembly: .dll
Syntax
public final class AnnotationCoordinates implements ICleanable
Constructors
AnnotationCoordinates()
Declaration
public AnnotationCoordinates()
Fields
annotationsSurfaceBounds
Declaration
public final Rect annotationsSurfaceBounds
Field Value
offset
Declaration
public final Point offset
Field Value
pt1
Coordinates for X1, Y1 values
Declaration
Field Value
pt2
Coordinates for X2, Y2 values
Declaration
Field Value
Methods
clear()
Declaration
equals(Object o)
Declaration
public boolean equals(Object o)
Parameters
| Type |
Name |
Description |
| Object |
o |
|
Returns
Overrides
hashCode()
Declaration
Returns
Overrides
toString()
Declaration
Returns
Overrides
Implements