A grid. More...

Public Member Functions | |
| void | setForeground (Color color) |
| Sets the foreground color. | |
| LineStyle | getStyle () |
| Gets the line style. | |
| void | setStyle (LineStyle style) |
| Sets the line style. | |
Package Functions | |
| Color | getForeground () |
| Gets the foreground color. | |
A grid.
Definition at line 14 of file IGrid.java.
| Color org.swtchart.IGrid.getForeground | ( | ) | [package] |
Gets the foreground color.
Implemented in org.swtchart.internal.Grid.
Referenced by org.swtchart.ext.internal.properties.GridPage.selectInitialValues().

| LineStyle org.swtchart.IGrid.getStyle | ( | ) |
Gets the line style.
Implemented in org.swtchart.internal.Grid.
Referenced by org.swtchart.ext.internal.properties.GridPage.selectInitialValues().

| void org.swtchart.IGrid.setForeground | ( | Color | color | ) |
Sets the foreground color.
| color | the foreground color |
Implemented in org.swtchart.internal.Grid.
Referenced by org.swtchart.ext.internal.properties.GridPage.apply().

| void org.swtchart.IGrid.setStyle | ( | LineStyle | style | ) |
Sets the line style.
| style | the line style |
Referenced by org.swtchart.ext.internal.properties.GridPage.apply().

1.6.1