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 PSystemDotexecuteLine(UmlSource source, PSystemDot system, String line)PSystemDotinitDiagram(UmlSource source, String startLine)-
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, String startLine)
- Specified by:
initDiagramin classPSystemBasicFactory<PSystemDot>
-
executeLine
public PSystemDot executeLine(UmlSource source, PSystemDot system, String line)
- Specified by:
executeLinein classPSystemBasicFactory<PSystemDot>
-
-