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
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.