|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object forms.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()
BBoxCorner
public void set_southWest(BBoxCorner _southWest)
_southWest
- south-west point.public BBoxCorner get_northEast()
BBoxCorner
public 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 |