Package net.sourceforge.plantuml.mindmap
Class MindMapDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.mindmap.MindMapDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class MindMapDiagramFactory extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description MindMapDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Command>
createCommands()
MindMapDiagram
createEmptyDiagram(UmlSource source, ISkinSimple skinParam)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
addCommonCommands1, addCommonCommands2, addCommonHides, addTitleCommands, 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 classPSystemCommandFactory
-
createEmptyDiagram
public MindMapDiagram createEmptyDiagram(UmlSource source, ISkinSimple skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
-