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