Uses of Class
org.stathissideris.ascii2image.text.CellSet
-
Packages that use CellSet Package Description org.stathissideris.ascii2image.graphics org.stathissideris.ascii2image.text -
-
Uses of CellSet in org.stathissideris.ascii2image.graphics
Methods in org.stathissideris.ascii2image.graphics with parameters of type CellSet Modifier and Type Method Description static DiagramComponent
DiagramComponent. createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight)
static DiagramComponent
DiagramComponent. createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight, boolean allRound)
static DiagramComponent
CompositeDiagramShape. createFromBoundaryCells(TextGrid grid, CellSet boundaryCells, int cellWidth, int cellHeight)
static DiagramComponent
CompositeDiagramShape. createOpenFromBoundaryCells(TextGrid grid, CellSet boundaryCells, int cellWidth, int cellHeight, boolean allRound)
-
Uses of CellSet in org.stathissideris.ascii2image.text
Methods in org.stathissideris.ascii2image.text with parameters of type CellSet Modifier and Type Method Description void
CellSet. addAll(CellSet set)
void
CellSet. addSet(CellSet set)
void
CellSet. appendSet(CellSet set)
boolean
TextGrid. containsAtLeastOneDashedLine(CellSet set)
static CellSet
CellSet. copyCellSet(CellSet set)
Deep copyvoid
TextGrid. copyCellsTo(CellSet cells, TextGrid grid)
protected void
AbstractionGrid. fillCells(CellSet cells)
boolean
CellSet. hasCommonCells(CellSet otherSet)
void
CellSet. subtractSet(CellSet set)
Constructors in org.stathissideris.ascii2image.text with parameters of type CellSet Constructor Description AbstractionGrid(TextGrid textGrid, CellSet cellSet)
Makes an AbstractionGrid using thecellSet
oftextGrid
.CellSet(CellSet other)
-