public class BoundingBox extends Rectangle2D.Double
Rectangle2D.Double, Rectangle2D.Floatheight, width, x, yOUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP| Constructor and Description |
|---|
BoundingBox(double x,
double y,
double w,
double h) |
BoundingBox(double x,
double y,
double w,
double h,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
BoundingBox |
getNEQuad() |
BoundingBox |
getNWQuad() |
BoundingBox |
getSEQuad() |
BoundingBox |
getSWQuad() |
void |
setId(String id) |
String |
toString() |
createIntersection, createUnion, getBounds2D, getHeight, getWidth, getX, getY, isEmpty, outcode, setRect, setRectadd, add, add, contains, contains, equals, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, unionclone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonalpublic BoundingBox(double x,
double y,
double w,
double h)
public BoundingBox(double x,
double y,
double w,
double h,
String id)
public BoundingBox getNWQuad()
public BoundingBox getNEQuad()
public BoundingBox getSWQuad()
public BoundingBox getSEQuad()
public String getId()
public void setId(String id)
public String toString()
toString in class Rectangle2D.DoubleCopyright © 2014 Calrissian. All Rights Reserved.