Uses of Class
org.stathissideris.ascii2image.graphics.DiagramShape

Packages that use DiagramShape
org.stathissideris.ascii2image.graphics   
 

Uses of DiagramShape in org.stathissideris.ascii2image.graphics
 

Methods in org.stathissideris.ascii2image.graphics that return DiagramShape
static 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)
           
 DiagramShape ShapeEdge.getOwner()
           
 

Methods in org.stathissideris.ascii2image.graphics with parameters of type DiagramShape
 void 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)
           
 

Constructors in org.stathissideris.ascii2image.graphics with parameters of type DiagramShape
ShapeEdge(ShapePoint start, ShapePoint end, DiagramShape owner)
           
 



Copyright © 2013. All Rights Reserved.