Uses of 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, Stereotype stereotype) 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, Stereotype stereotype) InstructionSimple
(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) -
Uses of BoxStyle in net.sourceforge.plantuml.activitydiagram3.ftile
Fields in net.sourceforge.plantuml.activitydiagram3.ftile declared as BoxStyleModifier and TypeFieldDescriptionstatic final BoxStyle
BoxStyle.PLAIN
static final BoxStyle
BoxStyle.SDL_CONTINUOUS
static final BoxStyle
BoxStyle.SDL_INPUT
static final BoxStyle
BoxStyle.SDL_LOAD
static final BoxStyle
BoxStyle.SDL_OUTPUT
static final BoxStyle
BoxStyle.SDL_PROCEDURE
static final BoxStyle
BoxStyle.SDL_SAVE
static final BoxStyle
BoxStyle.SDL_TASK
static final BoxStyle
BoxStyle.UML_ACCEPT_EVENT
static final BoxStyle
BoxStyle.UML_OBJECT
static final BoxStyle
BoxStyle.UML_OBJECT_SIGNAL
static final BoxStyle
BoxStyle.UML_SEND_SIGNAL
static final BoxStyle
BoxStyle.UML_TIME_EVENT
static final BoxStyle
BoxStyle.UML_TRIGGER
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return BoxStyleMethods 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, Stereotype stereotype, 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, Stereotype stereotype, 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, Stereotype stereotype, 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, Stereotype stereotype, 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) -
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)