Package net.sourceforge.plantuml.command
Class PSystemCommandFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemCommandFactory
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
ActivityDiagramFactory,ActivityDiagramFactory3,BoardDiagramFactory,BpmDiagramFactory,ClassDiagramFactory,CompositeDiagramFactory,DescriptionDiagramFactory,FlowDiagramFactory,GanttDiagramFactory,HelpFactory,ListSpriteDiagramFactory,MindMapDiagramFactory,NwDiagramFactory,PSystemSaltFactory2,SequenceDiagramFactory,StateDiagramFactory,StdlibDiagramFactory,TimingDiagramFactory,WBSDiagramFactory,WireDiagramFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractPSystemcreateEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam) final DiagramcreateSystem(ThemeStyle style, UmlSource source, ISkinSimple skinParam) Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemCommandFactory
protected PSystemCommandFactory() -
PSystemCommandFactory
-
-
Method Details
-
createCommands
-
createEmptyDiagram
public abstract AbstractPSystem createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam) -
createSystem
-