Package net.sourceforge.plantuml.nwdiag
Class NwDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.nwdiag.NwDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class NwDiagramFactory extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description NwDiagramFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NwDiagram
createEmptyDiagram(UmlSource source, Map<String,String> skinParam)
protected void
initCommandsList(List<Command> cmds)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
NwDiagramFactory
public NwDiagramFactory(DiagramType type)
-
-
Method Detail
-
createEmptyDiagram
public NwDiagram createEmptyDiagram(UmlSource source, Map<String,String> skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
initCommandsList
protected void initCommandsList(List<Command> cmds)
- Specified by:
initCommandsList
in classPSystemCommandFactory
-
-