forms.types
Class BBox

java.lang.Object
  extended by forms.types.BBox

public class BBox
extends java.lang.Object

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

BBox

public BBox()
Method Detail

get_southWest

public BBoxCorner get_southWest()
Returns:
south-west point.
See Also:
BBoxCorner

set_southWest

public void set_southWest(BBoxCorner _southWest)
set south-west point.

Parameters:
_southWest - south-west point.

get_northEast

public BBoxCorner get_northEast()
Returns:
north-east point.
See Also:
BBoxCorner

set_northEast

public void set_northEast(BBoxCorner _northEast)
set north-east point.

Parameters:
_northEast - north-east point.