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() |
NoteStyle |
getNoteStyle() |
Participant |
getParticipant() |
Participant |
getParticipant2() |
NotePosition |
getPosition() |
ISkinParam |
getSkinParamBackcolored(ISkinParam skinParam) |
Display |
getStrings() |
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) |
public 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 Styleable
public Style[] getUsedStyles()
getUsedStyles
in interface WithStyle
public void setStereotype(Stereotype stereotype)
public Note withPosition(NotePosition newPosition)
public Participant getParticipant()
public Participant getParticipant2()
public Display getStrings()
public NotePosition getPosition()
public final Colors getColors()
getColors
in interface SpecificBackcolorable
public void setColors(Colors colors)
setColors
in interface SpecificBackcolorable
public boolean dealWith(Participant someone)
public Url getUrl()
getUrl
in interface Event
getUrl
in class AbstractEvent
public boolean hasUrl()
hasUrl
in interface Event
hasUrl
in class AbstractEvent
public final NoteStyle getNoteStyle()
public final void setNoteStyle(NoteStyle style)
public ISkinParam getSkinParamBackcolored(ISkinParam skinParam)
public java.lang.String toString()
toString
in class java.lang.Object
public void setUrl(Url url)
public void goParallel()
public boolean isParallel()
isParallel
in interface Event
isParallel
in class AbstractEvent