net.sourceforge.plantuml.command
Class FactorySpriteCommand

java.lang.Object
  extended by net.sourceforge.plantuml.command.FactorySpriteCommand
All Implemented Interfaces:
SingleMultiFactoryCommand<UmlDiagram>

public final class FactorySpriteCommand
extends Object
implements SingleMultiFactoryCommand<UmlDiagram>


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

Constructor Detail

FactorySpriteCommand

public FactorySpriteCommand()
Method Detail

createSingleLine

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

createMultiLine

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


Copyright © 2014. All Rights Reserved.