Uses of Class
org.stathissideris.ascii2image.graphics.DiagramShape
-
Uses of DiagramShape in org.stathissideris.ascii2image.graphics
Modifier and TypeMethodDescriptionstatic DiagramShape
DiagramShape.createArrowhead
(TextGrid grid, TextGrid.Cell cell, int cellXSize, int cellYSize) static DiagramShape
DiagramShape.createSmallLine
(TextGrid grid, TextGrid.Cell cell, int cellXSize, int cellYSize) ShapeEdge.getOwner()
Modifier and TypeMethodDescriptionvoid
CompositeDiagramShape.addToShapes
(DiagramShape shape) boolean
DiagramShape.isSmallerThan
(DiagramShape other) Crude way to determine which of the two shapes is smaller, based just on their bounding boxes.void
ShapeEdge.setOwner
(DiagramShape shape)