Class TrapeziumShape

    • Constructor Detail

      • TrapeziumShape

        public TrapeziumShape()
        Constructor of TrapeziumShape
    • Method Detail

      • getBottomXDim

        public double getBottomXDim()
        Gets the extent of the bottom line measured along the x-axis.
      • setBottomXDim

        public void setBottomXDim​(double value)
        Sets the extent of the bottom line measured along the x-axis.
        Parameters:
        value - New value
      • getTopXDim

        public double getTopXDim()
        Gets the extent of the top line measured along the x-axis.
      • setTopXDim

        public void setTopXDim​(double value)
        Sets the extent of the top line measured along the x-axis.
        Parameters:
        value - New value
      • getYDim

        public double getYDim()
        Gets the distance between the top and bottom lines measured along the y-axis.
      • setYDim

        public void setYDim​(double value)
        Sets the distance between the top and bottom lines measured along the y-axis.
        Parameters:
        value - New value
      • getTopXOffset

        public double getTopXOffset()
        Gets the offset from the beginning of the top line to the bottom line.
      • setTopXOffset

        public void setTopXOffset​(double value)
        Sets the offset from the beginning of the top line to the bottom line.
        Parameters:
        value - New value