|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.spatial.geometry.shape.Point2D
@Deprecated public class Point2D
Point class. This type is mutable.
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor Summary | |
---|---|
Point2D()
Deprecated. |
|
Point2D(double x,
double y)
Deprecated. |
|
Point2D(Point2D other)
Deprecated. |
Method Summary | |
---|---|
void |
add(Point2D a)
Deprecated. |
void |
add(Vector2D v)
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
double |
getX()
Deprecated. |
double |
getY()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
set(double x,
double y)
Deprecated. |
void |
set(Point2D p1)
Deprecated. |
void |
set(Vector2D v)
Deprecated. |
void |
setX(double x)
Deprecated. |
void |
setY(double y)
Deprecated. |
String |
toString()
Deprecated. |
double |
x()
Deprecated. |
void |
x(double x)
Deprecated. |
double |
y()
Deprecated. |
void |
y(double y)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point2D(double x, double y)
public Point2D()
public Point2D(Point2D other)
Method Detail |
---|
public String toString()
toString
in class Object
public double getX()
public double getY()
public double x()
public double y()
public void x(double x)
public void y(double y)
public void setX(double x)
public void setY(double y)
public void set(double x, double y)
public void add(Vector2D v)
public void set(Point2D p1)
public void add(Point2D a)
public void set(Vector2D v)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |