public interface IGrid
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Color |
getForeground()
Gets the foreground color.
|
LineStyle |
getStyle()
Gets the line style.
|
void |
setForeground(org.eclipse.swt.graphics.Color color)
Sets the foreground color.
|
void |
setStyle(LineStyle style)
Sets the line style.
|
org.eclipse.swt.graphics.Color getForeground()
void setForeground(org.eclipse.swt.graphics.Color color)
color
- the foreground colorLineStyle getStyle()
void setStyle(LineStyle style)
style
- the line styleCopyright © 2022. All rights reserved.