Package org.swtchart
Interface IGrid
- All Known Implementing Classes:
Grid
public interface IGrid
A grid.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ColorGets the foreground color.getStyle()Gets the line style.voidsetForeground(org.eclipse.swt.graphics.Color color) Sets the foreground color.voidSets 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
Sets the line style.- Parameters:
style- the line style
-