public class PositionedNote
extends java.lang.Object
| Constructor and Description |
|---|
PositionedNote(Display display,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
PositionedNote(Display note,
NotePosition position,
NoteType type,
Swimlane swimlaneNote) |
| 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, Colors colors, Swimlane swimlaneNote)
public PositionedNote(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote)
public java.lang.String toString()
toString in class java.lang.Objectpublic Display getDisplay()
public NotePosition getNotePosition()
public NoteType getType()
public Colors getColors()
public final Swimlane getSwimlaneNote()