Class BarShape

    • Constructor Detail

      • BarShape

        public BarShape​()
        Constructor
    • Method Detail

      • getWidth

        public double getWidth​()
        Get width
        Returns:
        Width
      • setWidth

        public void setWidth​(double value)
        Set width
        Parameters:
        value - Width
      • isAutoWidth

        public boolean isAutoWidth​()
        Get is auto width or not
        Returns:
        Boolean
      • setAutoWidth

        public void setAutoWidth​(boolean value)
        Set auto width or not
        Parameters:
        value - Boolean
      • getError

        public double getError​()
        Get error
        Returns:
        Error
      • setError

        public void setError​(double value)
        Set error
        Parameters:
        value - Error
      • isDrawError

        public boolean isDrawError​()
        Get is draw error or not
        Returns:
        Boolean
      • setDrawError

        public void setDrawError​(boolean value)
        Set if draw error or not
        Parameters:
        value - Boolean
      • getBottom

        public double getBottom​()
        Get bottom value
        Returns:
        Bottom
      • setBottom

        public void setBottom​(double value)
        Set bottom value
        Parameters:
        value - Bottom
      • isDrawBottom

        public boolean isDrawBottom​()
        Get is draw bottom or not
        Returns:
        Boolean
      • setDrawBottom

        public void setDrawBottom​(boolean value)
        Set is draw bottom or not
        Parameters:
        value - Boolean