Package it.tdlight.jni
Class TdApi.Point
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Point
- Enclosing class:
- TdApi
public static class TdApi.Point extends TdApi.Object
A point on a Cartesian plane.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
double
x
The point's first coordinate.double
y
The point's second coordinate. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-