public abstract class DiagramComponent extends Object
Constructor and Description |
---|
DiagramComponent() |
Modifier and Type | Method and Description |
---|---|
static DiagramComponent |
createClosedFromBoundaryCells(TextGrid grid,
CellSet cells,
int cellWidth,
int cellHeight) |
static DiagramComponent |
createClosedFromBoundaryCells(TextGrid grid,
CellSet cells,
int cellWidth,
int cellHeight,
boolean allRound) |
protected static ShapePoint |
makePointForCell(TextGrid.Cell cell,
TextGrid grid,
int cellWidth,
int cellHeight,
boolean allRound) |
protected static ShapePoint makePointForCell(TextGrid.Cell cell, TextGrid grid, int cellWidth, int cellHeight, boolean allRound)
public static DiagramComponent createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight)
public static DiagramComponent createClosedFromBoundaryCells(TextGrid grid, CellSet cells, int cellWidth, int cellHeight, boolean allRound)
Copyright © 2016. All Rights Reserved.