public class Point extends Object
Constructor and Description |
---|
Point() |
Point(double x,
double y) |
Point(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getX() |
double |
getY() |
Point |
setX(double x) |
Point |
setY(double y) |
JsonObject |
toJson() |
String |
toString() |
public Point()
public Point(double x, double y)
public Point(JsonObject json)
public double getX()
public Point setX(double x)
public double getY()
public Point setY(double y)
public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.