Class BoundingBoxImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.BoundingBoxImpl
All Implemented Interfaces:
BoundingBox, Serializable

public class BoundingBoxImpl extends Object implements Serializable, BoundingBox
See Also:
  • Constructor Details

    • BoundingBoxImpl

      public BoundingBoxImpl()
  • Method Details

    • getX

      public double getX()
      Description copied from interface: BoundingBox
      Gets the x.
      Specified by:
      getX in interface BoundingBox
      Returns:
      the x
    • setX

      public void setX(double x)
      Description copied from interface: BoundingBox
      Sets the x.
      Specified by:
      setX in interface BoundingBox
      Parameters:
      x - the x to set
    • getY

      public double getY()
      Description copied from interface: BoundingBox
      Gets the y.
      Specified by:
      getY in interface BoundingBox
      Returns:
      the y
    • setY

      public void setY(double y)
      Description copied from interface: BoundingBox
      Sets the y.
      Specified by:
      setY in interface BoundingBox
      Parameters:
      y - the y to set
    • getWidth

      public double getWidth()
      Description copied from interface: BoundingBox
      Gets the width.
      Specified by:
      getWidth in interface BoundingBox
      Returns:
      the width
    • setWidth

      public void setWidth(double width)
      Description copied from interface: BoundingBox
      Sets the width.
      Specified by:
      setWidth in interface BoundingBox
      Parameters:
      width - the width to set
    • getHeight

      public double getHeight()
      Description copied from interface: BoundingBox
      Gets the height.
      Specified by:
      getHeight in interface BoundingBox
      Returns:
      the height
    • setHeight

      public void setHeight(double height)
      Description copied from interface: BoundingBox
      Sets the height.
      Specified by:
      setHeight in interface BoundingBox
      Parameters:
      height - the height to set
    • getType

      public String getType()
      Description copied from interface: BoundingBox
      Gets the type.
      Specified by:
      getType in interface BoundingBox
      Returns:
      the type
    • setType

      public void setType(String type)
      Description copied from interface: BoundingBox
      Sets the type.
      Specified by:
      setType in interface BoundingBox
      Parameters:
      type - the type to set
    • getShape

      public String getShape()
      Description copied from interface: BoundingBox
      Gets the shape.
      Specified by:
      getShape in interface BoundingBox
      Returns:
      the shape
    • setShape

      public void setShape(String shape)
      Description copied from interface: BoundingBox
      Sets the shape.
      Specified by:
      setShape in interface BoundingBox
      Parameters:
      shape - the shape to set
    • getOrigin

      public String getOrigin()
      Description copied from interface: BoundingBox
      Gets the origin.
      Specified by:
      getOrigin in interface BoundingBox
      Returns:
      the origin
    • setOrigin

      public void setOrigin(String origin)
      Description copied from interface: BoundingBox
      Sets the origin.
      Specified by:
      setOrigin in interface BoundingBox
      Parameters:
      origin - the origin to set
    • getLayer

      public int getLayer()
      Description copied from interface: BoundingBox
      Gets the layer.
      Specified by:
      getLayer in interface BoundingBox
      Returns:
      the layer
    • setLayer

      public void setLayer(int layer)
      Description copied from interface: BoundingBox
      Sets the layer.
      Specified by:
      setLayer in interface BoundingBox
      Parameters:
      layer - the layer to set
    • getZindex

      public int getZindex()
      Description copied from interface: BoundingBox
      Gets the zindex.
      Specified by:
      getZindex in interface BoundingBox
      Returns:
      the zindex
    • setZindex

      public void setZindex(int zindex)
      Description copied from interface: BoundingBox
      Sets the zindex.
      Specified by:
      setZindex in interface BoundingBox
      Parameters:
      zindex - the zindex to set