java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Point
- Enclosing class:
- TdApi
A point on a Cartesian plane.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
double
The point's first coordinate.double
The point's second coordinate. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
x
public double xThe point's first coordinate. -
y
public double yThe point's second coordinate. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Point
public Point()A point on a Cartesian plane. -
Point
public Point(double x, double y) A point on a Cartesian plane.- Parameters:
x
- double The point's first coordinate.y
- double The point's second coordinate.
-
Point
A point on a Cartesian plane.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-