Uses of Interface
net.sourceforge.plantuml.sequencediagram.Event
Packages that use Event
Package
Description
-
Uses of Event in net.sourceforge.plantuml.sequencediagram
Subinterfaces of Event in net.sourceforge.plantuml.sequencediagramClasses in net.sourceforge.plantuml.sequencediagram that implement EventModifier and TypeClassDescriptionclassclassclassclassclassfinal classclassclassclassfinal classclassclassfinal classclassclassMethods in net.sourceforge.plantuml.sequencediagram that return types with arguments of type Event -
Uses of Event in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic that return types with arguments of type EventMethods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type EventModifier and TypeMethodDescriptionvoidDrawableSet.addEvent(Event event, net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement object) voidDrawableSet.addEvent(Newpage newpage, net.sourceforge.plantuml.sequencediagram.graphic.GraphicalNewpage object, Event justBefore) net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement -
Uses of Event in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return EventModifier and TypeMethodDescriptionCommunicationExoTile.getEvent()CommunicationTile.getEvent()final EventCommunicationTileNoteBottomTopAbstract.getEvent()CommunicationTileNoteLeft.getEvent()CommunicationTileNoteRight.getEvent()CommunicationTileSelf.getEvent()CommunicationTileSelfNoteLeft.getEvent()CommunicationTileSelfNoteRight.getEvent()DelayTile.getEvent()DividerTile.getEvent()ElseTile.getEvent()EmptyTile.getEvent()GroupingTile.getEvent()HSpaceTile.getEvent()LifeEventTile.getEvent()NewpageTile.getEvent()NotesTile.getEvent()NoteTile.getEvent()ReferenceTile.getEvent()Tile.getEvent()TileMarged.getEvent()TileParallel.getEvent()Methods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type EventModifier and TypeMethodDescriptionvoidvoidLivingSpace.addStepForLivebox(Event event, double y) TileBuilder.buildOne(Iterator<Event> it, TileArguments tileArguments, Event ev, Tile parent, YGauge currentY) intLiveBoxes.getLevelAt(Event event, EventsHistoryMode mode) Method parameters in net.sourceforge.plantuml.sequencediagram.teoz with type arguments of type EventModifier and TypeMethodDescriptionTileBuilder.buildOne(Iterator<Event> it, TileArguments tileArguments, Event ev, Tile parent, YGauge currentY) TileBuilder.buildSeveral(Iterator<Event> it, TileArguments tileArguments, Tile parent, YGauge currentY) Constructor parameters in net.sourceforge.plantuml.sequencediagram.teoz with type arguments of type EventModifierConstructorDescriptionGroupingTile(Iterator<Event> it, GroupingStart start, TileArguments tileArgumentsBackColorChanged, TileArguments tileArgumentsOriginal, YGauge currentY) LiveBoxes(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)