Uses of Class
de.tub.citydb.api.gui.BoundingBoxCorner

Packages that use BoundingBoxCorner
de.tub.citydb.api.gui   
 

Uses of BoundingBoxCorner in de.tub.citydb.api.gui
 

Methods in de.tub.citydb.api.gui that return BoundingBoxCorner
 BoundingBoxCorner BoundingBox.getLowerLeftCorner()
           
 BoundingBoxCorner BoundingBox.getUpperRightCorner()
           
 

Methods in de.tub.citydb.api.gui with parameters of type BoundingBoxCorner
 void BoundingBox.setLowerLeftCorner(BoundingBoxCorner lowerLeft)
           
 void BoundingBox.setUpperRightCorner(BoundingBoxCorner upperRight)
           
 

Constructors in de.tub.citydb.api.gui with parameters of type BoundingBoxCorner
BoundingBox(BoundingBoxCorner lowerleft, BoundingBoxCorner upperRight)