createAnchor method
Create a new CellAnchor at the specified x and y coordinates.
Implementation
CellAnchor createAnchor(int x, int y) {
return lines[y].createAnchor(x);
}
Create a new CellAnchor at the specified x and y coordinates.
CellAnchor createAnchor(int x, int y) {
return lines[y].createAnchor(x);
}