Uses of Class
net.sourceforge.plantuml.sequencediagram.Participant
Packages that use Participant
Package
Description
-
Uses of Participant in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ParticipantModifier and TypeMethodDescriptionSequenceDiagram.createNewParticipant
(ParticipantType type, String code, Display display, int order) final Participant
Doll.getFirst2TOBEPRIVATE()
final Participant
Doll.getLast2TOBEPRIVATE()
SequenceDiagram.getOrCreateParticipant
(String code) Deprecated.SequenceDiagram.getOrCreateParticipant
(String code, Display display) LifeEvent.getParticipant()
MessageExo.getParticipant()
Note.getParticipant()
abstract Participant
AbstractMessage.getParticipant1()
Message.getParticipant1()
MessageExo.getParticipant1()
abstract Participant
AbstractMessage.getParticipant2()
Message.getParticipant2()
MessageExo.getParticipant2()
Note.getParticipant2()
Methods in net.sourceforge.plantuml.sequencediagram that return types with arguments of type ParticipantModifier and TypeMethodDescriptionMessage.getMulticast()
Reference.getParticipant()
SequenceDiagram.participants()
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type ParticipantModifier and TypeMethodDescriptionSequenceDiagram.activate
(Participant p, LifeEventType lifeEventType, HColor backcolor) SequenceDiagram.activate
(Participant p, LifeEventType lifeEventType, HColor backcolor, HColor linecolor) void
Doll.addParticipant
(Participant p) abstract boolean
AbstractMessage.compatibleForCreate
(Participant p) boolean
Message.compatibleForCreate
(Participant p) boolean
MessageExo.compatibleForCreate
(Participant p) boolean
Doll.contains
(Participant p) static Doll
Doll.createPuma
(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder) boolean
Delay.dealWith
(Participant someone) boolean
Divider.dealWith
(Participant someone) boolean
Event.dealWith
(Participant someone) boolean
GroupingLeaf.dealWith
(Participant someone) boolean
GroupingStart.dealWith
(Participant someone) boolean
HSpace.dealWith
(Participant someone) boolean
LifeEvent.dealWith
(Participant someone) boolean
Message.dealWith
(Participant someone) boolean
MessageExo.dealWith
(Participant someone) boolean
Newpage.dealWith
(Participant someone) boolean
Note.dealWith
(Participant someone) boolean
Notes.dealWith
(Participant someone) boolean
Reference.dealWith
(Participant someone) SequenceDiagram.getEnglober
(Participant p) boolean
LifeEvent.isDestroy
(Participant p) Method parameters in net.sourceforge.plantuml.sequencediagram with type arguments of type ParticipantConstructors in net.sourceforge.plantuml.sequencediagram with parameters of type ParticipantModifierConstructorDescriptionLifeEvent
(Participant p, LifeEventType type, Fashion backcolor) Message
(StyleBuilder styleBuilder, Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, String messageNumber) MessageExo
(StyleBuilder styleBuilder, Participant p, MessageExoType type, Display label, ArrowConfiguration arrowConfiguration, String messageNumber, boolean shortArrow) Note
(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder) Note
(Participant p, Participant p2, Display strings, StyleBuilder styleBuilder) Constructor parameters in net.sourceforge.plantuml.sequencediagram with type arguments of type ParticipantModifierConstructorDescriptionReference
(List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder) -
Uses of Participant in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic that return types with arguments of type ParticipantMethods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
DrawableSet.addParticipant
(Participant p, ParticipantEnglober participantEnglober) double
DrawableSet.getHeadAndEngloberHeight
(Participant p, StringBounder stringBounder) DrawableSet.getLivingParticipantBox
(Participant p) void
DrawableSet.setLivingParticipantBox
(Participant p, LivingParticipantBox box) -
Uses of Participant in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return ParticipantMethods in net.sourceforge.plantuml.sequencediagram.teoz that return types with arguments of type ParticipantMethods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type ParticipantModifier and TypeMethodDescriptionLivingSpaces.get
(Participant participant) TileArguments.getLivingSpace
(Participant p) void
LivingSpaces.put
(Participant participant, LivingSpace livingSpace) Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type ParticipantModifierConstructorDescriptionLiveBoxes
(Participant p, List<Event> events, Rose skin, ISkinParam skinParam) LivingSpace
(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, List<Event> events) MutingLine
(Rose skin, ISkinParam skinParam, List<Event> events, Participant participant)