public class PositionedNote
extends java.lang.Object
Constructor and Description |
---|
PositionedNote(Display note,
NotePosition position,
NoteType type,
Swimlane swimlaneNote) |
PositionedNote(Display display,
NotePosition position,
NoteType type,
Swimlane swimlaneNote,
Colors colors) |
Modifier and Type | Method and Description |
---|---|
Colors |
getColors() |
Display |
getDisplay() |
NotePosition |
getNotePosition() |
Swimlane |
getSwimlaneNote() |
NoteType |
getType() |
java.lang.String |
toString() |
public PositionedNote(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors)
public PositionedNote(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote)
public java.lang.String toString()
toString
in class java.lang.Object
public Display getDisplay()
public NotePosition getNotePosition()
public NoteType getType()
public Colors getColors()
public final Swimlane getSwimlaneNote()