net.sourceforge.plantuml.golem
Class TilesField

java.lang.Object
  extended by net.sourceforge.plantuml.golem.TilesField
All Implemented Interfaces:
TextBlock, UDrawable

public class TilesField
extends Object
implements TextBlock


Constructor Summary
TilesField()
           
 
Method Summary
 void addPath(Tile start, Tile dest, TileGeometry startDirection)
           
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 Tile createTile(Tile start, TileGeometry position)
           
 void drawU(UGraphic ug)
           
 List<Path> getPaths()
           
 Position getPosition(Tile tile)
           
 Tile getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesField

public TilesField()
Method Detail

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.