|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void invalidate() |
Invalidates or flushes any internally-cached data that depends on the vertex coordinates of this Polygon . |
void reset() |
Resets this Polygon object to an empty polygon. |
Changed Methods | ||
boolean contains(double, |
Documentation changed from old to new. |
Determines if the specified coordinates are inside this Polygon . |
Changed Fields | ||
int npoints |
Documentation changed from old to new. |
The total number of points. |
int[] xpoints |
Documentation changed from old to new. |
The array of x coordinates. |
int[] ypoints |
Documentation changed from old to new. |
The array of y coordinates. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |