Class Reference
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Reference
-
- All Implemented Interfaces:
Event
public class Reference extends AbstractEvent implements Event
-
-
Constructor Summary
Constructors Constructor Description Reference(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
dealWith(Participant someone)
HColor
getBackColorElement()
HColor
getBackColorGeneral()
StyleSignature
getDefaultStyleDefinition()
java.util.List<Participant>
getParticipant()
Display
getStrings()
Url
getUrl()
Style[]
getUsedStyles()
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 Detail
-
Reference
public Reference(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
-
getUsedStyles
public Style[] getUsedStyles()
-
getParticipant
public java.util.List<Participant> getParticipant()
-
getStrings
public Display getStrings()
-
dealWith
public boolean dealWith(Participant someone)
-
getUrl
public final Url 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
public final HColor getBackColorGeneral()
-
getBackColorElement
public final HColor getBackColorElement()
-
-