Uses of Class
org.stathissideris.ascii2image.graphics.DiagramComponent
Packages that use DiagramComponent
-
Uses of DiagramComponent in org.stathissideris.ascii2image.graphics
Subclasses of DiagramComponent in org.stathissideris.ascii2image.graphicsModifier and TypeClassDescriptionclassclassclassMethods in org.stathissideris.ascii2image.graphics that return DiagramComponentModifier and TypeMethodDescriptionCompositeDiagramShape.connectLines()Returns a new diagram component with the lines of this CompositeDiagramShape connected.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)