Class BoundingBox

java.lang.Object
de.swa.fuh.microsoft.model.GMAF.BoundingBox

public class BoundingBox
extends java.lang.Object
bounding box class, which represents bounding box element in GMAF XML
  • Constructor Summary

    Constructors 
    Constructor Description
    BoundingBox​(int _x, int _y, int _height, int _width)  
  • Method Summary

    Modifier and Type Method Description
    int getHeight()  
    int getWidth()  
    int getX()  
    int getY()  
    void setHeight​(int height)  
    void setWidth​(int width)  
    void setX​(int x)  
    void setY​(int y)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BoundingBox

      public BoundingBox​(int _x, int _y, int _height, int _width)
  • Method Details

    • getX

      public int getX()
    • setX

      public void setX​(int x)
    • getY

      public int getY()
    • setY

      public void setY​(int y)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth​(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight​(int height)