org.swtchart
public interface IGrid
Modifier and Type | Method and 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.
|
Color getForeground()
void setForeground(Color color)
color
- the foreground colorLineStyle getStyle()
void setStyle(LineStyle style)
style
- the line style