Class FlowDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.UmlDiagramFactory
-
- net.sourceforge.plantuml.flowdiagram.FlowDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class FlowDiagramFactory extends UmlDiagramFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description FlowDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Command>
createCommands()
FlowDiagram
createEmptyDiagram()
-
Methods inherited from class net.sourceforge.plantuml.command.UmlDiagramFactory
addCommonCommands, createSystem, getDescription
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
createEmptyDiagram
public FlowDiagram createEmptyDiagram()
- Specified by:
createEmptyDiagram
in classUmlDiagramFactory
-
createCommands
protected java.util.List<Command> createCommands()
- Specified by:
createCommands
in classUmlDiagramFactory
-
-