public class Reference extends AbstractEvent implements EventWithNote
Constructor and Description |
---|
Reference(java.util.List<Participant> participants,
Url url,
Display strings,
HColor backColorGeneral,
HColor backColorElement,
StyleBuilder styleBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
addNote(Note note) |
boolean |
dealWith(Participant someone) |
HColor |
getBackColorElement() |
HColor |
getBackColorGeneral() |
StyleSignatureBasic |
getDefaultStyleDefinition() |
java.util.List<Note> |
getNoteOnMessages() |
java.util.List<Participant> |
getParticipant() |
Display |
getStrings() |
Url |
getUrl() |
Style[] |
getUsedStyles() |
boolean |
hasUrl() |
java.lang.String |
toString() |
isParallel, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isParallel, setY
public Reference(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
public StyleSignatureBasic getDefaultStyleDefinition()
public Style[] getUsedStyles()
public java.util.List<Participant> getParticipant()
public Display getStrings()
public boolean dealWith(Participant someone)
public final Url getUrl()
getUrl
in interface Event
getUrl
in class AbstractEvent
public boolean hasUrl()
hasUrl
in interface Event
hasUrl
in class AbstractEvent
public java.lang.String toString()
toString
in class java.lang.Object
public final HColor getBackColorGeneral()
public final HColor getBackColorElement()
public final void addNote(Note note)
addNote
in interface EventWithNote
public final java.util.List<Note> getNoteOnMessages()