Package org.swtchart
Interface IGrid
-
- All Known Implementing Classes:
Grid
public interface IGrid
A grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getForeground()
Gets the foreground color.LineStyle
getStyle()
Gets the line style.void
setForeground(Color color)
Sets the foreground color.void
setStyle(LineStyle style)
Sets the line style.
-
-
-
Method Detail
-
getForeground
Color getForeground()
Gets the foreground color.- Returns:
- the foreground color
-
setForeground
void setForeground(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
-
-