public class Note extends AbstractEvent implements Event, SpecificBackcolorable
Constructor and Description |
---|
Note(Display strings,
NotePosition position,
NoteStyle style) |
Note(Participant p,
NotePosition position,
Display strings) |
Note(Participant p,
Participant p2,
Display strings) |
Modifier and Type | Method and Description |
---|---|
boolean |
dealWith(Participant someone) |
Colors |
getColors(ISkinParam skinParam) |
Participant |
getParticipant() |
Participant |
getParticipant2() |
NotePosition |
getPosition() |
ISkinParam |
getSkinParamBackcolored(ISkinParam skinParam) |
Display |
getStrings() |
NoteStyle |
getStyle() |
Url |
getUrl() |
boolean |
hasUrl() |
void |
setColors(Colors colors) |
void |
setStyle(NoteStyle style) |
void |
setUrl(Url url) |
java.lang.String |
toString() |
Note |
withPosition(NotePosition newPosition) |
isParallel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isParallel
public Note(Participant p, NotePosition position, Display strings)
public Note(Display strings, NotePosition position, NoteStyle style)
public Note(Participant p, Participant p2, Display strings)
public Note withPosition(NotePosition newPosition)
public Participant getParticipant()
public Participant getParticipant2()
public Display getStrings()
public NotePosition getPosition()
public Colors getColors(ISkinParam skinParam)
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 getStyle()
public final void setStyle(NoteStyle style)
public ISkinParam getSkinParamBackcolored(ISkinParam skinParam)
public java.lang.String toString()
toString
in class java.lang.Object
public void setUrl(Url url)