Class BoundingBoxImpl

  • All Implemented Interfaces:
    BoundingBox, java.io.Serializable

    public class BoundingBoxImpl
    extends java.lang.Object
    implements java.io.Serializable, BoundingBox
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BoundingBoxImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getHeight()
      Gets the height.
      int getLayer()
      Gets the layer.
      java.lang.String getOrigin()
      Gets the origin.
      java.lang.String getShape()
      Gets the shape.
      java.lang.String getType()
      Gets the type.
      double getWidth()
      Gets the width.
      double getX()
      Gets the x.
      double getY()
      Gets the y.
      int getZindex()
      Gets the zindex.
      void setHeight​(double height)
      Sets the height.
      void setLayer​(int layer)
      Sets the layer.
      void setOrigin​(java.lang.String origin)
      Sets the origin.
      void setShape​(java.lang.String shape)
      Sets the shape.
      void setType​(java.lang.String type)
      Sets the type.
      void setWidth​(double width)
      Sets the width.
      void setX​(double x)
      Sets the x.
      void setY​(double y)
      Sets the y.
      void setZindex​(int zindex)
      Sets the zindex.
      • Methods inherited from class java.lang.Object

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

      • BoundingBoxImpl

        public BoundingBoxImpl()
    • Method Detail

      • 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 java.lang.String getType()
        Description copied from interface: BoundingBox
        Gets the type.
        Specified by:
        getType in interface BoundingBox
        Returns:
        the type
      • setType

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

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

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

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

        public void setOrigin​(java.lang.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