Package org.swtchart

Interface IGrid

All Known Implementing Classes:
Grid

public interface IGrid
A grid.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Color
    Gets the foreground color.
    Gets the line style.
    void
    setForeground(org.eclipse.swt.graphics.Color color)
    Sets the foreground color.
    void
    Sets the line style.
  • Method Details

    • 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