Package net.sourceforge.plantuml.command
Class PSystemSingleLineFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
net.sourceforge.plantuml.command.PSystemSingleLineFactory
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
PSystemAppleTwoFactory
,PSystemCharlieFactory
,PSystemColorsFactory
,PSystemDedicationFactory
,PSystemDonorsFactory
,PSystemEggFactory
,PSystemLicenseFactory
,PSystemListEmojiFactory
,PSystemListFontsFactory
,PSystemListInternalSpritesFactory
,PSystemListOpenIconicFactory
,PSystemLostFactory
,PSystemOpenIconicFactory
,PSystemPathFactory
,PSystemRIPFactory
,PSystemSkinparameterListFactory
,PSystemStatsFactory
,PSystemVersionFactory
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Diagram
createSystem
(ThemeStyle style, UmlSource source, ISkinSimple skinParam) protected abstract AbstractPSystem
executeLine
(UmlSource source, java.lang.String line) 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
-
PSystemSingleLineFactory
protected PSystemSingleLineFactory()
-
-
Method Details
-
executeLine
-
createSystem
-