net.sourceforge.plantuml.command.note
Class FactoryNoteOnLinkCommand

java.lang.Object
  extended by net.sourceforge.plantuml.command.note.FactoryNoteOnLinkCommand
All Implemented Interfaces:
SingleMultiFactoryCommand<CucaDiagram>

public final class FactoryNoteOnLinkCommand
extends Object
implements SingleMultiFactoryCommand<CucaDiagram>


Constructor Summary
FactoryNoteOnLinkCommand()
           
 
Method Summary
 Command<CucaDiagram> createMultiLine()
           
 Command<CucaDiagram> createSingleLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryNoteOnLinkCommand

public FactoryNoteOnLinkCommand()
Method Detail

createMultiLine

public Command<CucaDiagram> createMultiLine()
Specified by:
createMultiLine in interface SingleMultiFactoryCommand<CucaDiagram>

createSingleLine

public Command<CucaDiagram> createSingleLine()
Specified by:
createSingleLine in interface SingleMultiFactoryCommand<CucaDiagram>


Copyright © 2013. All Rights Reserved.