public class Grid extends Object
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnections() |
Grid |
cloneMe() |
Chain<Col> |
cols() |
Navigator<Col> |
colsOf(Cell cell) |
Navigator<Col> |
colsOf(Coord coord) |
Coord |
getById(String id) |
Cell |
getCell(Coord coord) |
Cell |
getCell(Line line,
Col col) |
Coord |
getCoord(Cell cell) |
Coord |
getRoot() |
Chain<Line> |
lines() |
Navigator<Line> |
linesOf(Cell cell) |
Navigator<Line> |
linesOf(Coord coord) |
void |
removeLine(Line line) |
GridArray |
toArray(ISkinParam skinParam) |
Set<Col> |
usedColsOf(Line line) |
public Grid cloneMe()
public final Coord getRoot()
public final GridArray toArray(ISkinParam skinParam)
public void removeLine(Line line)
public void addConnections()
Copyright © 2017. All rights reserved.