public class InstructionSpot extends java.lang.Object implements Instruction
Constructor and Description |
---|
InstructionSpot(java.lang.String spot,
HColor color,
LinkRendering inlinkRendering,
Swimlane swimlane) |
Modifier and Type | Method and Description |
---|---|
CommandExecutionResult |
add(Instruction other) |
boolean |
addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
containsBreak() |
Ftile |
createFtile(FtileFactory factory) |
Gtile |
createGtile(ISkinParam skinParam,
StringBounder stringBounder) |
protected Ftile |
eventuallyAddNote(FtileFactory factory,
Ftile ftile,
Swimlane swimlane,
VerticalAlignment verticalAlignment) |
LinkRendering |
getInLinkRendering() |
java.util.Collection<PositionedNote> |
getPositionedNotes() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
boolean |
hasNotes() |
boolean |
kill() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNote
getSwimlaneIn, getSwimlaneOut, getSwimlanes
public InstructionSpot(java.lang.String spot, HColor color, LinkRendering inlinkRendering, Swimlane swimlane)
public boolean containsBreak()
containsBreak
in interface Instruction
public Ftile createFtile(FtileFactory factory)
createFtile
in interface Instruction
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
createGtile
in interface Instruction
public CommandExecutionResult add(Instruction other)
add
in interface Instruction
public final boolean kill()
kill
in interface Instruction
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Instruction
public final java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public final Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public final Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment)
public java.util.Collection<PositionedNote> getPositionedNotes()
public boolean hasNotes()