public class Grid extends Object
| Constructor and Description |
|---|
Grid(double[] rowsStart,
double[] colsStart,
TableStrategy strategy,
TextBlock title) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(Cell cell) |
void |
drawU(UGraphic ug,
double x,
double y) |
public Grid(double[] rowsStart,
double[] colsStart,
TableStrategy strategy,
TextBlock title)
Copyright © 2017. All rights reserved.