Uses of Class
net.sourceforge.plantuml.sequencediagram.ParticipantEnglober
Packages that use ParticipantEnglober
Package
Description
-
Uses of ParticipantEnglober in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ParticipantEngloberModifier and TypeMethodDescriptionstatic ParticipantEnglober
ParticipantEnglober.build
(Display title, HColor boxColor, Stereotype stereotype) SequenceDiagram.getEnglober
(Participant p) final ParticipantEnglober
ParticipantEnglober.getParent()
final ParticipantEnglober
Doll.getParticipantEnglober()
ParticipantEnglober.newChild
(Display title, HColor boxColor, Stereotype stereotype) Methods in net.sourceforge.plantuml.sequencediagram that return types with arguments of type ParticipantEngloberModifier and TypeMethodDescriptionfinal List<ParticipantEnglober>
ParticipantEnglober.getGenealogy()
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type ParticipantEngloberModifier and TypeMethodDescriptionstatic Doll
Doll.createPuma
(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder) static Doll
Doll.createTeoz
(ParticipantEnglober englober, TileArguments tileArguments, Map<ParticipantEnglober, Doll> alls) Method parameters in net.sourceforge.plantuml.sequencediagram with type arguments of type ParticipantEngloberModifier and TypeMethodDescriptionstatic Doll
Doll.createTeoz
(ParticipantEnglober englober, TileArguments tileArguments, Map<ParticipantEnglober, Doll> alls) -
Uses of ParticipantEnglober in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type ParticipantEngloberModifier and TypeMethodDescriptionvoid
DrawableSet.addParticipant
(Participant p, ParticipantEnglober participantEnglober) -
Uses of ParticipantEnglober in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return ParticipantEngloberConstructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type ParticipantEngloberModifierConstructorDescriptionLivingSpace
(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, List<Event> events)