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(DiagramType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
clearCache()
protected List<Command>
createCommands()
GanttDiagram
createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Constructor Detail
-
GanttDiagramFactory
public GanttDiagramFactory(DiagramType type)
-
-
Method Detail
-
createCommands
protected List<Command> createCommands()
- Specified by:
createCommands
in classPSystemCommandFactory
-
clearCache
public static void clearCache()
-
createEmptyDiagram
public GanttDiagram createEmptyDiagram(ThemeStyle style, UmlSource source, ISkinSimple skinParam)
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-
-