Class Reference
java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
net.sourceforge.plantuml.sequencediagram.Reference
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionReference
(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder) -
Method Summary
Modifier and TypeMethodDescriptionboolean
dealWith
(Participant someone) final HColor
final HColor
java.util.List<Participant>
final Url
getUrl()
Style[]
boolean
hasUrl()
java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
isParallel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
isParallel
-
Constructor Details
-
Reference
public Reference(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Details
-
getDefaultStyleDefinition
-
getUsedStyles
-
getParticipant
-
getStrings
-
dealWith
-
getUrl
- Specified by:
getUrl
in interfaceEvent
- Overrides:
getUrl
in classAbstractEvent
-
hasUrl
public boolean hasUrl()- Specified by:
hasUrl
in interfaceEvent
- Overrides:
hasUrl
in classAbstractEvent
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getBackColorGeneral
-
getBackColorElement
-