Class Bounds

    • Field Detail

      • x

        protected double x
      • y

        protected double y
      • width

        protected double width
      • height

        protected double height
    • Constructor Detail

      • Bounds

        public Bounds()
    • Method Detail

      • getX

        public double getX()
        Gets the value of the x property.
        Specified by:
        getX in interface Bounds
      • setX

        public void setX​(double value)
        Sets the value of the x property.
        Specified by:
        setX in interface Bounds
      • getY

        public double getY()
        Gets the value of the y property.
        Specified by:
        getY in interface Bounds
      • setY

        public void setY​(double value)
        Sets the value of the y property.
        Specified by:
        setY in interface Bounds
      • getWidth

        public double getWidth()
        Gets the value of the width property.
        Specified by:
        getWidth in interface Bounds
      • setWidth

        public void setWidth​(double value)
        Sets the value of the width property.
        Specified by:
        setWidth in interface Bounds
      • getHeight

        public double getHeight()
        Gets the value of the height property.
        Specified by:
        getHeight in interface Bounds
      • setHeight

        public void setHeight​(double value)
        Sets the value of the height property.
        Specified by:
        setHeight in interface Bounds