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
public abstract class PSystemCommandFactory extends PSystemAbstractFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PSystemCommandFactory()
protected
PSystemCommandFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract List<Command>
createCommands()
abstract AbstractPSystem
createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
Diagram
createSystem(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
PSystemCommandFactory
protected PSystemCommandFactory()
-
PSystemCommandFactory
protected PSystemCommandFactory(DiagramType type)
-
-
Method Detail
-
createEmptyDiagram
public abstract AbstractPSystem createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
-
createSystem
public final Diagram createSystem(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
-
-