Package net.sourceforge.plantuml.math
Class PSystemLatexFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemLatex>
-
- net.sourceforge.plantuml.math.PSystemLatexFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemLatexFactory extends PSystemBasicFactory<PSystemLatex>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemLatexFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemLatex
executeLine(UmlSource source, PSystemLatex system, String line)
PSystemLatex
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 Detail
-
PSystemLatexFactory
public PSystemLatexFactory(DiagramType type)
-
-
Method Detail
-
initDiagram
public PSystemLatex initDiagram(UmlSource source, String startLine)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemLatex>
-
executeLine
public PSystemLatex executeLine(UmlSource source, PSystemLatex system, String line)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemLatex>
-
-