Package net.sourceforge.plantuml.wire
Class WireDiagramFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemCommandFactory
net.sourceforge.plantuml.wire.WireDiagramFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEmptyDiagram
(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) protected void
initCommandsList
(List<Command> cmds) Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
WireDiagramFactory
public WireDiagramFactory()
-
-
Method Details
-
initCommandsList
- Specified by:
initCommandsList
in classPSystemCommandFactory
-
createEmptyDiagram
public WireDiagram createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) - Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
getUmlDiagramType
-