public class TilesField extends AbstractTextBlock implements TextBlock
| Constructor and Description |
|---|
TilesField() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(Tile start,
Tile dest,
TileGeometry startDirection) |
XDimension2D |
calculateDimension(StringBounder stringBounder) |
Tile |
createTile(Tile start,
TileGeometry position) |
void |
drawU(UGraphic ug) |
java.util.List<Path> |
getPaths() |
Position |
getPosition(Tile tile) |
Tile |
getRoot() |
getBackcolor, getInnerPosition, getMagneticBorder, getMinMaxclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackcolor, getInnerPosition, getMagneticBorder, getMinMaxpublic Tile getRoot()
public Tile createTile(Tile start, TileGeometry position)
public void addPath(Tile start, Tile dest, TileGeometry startDirection)
public java.util.List<Path> getPaths()
public XDimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlock