public final class AnnotationCoordinates
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Modifier and Type | Field and Description |
---|---|
android.graphics.Rect |
annotationsSurfaceBounds
Rect with bounds for parent
IAnnotationSurface |
android.graphics.Point |
offset
Offsets provided by
ICoordinateCalculator for XAxis and YAxis |
android.graphics.PointF |
pt1
Coordinates for X1, Y1 values
|
android.graphics.PointF |
pt2
Coordinates for X2, Y2 values
|
Constructor and Description |
---|
AnnotationCoordinates() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final android.graphics.PointF pt1
public final android.graphics.PointF pt2
public final android.graphics.Point offset
ICoordinateCalculator
for XAxis and YAxispublic final android.graphics.Rect annotationsSurfaceBounds
IAnnotationSurface
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object