net.sourceforge.plantuml.flowdiagram
Class ActivityBox
java.lang.Object
net.sourceforge.plantuml.flowdiagram.ActivityBox
- All Implemented Interfaces:
- TextBlock, UDrawable, UShape
public class ActivityBox
- extends Object
- implements TextBlock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityBox
public ActivityBox(Tile tile,
String id,
String label)
getTile
public Tile getTile()
getId
public String getId()
getLabel
public String getLabel()
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 © 2014. All Rights Reserved.