Package net.sourceforge.plantuml.font
Class PSystemListFontsFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemSingleLineFactory
-
- net.sourceforge.plantuml.font.PSystemListFontsFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemListFontsFactory extends PSystemSingleLineFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemListFontsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPSystem
executeLine(java.lang.String line)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemSingleLineFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
executeLine
protected AbstractPSystem executeLine(java.lang.String line)
- Specified by:
executeLine
in classPSystemSingleLineFactory
-
-