net.sourceforge.plantuml.activitydiagram3.ftile
Class FtileEmpty

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
      extended by net.sourceforge.plantuml.activitydiagram3.ftile.FtileEmpty
All Implemented Interfaces:
Ftile, Swimable, TextBlock, UDrawable, UShape
Direct Known Subclasses:
FtileGoto, FtileLabel

public class FtileEmpty
extends AbstractFtile


Constructor Summary
FtileEmpty(boolean shadowing)
           
FtileEmpty(boolean shadowing, double width, double height)
           
FtileEmpty(boolean shadowing, double width, double height, Swimlane swimlaneIn, Swimlane swimlaneOut)
           
FtileEmpty(boolean shadowing, Swimlane swimlane)
           
 
Method Summary
 FtileGeometry calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 Set<Swimlane> getSwimlanes()
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

FtileEmpty

public FtileEmpty(boolean shadowing,
                  double width,
                  double height)

FtileEmpty

public FtileEmpty(boolean shadowing,
                  double width,
                  double height,
                  Swimlane swimlaneIn,
                  Swimlane swimlaneOut)

FtileEmpty

public FtileEmpty(boolean shadowing)

FtileEmpty

public FtileEmpty(boolean shadowing,
                  Swimlane swimlane)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

drawU

public void drawU(UGraphic ug)

calculateDimension

public FtileGeometry calculateDimension(StringBounder stringBounder)

getSwimlaneIn

public Swimlane getSwimlaneIn()

getSwimlaneOut

public Swimlane getSwimlaneOut()

getSwimlanes

public Set<Swimlane> getSwimlanes()


Copyright © 2014. All Rights Reserved.