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
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected java.util.List<Command>
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GanttDiagramFactory
-
-
Method Details
-
createCommands
- Specified by:
createCommands
in classPSystemCommandFactory
-
clearCache
public static void clearCache() -
createEmptyDiagram
- Specified by:
createEmptyDiagram
in classPSystemCommandFactory
-