Package net.sourceforge.plantuml.eggs
Class PSystemWelcomeFactory
- java.lang.Object
-
- net.sourceforge.plantuml.eggs.PSystemWelcomeFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemWelcomeFactory extends Object implements PSystemFactory
-
-
Constructor Summary
Constructors Constructor Description PSystemWelcomeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Diagram
createSystem(UmlSource source, Map<String,String> skinParam)
DiagramType
getDiagramType()
-
-
-
Method Detail
-
createSystem
public Diagram createSystem(UmlSource source, Map<String,String> skinParam)
- Specified by:
createSystem
in interfacePSystemFactory
-
getDiagramType
public DiagramType getDiagramType()
- Specified by:
getDiagramType
in interfacePSystemFactory
-
-