net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Class FtileGroup

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
      extended by net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FtileGroup
All Implemented Interfaces:
Ftile, TextBlockable, UShape

public class FtileGroup
extends AbstractFtile


Constructor Summary
FtileGroup(Ftile inner, Display test, HtmlColor color)
           
 
Method Summary
 TextBlock asTextBlock()
           
 Point2D getPointIn(StringBounder stringBounder)
           
 Point2D getPointOut(StringBounder stringBounder)
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 Set<Swimlane> getSwimlanes()
           
 boolean isKilled()
           
 
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
getInLinkRendering, getInnerConnections, getOutLinkRendering, getTranslateFor, shadowing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtileGroup

public FtileGroup(Ftile inner,
                  Display test,
                  HtmlColor color)
Method Detail

getSwimlanes

public Set<Swimlane> getSwimlanes()

getSwimlaneIn

public Swimlane getSwimlaneIn()

getSwimlaneOut

public Swimlane getSwimlaneOut()

getPointIn

public Point2D getPointIn(StringBounder stringBounder)

getPointOut

public Point2D getPointOut(StringBounder stringBounder)

asTextBlock

public TextBlock asTextBlock()

isKilled

public boolean isKilled()


Copyright © 2013. All Rights Reserved.