| 16 |
rowHeight: 20, |
rowHeight: 20, |
| 17 |
rowSpacing: 5, |
rowSpacing: 5, |
| 18 |
rowGroupLeft: 10, |
rowGroupLeft: 10, |
| 19 |
|
rowGroupFillLeft: 20, /* Must be same as columnLeft */ |
| 20 |
rowLeft: 15, |
rowLeft: 15, |
| 21 |
cellTop: 20, |
cellTop: 20, |
| 22 |
cellLeft: 20, |
cellLeft: 20, /* Must be same as columnLeft */ |
| 23 |
cellBottom: 20, |
cellBottom: 20, |
| 24 |
cellRight: 20, |
cellRight: 20, |
| 25 |
explicitColumnGroupStrokeStyle: 'black', |
explicitColumnGroupStrokeStyle: 'black', |
| 80 |
c2d.stroke (); |
c2d.stroke (); |
| 81 |
c2d.closePath (); |
c2d.closePath (); |
| 82 |
c2d.beginPath (); |
c2d.beginPath (); |
| 83 |
c2d.rect (param.rowGroupLeft, |
c2d.rect (param.rowGroupFillLeft, |
| 84 |
y, |
y, |
| 85 |
(param.columnWidth + param.columnSpacing) * columnNumber - param.columnSpacing, |
(param.columnWidth + param.columnSpacing) * columnNumber - param.columnSpacing, |
| 86 |
dy - param.rowSpacing); |
dy - param.rowSpacing); |