Package org.swtchart

Interface IGrid

  • All Known Implementing Classes:
    Grid

    public interface IGrid
    A grid.
    • Method Detail

      • getForeground

        org.eclipse.swt.graphics.Color getForeground()
        Gets the foreground color.
        Returns:
        the foreground color
      • setForeground

        void setForeground​(org.eclipse.swt.graphics.Color color)
        Sets the foreground color.
        Parameters:
        color - the foreground color
      • getStyle

        LineStyle getStyle()
        Gets the line style.
        Returns:
        the line style.
      • setStyle

        void setStyle​(LineStyle style)
        Sets the line style.
        Parameters:
        style - the line style