Searched refs:getBoundingBox (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java106 * @see #getBoundingBox()
317 return getBoundingBox();
328 public Rectangle getBoundingBox() { method in class:Polygon
398 if (npoints <= 2 || !getBoundingBox().contains(x, y)) {
495 if (npoints <= 0 || !getBoundingBox().intersects(x, y, w, h)) {
516 if (npoints <= 0 || !getBoundingBox().intersects(x, y, w, h)) {

Completed in 1885 milliseconds