Class ClassDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.classdiagram.ClassDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class ClassDiagramFactory extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description ClassDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Command>
createCommands()
ClassDiagram
createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
createEmptyDiagram
public ClassDiagram createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
createCommands
protected List<Command> createCommands()
- Specified by:
createCommands
in classPSystemCommandFactory
-
-