Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.LifeEventType
Packages that use LifeEventType
-
Uses of LifeEventType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return LifeEventTypeModifier and TypeMethodDescriptionLifeEvent.getType()static LifeEventTypeReturns the enum constant of this class with the specified name.static LifeEventType[]LifeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.sequencediagram with parameters of type LifeEventTypeModifier and TypeMethodDescriptionSequenceDiagram.activate(Participant p, LifeEventType lifeEventType, HColor backcolor) SequenceDiagram.activate(Participant p, LifeEventType lifeEventType, HColor backcolor, HColor linecolor) Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type LifeEventType