net.sourceforge.plantuml.activitydiagram3
Class InstructionSimple

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.MonoSwimable
      extended by net.sourceforge.plantuml.activitydiagram3.InstructionSimple
All Implemented Interfaces:
Swimable, Instruction

public class InstructionSimple
extends MonoSwimable
implements Instruction


Constructor Summary
InstructionSimple(Display label, HtmlColor color, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle style)
           
 
Method Summary
 void add(Instruction other)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 boolean kill()
           
 
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.MonoSwimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
 

Constructor Detail

InstructionSimple

public InstructionSimple(Display label,
                         HtmlColor color,
                         LinkRendering inlinkRendering,
                         Swimlane swimlane,
                         BoxStyle style)
Method Detail

createFtile

public Ftile createFtile(FtileFactory factory)
Specified by:
createFtile in interface Instruction

add

public void add(Instruction other)
Specified by:
add in interface Instruction

kill

public final boolean kill()
Specified by:
kill in interface Instruction

getInLinkRendering

public LinkRendering getInLinkRendering()
Specified by:
getInLinkRendering in interface Instruction

addNote

public void addNote(Display note,
                    NotePosition position)
Specified by:
addNote in interface Instruction


Copyright © 2013. All Rights Reserved.