Class FtileFactoryDelegatorWhile
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.FtileFactoryDelegator
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FtileFactoryDelegatorWhile
- All Implemented Interfaces:
FtileFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2) Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.FtileFactoryDelegator
activity, addNote, addUrl, assembly, createGroup, createIf, createParallel, createSwitch, decorateIn, decorateOut, end, getDefaultStyleDefinitionActivity, getDefaultStyleDefinitionArrow, getDefaultStyleDefinitionDiamond, getFactory, getInLinkRenderingColor, getInLinkRenderingDisplay, getRose, getStringBounder, getTextBlock, repeat, skinParam, spot, start, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FtileFactoryDelegatorWhile
-
-
Method Details
-
createWhile
public Ftile createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2) - Specified by:
createWhile
in interfaceFtileFactory
- Overrides:
createWhile
in classFtileFactoryDelegator
-