net.sourceforge.plantuml.golem
Class TilesField
java.lang.Object
net.sourceforge.plantuml.golem.TilesField
- All Implemented Interfaces:
- TextBlock, UDrawable
public class TilesField
- extends Object
- implements TextBlock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TilesField
public TilesField()
getRoot
public Tile getRoot()
createTile
public Tile createTile(Tile start,
TileGeometry position)
addPath
public void addPath(Tile start,
Tile dest,
TileGeometry startDirection)
getPosition
public Position getPosition(Tile tile)
getPaths
public List<Path> getPaths()
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interface UDrawable
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interface TextBlock
Copyright © 2013. All Rights Reserved.