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