Package | Description |
---|---|
org.stathissideris.ascii2image.graphics |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ShapeEdge(ShapePoint start,
ShapePoint end,
DiagramShape owner) |
Copyright © 2016. All Rights Reserved.