Package net.sourceforge.plantuml.project
Class GanttDiagramFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemCommandFactory
-
- net.sourceforge.plantuml.project.GanttDiagramFactory
-
- All Implemented Interfaces:
PSystemFactory
public class GanttDiagramFactory extends PSystemCommandFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description GanttDiagramFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GanttDiagram
createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
UmlDiagramType
getUmlDiagramType()
protected void
initCommandsList(java.util.List<Command> cmds)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
initCommandsList
protected void initCommandsList(java.util.List<Command> cmds)
- Specified by:
initCommandsList
in classPSystemCommandFactory
-
createEmptyDiagram
public GanttDiagram createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
-