net.sourceforge.plantuml.activitydiagram3.ftile
Interface Ftile

All Superinterfaces:
TextBlockable, UShape
All Known Implementing Classes:
AbstractFtile, FtileAssemblySimple, FtileBlackBlock, FtileBox, FtileCircleStart, FtileCircleStop, FtileDecorateIn, FtileDecorateOut, FtileEmpty, FtileGroup, FtileHeightFixed, FtileKilled, FtileMarged, FtileMinWidth, FtileWithNoteOpale

public interface Ftile
extends TextBlockable


Method Summary
 LinkRendering getInLinkRendering()
           
 Collection<Connection> getInnerConnections()
           
 LinkRendering getOutLinkRendering()
           
 Point2D getPointIn(StringBounder stringBounder)
           
 Point2D getPointOut(StringBounder stringBounder)
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 Set<Swimlane> getSwimlanes()
           
 UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
           
 boolean isKilled()
           
 boolean shadowing()
           
 
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlockable
asTextBlock
 

Method Detail

shadowing

boolean shadowing()

isKilled

boolean isKilled()

getInLinkRendering

LinkRendering getInLinkRendering()

getOutLinkRendering

LinkRendering getOutLinkRendering()

getPointIn

Point2D getPointIn(StringBounder stringBounder)

getPointOut

Point2D getPointOut(StringBounder stringBounder)

getTranslateFor

UTranslate getTranslateFor(Ftile child,
                           StringBounder stringBounder)

getInnerConnections

Collection<Connection> getInnerConnections()

getSwimlanes

Set<Swimlane> getSwimlanes()

getSwimlaneIn

Swimlane getSwimlaneIn()

getSwimlaneOut

Swimlane getSwimlaneOut()


Copyright © 2013. All Rights Reserved.