Class FlowDiagramFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemCommandFactory
net.sourceforge.plantuml.flowdiagram.FlowDiagramFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEmptyDiagram
(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 Details
-
FlowDiagramFactory
public FlowDiagramFactory()
-
-
Method Details
-
createEmptyDiagram
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
initCommandsList
- Specified by:
initCommandsList
in classPSystemCommandFactory
-