Uses of Class
org.stathissideris.ascii2image.text.TextGrid
Packages that use TextGrid
-
Uses of TextGrid in org.stathissideris.ascii2image.graphics
Methods in org.stathissideris.ascii2image.graphics with parameters of type TextGridModifier and TypeMethodDescriptionvoidCompositeDiagramShape.connectEndsToAnchors(TextGrid grid, Diagram diagram) voidDiagramShape.connectEndsToAnchors(TextGrid grid, Diagram diagram) static DiagramShapeDiagramShape.createArrowhead(TextGrid grid, TextGrid.Cell cell, int cellXSize, int cellYSize) static DiagramComponentDiagramComponent.createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight) static DiagramComponentDiagramComponent.createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight, boolean allRound) static DiagramComponentCompositeDiagramShape.createFromBoundaryCells(TextGrid grid, CellSet boundaryCells, int cellWidth, int cellHeight) static DiagramComponentCompositeDiagramShape.createOpenFromBoundaryCells(TextGrid grid, CellSet boundaryCells, int cellWidth, int cellHeight, boolean allRound) static DiagramShapeDiagramShape.createSmallLine(TextGrid grid, TextGrid.Cell cell, int cellXSize, int cellYSize) protected static ShapePointDiagramComponent.makePointForCell(TextGrid.Cell cell, TextGrid grid, int cellWidth, int cellHeight, boolean allRound) voidDiagramShape.moveEndsToCellEdges(TextGrid grid, Diagram diagram) Constructors in org.stathissideris.ascii2image.graphics with parameters of type TextGridModifierConstructorDescriptionDiagram(TextGrid grid, ConversionOptions options) An outline of the inner workings of this very important (and monstrous) constructor is presented here. -
Uses of TextGrid in org.stathissideris.ascii2image.text
Subclasses of TextGrid in org.stathissideris.ascii2image.textModifier and TypeClassDescriptionclassThis is a TextGrid (usually 3x3) that contains the equivalent of a 2D reqular expression (which uses custom syntax to make things more visual, but standard syntax is also possible).Methods in org.stathissideris.ascii2image.text that return TextGridModifier and TypeMethodDescriptionAbstractionGrid.getAsTextGrid()AbstractionGrid.getCopyOfInternalBuffer()TextGrid.getSubGrid(int x, int y, int width, int height) TextGrid.getTestingSubGrid(TextGrid.Cell cell) CellSet.makeIntoGrid()static TextGridTextGrid.makeSameSizeAs(TextGrid grid) Methods in org.stathissideris.ascii2image.text with parameters of type TextGridModifier and TypeMethodDescriptionbooleanAdds grid to this.booleanGridPatternGroup.areAllMatchedBy(TextGrid grid) CellSet.breakIntoDistinctBoundaries(TextGrid grid) Takes into account character info from the gridCellSet.breakTrulyMixedBoundaries(TextGrid grid) Breaks that:voidTextGrid.copyCellsTo(CellSet cells, TextGrid grid) booleanCellSet.getFilledEquivalent(TextGrid textGrid) intbooleanGridPatternGroup.isAnyMatchedBy(TextGrid grid) booleanGridPattern.isMatchedBy(TextGrid grid) static TextGridTextGrid.makeSameSizeAs(TextGrid grid) static AbstractionGridAbstractionGrid.makeUsingBuffer(TextGrid internalGrid) Makes an AbstractionGrid usinginternalGridas its internal bufferConstructors in org.stathissideris.ascii2image.text with parameters of type TextGridModifierConstructorDescriptionAbstractionGrid(TextGrid textGrid, CellSet cellSet) Makes an AbstractionGrid using thecellSetoftextGrid.