Class RectangleShape

    • Constructor Detail

      • RectangleShape

        public RectangleShape()
        Constructor of RectangleShape
    • Method Detail

      • getRoundingRadius

        public double getRoundingRadius()
        Gets the radius of the circular arcs of all four corners, measured in degrees. Default value is 0.0
      • setRoundingRadius

        public void setRoundingRadius​(double value)
        Sets the radius of the circular arcs of all four corners, measured in degrees. Default value is 0.0
        Parameters:
        value - New value
      • getXDim

        public double getXDim()
        Gets the extent of the rectangle in the direction of x-axis Default value is 2.0
      • setXDim

        public void setXDim​(double value)
        Sets the extent of the rectangle in the direction of x-axis Default value is 2.0
        Parameters:
        value - New value
      • getYDim

        public double getYDim()
        Gets the extent of the rectangle in the direction of y-axis Default value is 2.0
      • setYDim

        public void setYDim​(double value)
        Sets the extent of the rectangle in the direction of y-axis Default value is 2.0
        Parameters:
        value - New value