Class BoundingBoxAdapter.JaxbBoundingBox

  • Enclosing class:
    BoundingBoxAdapter

    public static final class BoundingBoxAdapter.JaxbBoundingBox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      int width  
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxbBoundingBox()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public int x
      • y

        public int y
      • height

        public int height
      • width

        public int width
    • Constructor Detail

      • JaxbBoundingBox

        public JaxbBoundingBox()