Class CompositeDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.UmlDiagramFactory
-
- net.sourceforge.plantuml.compositediagram.CompositeDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class CompositeDiagramFactory extends UmlDiagramFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description CompositeDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Command>
createCommands()
CompositeDiagram
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
-
createCommands
protected java.util.List<Command> createCommands()
- Specified by:
createCommands
in classUmlDiagramFactory
-
createEmptyDiagram
public CompositeDiagram createEmptyDiagram()
- Specified by:
createEmptyDiagram
in classUmlDiagramFactory
-
-