Class LifeEvent
java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
net.sourceforge.plantuml.sequencediagram.LifeEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionLifeEvent(Participant p, LifeEventType type, Fashion backcolor, StyleBuilder styleBuilder) -
Method Summary
Modifier and TypeMethodDescriptionbooleandealWith(Participant someone) getType()Style[]booleanbooleanbooleanbooleanvoidsetMessage(AbstractMessage message) toString()Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, isParallel, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
getUrl, hasUrl, isParallel, setY
-
Constructor Details
-
LifeEvent
-
-
Method Details
-
toString
-
getParticipant
-
getType
-
getSpecificColors
-
dealWith
-
isActivate
public boolean isActivate() -
isDeactivateOrDestroy
public boolean isDeactivateOrDestroy() -
isDeactivate
public boolean isDeactivate() -
isDestroy
-
setMessage
-
getMessage
-
getStyleSignature
-
getUsedStyle
-
getStyleBuilder
-