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, java.lang.String line, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
PSystemLatex
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
-
PSystemLatexFactory
public PSystemLatexFactory(DiagramType type)
-
-
Method Detail
-
initDiagram
public PSystemLatex initDiagram(UmlSource source, java.lang.String startLine, PreprocessingArtifact preprocessing)
- Specified by:
initDiagram
in classPSystemBasicFactory<PSystemLatex>
-
executeLine
public PSystemLatex executeLine(UmlSource source, PSystemLatex system, java.lang.String line, PreprocessingArtifact preprocessing)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemLatex>
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-