public class PositionedNote extends 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() |
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 Display getDisplay()
public NotePosition getNotePosition()
public NoteType getType()
public Colors getColors()
public final Swimlane getSwimlaneNote()
Copyright © 2017. All rights reserved.