net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Class FtileCircleStart

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

public class FtileCircleStart
extends AbstractFtile


Constructor Summary
FtileCircleStart(boolean shadowing, HtmlColor backColor, Swimlane swimlane)
           
 
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

FtileCircleStart

public FtileCircleStart(boolean shadowing,
                        HtmlColor backColor,
                        Swimlane swimlane)
Method Detail

getSwimlanes

public Set<Swimlane> getSwimlanes()

getSwimlaneIn

public Swimlane getSwimlaneIn()

getSwimlaneOut

public Swimlane getSwimlaneOut()

asTextBlock

public TextBlock asTextBlock()

isKilled

public boolean isKilled()

getPointIn

public Point2D getPointIn(StringBounder stringBounder)

getPointOut

public Point2D getPointOut(StringBounder stringBounder)


Copyright © 2013. All Rights Reserved.