public final class Note extends AbstractEvent implements Event, SpecificBackcolorable, WithStyle
| Constructor and Description |
|---|
Note(Display strings,
NotePosition position,
NoteStyle style,
StyleBuilder styleBuilder) |
Note(Participant p,
NotePosition position,
Display strings,
StyleBuilder styleBuilder) |
Note(Participant p,
Participant p2,
Display strings,
StyleBuilder styleBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dealWith(Participant someone) |
Colors |
getColors() |
Display |
getDisplay() |
NoteStyle |
getNoteStyle() |
Participant |
getParticipant() |
Participant |
getParticipant2() |
NotePosition |
getPosition() |
ISkinParam |
getSkinParamBackcolored(ISkinParam skinParam) |
StyleSignatureBasic |
getStyleSignature() |
Url |
getUrl() |
Style[] |
getUsedStyles() |
void |
goParallel() |
boolean |
hasUrl() |
boolean |
isParallel() |
void |
setColors(Colors colors) |
void |
setNoteStyle(NoteStyle style) |
void |
setStereotype(Stereotype stereotype) |
void |
setUrl(Url url) |
void |
temporaryProtectedUntilTeozIsStandard() |
java.lang.String |
toString() |
Note |
withPosition(NotePosition newPosition) |
setYpublic Note(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder)
public Note(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder)
public Note(Participant p, Participant p2, Display strings, StyleBuilder styleBuilder)
public void temporaryProtectedUntilTeozIsStandard()
public StyleSignatureBasic getStyleSignature()
getStyleSignature in interface Styleablepublic Style[] getUsedStyles()
getUsedStyles in interface WithStylepublic void setStereotype(Stereotype stereotype)
public Note withPosition(NotePosition newPosition)
public Participant getParticipant()
public Participant getParticipant2()
public Display getDisplay()
public NotePosition getPosition()
public final Colors getColors()
getColors in interface SpecificBackcolorablepublic void setColors(Colors colors)
setColors in interface SpecificBackcolorablepublic boolean dealWith(Participant someone)
public Url getUrl()
getUrl in interface EventgetUrl in class AbstractEventpublic boolean hasUrl()
hasUrl in interface EventhasUrl in class AbstractEventpublic final NoteStyle getNoteStyle()
public final void setNoteStyle(NoteStyle style)
public ISkinParam getSkinParamBackcolored(ISkinParam skinParam)
public java.lang.String toString()
toString in class java.lang.Objectpublic void setUrl(Url url)
public void goParallel()
public boolean isParallel()
isParallel in interface EventisParallel in class AbstractEvent