Uses of Enum Class
net.sourceforge.plantuml.activitydiagram3.ftile.BoxStyle
Packages that use BoxStyle
Package
Description
-
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type BoxStyleModifier and TypeMethodDescriptionActivityDiagram3.addActivity
(Display activity, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) ActivityDiagram3.backward
(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
InstructionRepeat.setBackward
(Display label, Swimlane swimlaneBackward, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
InstructionWhile.setBackward
(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
ActivityDiagram3.startRepeat
(HColor color, Display label, BoxStyle boxStyleIn, Colors colors) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type BoxStyleModifierConstructorDescriptionInstructionRepeat
(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors) InstructionSimple
(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) -
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return BoxStyleModifier and TypeMethodDescriptionstatic BoxStyle
BoxStyle.fromString
(String style) static BoxStyle
Returns the enum constant of this class with the specified name.static BoxStyle[]
BoxStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type BoxStyleModifier and TypeMethodDescriptionFtileFactory.activity
(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactoryDelegator.activity
(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactory.repeat
(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.repeat
(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) -
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type BoxStyleModifier and TypeMethodDescriptionVCompactFactory.activity
(Display label, Swimlane swimlane, BoxStyle boxStyle, Colors colors, Stereotype stereotype) FtileFactoryDelegatorRepeat.repeat
(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) VCompactFactory.repeat
(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) -
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type BoxStyleModifier and TypeMethodDescriptionstatic FtileBox
FtileBox.create
(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static FtileBox2
FtileBox2.create
(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) -
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3.gtile
Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type BoxStyleModifier and TypeMethodDescriptionstatic GtileBox
GtileBox.create
(StringBounder stringBounder, ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype)