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(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()
StyleSignatureBasic
getDefaultStyleDefinition()
List<Participant>
getParticipant()
Display
getStrings()
Url
getUrl()
Style[]
getUsedStyles()
boolean
hasUrl()
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
isParallel, setY
-
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, setY
-
-
-
-
Constructor Detail
-
Reference
public Reference(List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignatureBasic getDefaultStyleDefinition()
-
getUsedStyles
public Style[] getUsedStyles()
-
getParticipant
public 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
-
getBackColorGeneral
public final HColor getBackColorGeneral()
-
getBackColorElement
public final HColor getBackColorElement()
-
-