Uses of Class
org.stathissideris.ascii2image.graphics.Diagram
-
Uses of Diagram in org.stathissideris.ascii2image.graphics
Modifier and TypeMethodDescriptionvoid
CompositeDiagramShape.connectEndsToAnchors
(TextGrid grid, Diagram diagram) void
DiagramShape.connectEndsToAnchors
(TextGrid grid, Diagram diagram) DiagramShape.getCellEdgePointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Finds the point that represents the intersection between the cell edge that contains pointInCell and the line connecting pointInCell and otherPoint.DiagramShape.getCellEdgeProjectionPointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Returns C, if A is point in cell and B is otherPoint:DiagramShape.makeIntoRenderPath
(Diagram diagram) DiagramShape.makeMarkerPath
(Diagram diagram) void
DiagramShape.moveEndsToCellEdges
(TextGrid grid, Diagram diagram) BitmapRenderer.render
(Diagram diagram, BufferedImage image, RenderingOptions options) BitmapRenderer.renderToImage
(Diagram diagram, RenderingOptions options)