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 ParticipantEngloberParticipantEnglober.build(Display title, HColor boxColor, Stereotype stereotype) SequenceDiagram.getEnglober(Participant p) final ParticipantEngloberParticipantEnglober.getParent()final ParticipantEngloberDoll.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 DollDoll.createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder) static DollDoll.createTeoz(ParticipantEnglober englober, TileArguments tileArguments) -
Uses of ParticipantEnglober in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type ParticipantEngloberModifier and TypeMethodDescriptionvoidDrawableSet.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)