Class ListSpriteDiagramFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemCommandFactory
net.sourceforge.plantuml.klimt.sprite.ListSpriteDiagramFactory
- All Implemented Interfaces:
PSystemFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) protected voidinitCommandsList(List<Command> cmds) Methods inherited from class net.sourceforge.plantuml.command.PSystemCommandFactory
createSystemMethods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
Constructor Details
-
ListSpriteDiagramFactory
public ListSpriteDiagramFactory()
-
-
Method Details
-
initCommandsList
- Specified by:
initCommandsListin classPSystemCommandFactory
-
createEmptyDiagram
public ListSpriteDiagram createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) - Specified by:
createEmptyDiagramin classPSystemCommandFactory
-
getUmlDiagramType
-