Class Point2D
- java.lang.Object
-
- org.apache.lucene.spatial.geometry.shape.Point2D
-
@Deprecated public class Point2D extends Object
Deprecated.Point class. This type is mutable.NOTE: This API is still in flux and might change in incompatible ways in the next release.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(Point2D a)Deprecated.voidadd(Vector2D v)Deprecated.booleanequals(Object obj)Deprecated.doublegetX()Deprecated.doublegetY()Deprecated.inthashCode()Deprecated.voidset(double x, double y)Deprecated.voidset(Point2D p1)Deprecated.voidset(Vector2D v)Deprecated.voidsetX(double x)Deprecated.voidsetY(double y)Deprecated.StringtoString()Deprecated.doublex()Deprecated.voidx(double x)Deprecated.doubley()Deprecated.voidy(double y)Deprecated.
-
-
-
Constructor Detail
-
Point2D
public Point2D(double x, double y)Deprecated.
-
Point2D
public Point2D()
Deprecated.
-
Point2D
public Point2D(Point2D other)
Deprecated.
-
-
Method Detail
-
getX
public double getX()
Deprecated.
-
getY
public double getY()
Deprecated.
-
x
public double x()
Deprecated.
-
y
public double y()
Deprecated.
-
x
public void x(double x)
Deprecated.
-
y
public void y(double y)
Deprecated.
-
setX
public void setX(double x)
Deprecated.
-
setY
public void setY(double y)
Deprecated.
-
set
public void set(double x, double y)Deprecated.
-
add
public void add(Vector2D v)
Deprecated.
-
set
public void set(Point2D p1)
Deprecated.
-
add
public void add(Point2D a)
Deprecated.
-
set
public void set(Vector2D v)
Deprecated.
-
-