|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Geometry2D
Common set of operations available on 2d shapes.
NOTE: This API is still in flux and might change in incompatible ways in the next release.
| Method Summary | |
|---|---|
double |
area()
Deprecated. Return the area |
Point2D |
centroid()
Deprecated. Return the centroid |
boolean |
contains(Point2D p)
Deprecated. Does the shape contain the given point |
IntersectCase |
intersect(Rectangle r)
Deprecated. Returns information about how this shape intersects the given rectangle |
void |
translate(Vector2D v)
Deprecated. Translate according to the vector |
| Method Detail |
|---|
void translate(Vector2D v)
v - boolean contains(Point2D p)
p - double area()
Point2D centroid()
IntersectCase intersect(Rectangle r)
r -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||