net.sourceforge.plantuml.flowdiagram
Class ActivityBox

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

public class ActivityBox
extends Object
implements TextBlock


Constructor Summary
ActivityBox(Tile tile, String id, String label)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug, double x, double y)
           
 String getId()
           
 String getLabel()
           
 Tile getTile()
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityBox

public ActivityBox(Tile tile,
                   String id,
                   String label)
Method Detail

getTile

public Tile getTile()

getId

public String getId()

getLabel

public String getLabel()

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface UDrawable

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

getUrls

public List<Url> getUrls()
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.