Class GridLine



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

      Constructors 
      Constructor Description
      GridLine​()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color getColor​()
      Get color
      float getSize​()
      Get size
      LineStyles getStyle​()
      Get style
      boolean isDrawXLine​()
      Get if draw x grid lines
      boolean isDrawYLine​()
      Get if draw y grid lines
      boolean isTop​()
      Return if the grid draw on the top of the graph
      void setColor​(java.awt.Color value)
      Set color
      void setDrawXLine​(boolean value)
      Set if draw x grid lines
      void setDrawYLine​(boolean value)
      Set if draw y grid lines
      void setSize​(float value)
      Set size
      void setStyle​(LineStyles value)
      Set style
      void setTop​(boolean value)
      Set if the grid draw on the top of the graph
      • Methods inherited from class java.lang.Object

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

      • GridLine

        public GridLine​()
        Constructor
    • Method Detail

      • getColor

        public java.awt.Color getColor​()
        Get color
        Returns:
        Color
      • setColor

        public void setColor​(java.awt.Color value)
        Set color
        Parameters:
        value - Color
      • getSize

        public float getSize​()
        Get size
        Returns:
        Size
      • setSize

        public void setSize​(float value)
        Set size
        Parameters:
        value - Size
      • getStyle

        public LineStyles getStyle​()
        Get style
        Returns:
        Style
      • setStyle

        public void setStyle​(LineStyles value)
        Set style
        Parameters:
        value - Style
      • isDrawXLine

        public boolean isDrawXLine​()
        Get if draw x grid lines
        Returns:
        Boolean
      • setDrawXLine

        public void setDrawXLine​(boolean value)
        Set if draw x grid lines
        Parameters:
        value - Boolean
      • isDrawYLine

        public boolean isDrawYLine​()
        Get if draw y grid lines
        Returns:
        Boolean
      • setDrawYLine

        public void setDrawYLine​(boolean value)
        Set if draw y grid lines
        Parameters:
        value - Boolean
      • isTop

        public boolean isTop​()
        Return if the grid draw on the top of the graph
        Returns:
        Boolean
      • setTop

        public void setTop​(boolean value)
        Set if the grid draw on the top of the graph
        Parameters:
        value - Boolean