Package net.sourceforge.plantuml.bpm
Class Grid
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.Grid
-
public class Grid extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Grid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConnections()
Grid
cloneMe()
Chain<Col>
cols()
Navigator<Col>
colsOf(Cell cell)
Navigator<Col>
colsOf(Coord coord)
Coord
getById(java.lang.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)
java.util.Set<Col>
usedColsOf(Line line)
-