Class AxisProperty



  • public class AxisProperty
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AxisProperty​()
      Constructor
      AxisProperty​(boolean visible, boolean drawTick, boolean drawLabel)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AxisProperty

        public AxisProperty​()
        Constructor
      • AxisProperty

        public AxisProperty​(boolean visible,
                            boolean drawTick,
                            boolean drawLabel)
        Constructor
        Parameters:
        visible - Is visible
        drawTick - Is draw tick
        drawLabel - Is draw label
    • Method Detail

      • isVisible

        public boolean isVisible​()
        If is visible
        Returns:
        Boolean
      • setVisible

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

        public boolean isDrawTick​()
        Get if draw tick lines
        Returns:
        Boolean
      • setDrawTick

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

        public boolean isDrawLabel​()
        Get if draw label
        Returns:
        Boolean
      • setDrawLabel

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