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
(ThemeStyle style, UmlSource source, PSystemMath system, java.lang.String line) initDiagram
(ThemeStyle style, UmlSource source, java.lang.String startLine) Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PSystemMathFactory
-
-
Method Details
-
initDiagram
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemMath>
-
executeLine
public PSystemMath executeLine(ThemeStyle style, UmlSource source, PSystemMath system, java.lang.String line) - Specified by:
executeLine
in classPSystemBasicFactory<PSystemMath>
-