Package net.sourceforge.plantuml.command
Class CommandFactorySprite
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandFactorySprite
-
- All Implemented Interfaces:
SingleMultiFactoryCommand<WithSprite>
public final class CommandFactorySprite extends Object implements SingleMultiFactoryCommand<WithSprite>
-
-
Constructor Summary
Constructors Constructor Description CommandFactorySprite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command<WithSprite>
createMultiLine(boolean withBracket)
Command<WithSprite>
createSingleLine()
-
-
-
Method Detail
-
createSingleLine
public Command<WithSprite> createSingleLine()
- Specified by:
createSingleLine
in interfaceSingleMultiFactoryCommand<WithSprite>
-
createMultiLine
public Command<WithSprite> createMultiLine(boolean withBracket)
- Specified by:
createMultiLine
in interfaceSingleMultiFactoryCommand<WithSprite>
-
-