Package net.sourceforge.plantuml.math
Class PSystemMathFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemMath>
net.sourceforge.plantuml.math.PSystemMathFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteLine
(UmlSource source, PSystemMath system, String line) initDiagram
(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 Details
-
PSystemMathFactory
-
-
Method Details
-
initDiagram
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemMath>
-
executeLine
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemMath>
-