类 BarShape

  • 所有已实现的接口:
    java.lang.Cloneable

    public class BarShape
    extends PointShape
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • BarShape

        public BarShape()
        Constructor
    • 方法详细资料

      • getWidth

        public double getWidth()
        Get width
        返回:
        Width
      • setWidth

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

        public boolean isAutoWidth()
        Get is auto width or not
        返回:
        Boolean
      • setAutoWidth

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

        public double getError()
        Get error
        返回:
        Error
      • setError

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

        public boolean isDrawError()
        Get is draw error or not
        返回:
        Boolean
      • setDrawError

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

        public double getBottom()
        Get bottom value
        返回:
        Bottom
      • setBottom

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

        public boolean isDrawBottom()
        Get is draw bottom or not
        返回:
        Boolean
      • setDrawBottom

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