|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectforms.types.BBox
public class BBox
Class is a form containing a boundary box.
| Constructor Summary | |
|---|---|
BBox()
|
|
| Method Summary | |
|---|---|
BBoxCorner |
get_northEast()
|
BBoxCorner |
get_southWest()
|
void |
set_northEast(BBoxCorner _northEast)
set north-east point. |
void |
set_southWest(BBoxCorner _southWest)
set south-west point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BBox()
| Method Detail |
|---|
public BBoxCorner get_southWest()
BBoxCornerpublic void set_southWest(BBoxCorner _southWest)
_southWest - south-west point.public BBoxCorner get_northEast()
BBoxCornerpublic void set_northEast(BBoxCorner _northEast)
_northEast - north-east point.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||