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 createMultiLine(UmlDiagram system)
           
 Command createSingleLine(UmlDiagram system)
           
 
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 createSingleLine(UmlDiagram system)
Specified by:
createSingleLine in interface SingleMultiFactoryCommand<UmlDiagram>

createMultiLine

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


Copyright © 2012. All Rights Reserved.