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 TypeMethodDescriptionprotected final voidaddCommonCommands1(List<Command> cmds) protected final voidaddCommonCommands2(List<Command> cmds) protected final voidaddCommonHides(List<Command> cmds) protected final voidaddTitleCommands(List<Command> cmds) abstract AbstractPSystemcreateEmptyDiagram(UmlSource source, ISkinSimple skinParam) final DiagramcreateSystem(UmlSource source, ISkinSimple skinParam) Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
PSystemCommandFactory
protected PSystemCommandFactory() -
PSystemCommandFactory
-
-
Method Details
-
createSystem
-
createCommands
-
createEmptyDiagram
-
addCommonCommands1
-
addCommonCommands2
-
addCommonHides
-
addTitleCommands
-
getDescription
-