Package net.sourceforge.plantuml.golem
Class TilesField
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.golem.TilesField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPath(Tile start, Tile dest, TileGeometry startDirection) calculateDimension(StringBounder stringBounder) createTile(Tile start, TileGeometry position) voidgetPaths()getPosition(Tile tile) getRoot()Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMaxMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
Constructor Details
-
TilesField
public TilesField()
-
-
Method Details
-
getRoot
-
createTile
-
addPath
-
getPosition
-
getPaths
-
drawU
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-