Class Dimension

    • Field Detail

      • width

        protected double width
      • height

        protected double height
    • Constructor Detail

      • Dimension

        public Dimension()
    • Method Detail

      • getWidth

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

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

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

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