Class CompositeDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.compositediagram.CompositeDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class CompositeDiagramFactory extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description CompositeDiagramFactory(ISkinSimple skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeDiagram
createEmptyDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
protected void
initCommandsList(java.util.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
-
CompositeDiagramFactory
public CompositeDiagramFactory(ISkinSimple skinParam)
-
-
Method Detail
-
initCommandsList
protected void initCommandsList(java.util.List<Command> cmds)
- Specified by:
initCommandsList
in classPSystemCommandFactory
-
createEmptyDiagram
public CompositeDiagram createEmptyDiagram(UmlSource source, java.util.Map<java.lang.String,java.lang.String> skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
-