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 voidaddConnections()GridcloneMe()Chain<Col>cols()Navigator<Col>colsOf(Cell cell)Navigator<Col>colsOf(Coord coord)CoordgetById(java.lang.String id)CellgetCell(Coord coord)CellgetCell(Line line, Col col)CoordgetCoord(Cell cell)CoordgetRoot()Chain<Line>lines()Navigator<Line>linesOf(Cell cell)Navigator<Line>linesOf(Coord coord)voidremoveLine(Line line)GridArraytoArray(ISkinParam skinParam)java.util.Set<Col>usedColsOf(Line line)
-