Uses of Class
org.stathissideris.ascii2image.graphics.DiagramComponent
-
Uses of DiagramComponent in org.stathissideris.ascii2image.graphics
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionCompositeDiagramShape.connectLines()
Returns a new diagram component with the lines of this CompositeDiagramShape connected.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)