Class PSystemDotFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemDot>
-
- net.sourceforge.plantuml.directdot.PSystemDotFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemDotFactory extends PSystemBasicFactory<PSystemDot>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemDotFactory(DiagramType diagramType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemDot
executeLine(UmlSource source, PSystemDot system, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
PSystemDot
initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
PSystemDotFactory
public PSystemDotFactory(DiagramType diagramType)
-
-
Method Detail
-
initDiagram
public PSystemDot initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemDot>
-
executeLine
public PSystemDot executeLine(UmlSource source, PSystemDot system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemDot>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-