Package org.swtchart
Interface IGrid
-
- All Known Implementing Classes:
Grid
public interface IGridA grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ColorgetForeground()Gets the foreground color.LineStylegetStyle()Gets the line style.voidsetForeground(org.eclipse.swt.graphics.Color color)Sets the foreground color.voidsetStyle(LineStyle style)Sets the line style.
-
-
-
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
-
-