类 AxisProperty


  • public class AxisProperty
    extends java.lang.Object
    作者:
    yaqiang
    • 构造器概要

      构造器 
      构造器 说明
      AxisProperty()
      Constructor
      AxisProperty​(boolean visible, boolean drawTick, boolean drawLabel)
      Constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean isDrawLabel()
      Get if draw label
      boolean isDrawTick()
      Get if draw tick lines
      boolean isVisible()
      If is visible
      void setDrawLabel​(boolean value)
      Set if draw label
      void setDrawTick​(boolean value)
      Set if draw tick lines
      void setVisible​(boolean value)
      Set if is visible
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • AxisProperty

        public AxisProperty()
        Constructor
      • AxisProperty

        public AxisProperty​(boolean visible,
                            boolean drawTick,
                            boolean drawLabel)
        Constructor
        参数:
        visible - Is visible
        drawTick - Is draw tick
        drawLabel - Is draw label
    • 方法详细资料

      • isVisible

        public boolean isVisible()
        If is visible
        返回:
        Boolean
      • setVisible

        public void setVisible​(boolean value)
        Set if is visible
        参数:
        value - Boolean
      • isDrawTick

        public boolean isDrawTick()
        Get if draw tick lines
        返回:
        Boolean
      • setDrawTick

        public void setDrawTick​(boolean value)
        Set if draw tick lines
        参数:
        value - Boolean
      • isDrawLabel

        public boolean isDrawLabel()
        Get if draw label
        返回:
        Boolean
      • setDrawLabel

        public void setDrawLabel​(boolean value)
        Set if draw label
        参数:
        value - Boolean