Uses of Class
net.sourceforge.plantuml.core.UmlSource
Packages that use UmlSource
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of UmlSource in net.atmp
ModifierConstructorDescriptionCucaDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlSource in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return UmlSourceConstructors in net.sourceforge.plantuml with parameters of type UmlSourceModifierConstructorDescriptionAbstractPSystem(UmlSource source) NewpagedDiagram(UmlSource source, AbstractPSystem diag1, AbstractPSystem diag2) PlainDiagram(UmlSource source) PlainStringsDiagram(UmlSource source) TitledDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) UmlDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlSource in net.sourceforge.plantuml.acearth
Methods in net.sourceforge.plantuml.acearth with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemXearthFactory.executeLine(UmlSource source, PSystemXearth system, String line) PSystemXearthFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.acearth with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionActivityDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.activitydiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type UmlSourceModifier and TypeMethodDescriptionActivityDiagramFactory3.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.api
Methods in net.sourceforge.plantuml.api with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.board
Methods in net.sourceforge.plantuml.board with parameters of type UmlSourceModifier and TypeMethodDescriptionBoardDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.board with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm with parameters of type UmlSourceModifier and TypeMethodDescriptionBpmDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.bpm with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology with parameters of type UmlSourceModifier and TypeMethodDescriptionChronologyDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.chronology with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.classdiagram
Methods in net.sourceforge.plantuml.classdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionClassDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.classdiagram with parameters of type UmlSourceModifierConstructorDescriptionAbstractEntityDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) ClassDiagram(UmlSource source, Map<String, String> skinParam) -
Uses of UmlSource in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected final PSystemErrorPSystemAbstractFactory.buildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace) protected final PSystemErrorPSystemAbstractFactory.buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace) abstract AbstractPSystemPSystemCommandFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) final DiagramPSystemBasicFactory.createSystem(UmlSource source, Map<String, String> skinParam) final DiagramPSystemCommandFactory.createSystem(UmlSource source, Map<String, String> skinParam) final DiagramPSystemSingleLineFactory.createSystem(UmlSource source, Map<String, String> skinParam) abstract PPSystemBasicFactory.executeLine(UmlSource source, P system, String line) protected abstract AbstractPSystemPSystemSingleLineFactory.executeLine(UmlSource source, String line) abstract PPSystemBasicFactory.initDiagram(UmlSource source, String startLine) -
Uses of UmlSource in net.sourceforge.plantuml.compositediagram
Methods in net.sourceforge.plantuml.compositediagram with parameters of type UmlSourceModifier and TypeMethodDescriptionCompositeDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.compositediagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.core
Methods in net.sourceforge.plantuml.core that return UmlSourceModifier and TypeMethodDescriptionstatic UmlSourceUmlSource.create(List<StringLocated> source, boolean checkEndingBackslash) static UmlSourceUmlSource.createWithRaw(List<StringLocated> source, boolean checkEndingBackslash, List<StringLocated> rawSource) Build the source from a text.Diagram.getSource()The original source of the diagramUmlSource.removeInitialSkinparam() -
Uses of UmlSource in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.dedication
Methods in net.sourceforge.plantuml.dedication with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected AbstractPSystemPSystemDedicationFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.dedication with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.definition
Methods in net.sourceforge.plantuml.definition with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemDefinitionFactory.executeLine(UmlSource source, PSystemDefinition system, String line) PSystemDefinitionFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.definition with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.descdiagram
Methods in net.sourceforge.plantuml.descdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionDescriptionDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.descdiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.directdot
Methods in net.sourceforge.plantuml.directdot with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemDotFactory.executeLine(UmlSource source, PSystemDot system, String line) PSystemDotFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.directdot with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.ditaa
Methods in net.sourceforge.plantuml.ditaa with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemDitaaFactory.executeLine(UmlSource source, PSystemDitaa system, String line) PSystemDitaaFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.ditaa with parameters of type UmlSourceModifierConstructorDescriptionPSystemDitaa(UmlSource source, String data, boolean performSeparationOfCommonEdges, boolean dropShadows, boolean allCornersAreRound, boolean transparentBackground, float scale, Font font, boolean forceFontSize) -
Uses of UmlSource in net.sourceforge.plantuml.donors
Methods in net.sourceforge.plantuml.donors with parameters of type UmlSourceModifier and TypeMethodDescriptionstatic PSystemDonorsstatic PSystemSkinparameterListprotected AbstractPSystemPSystemDonorsFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemSkinparameterListFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.donors with parameters of type UmlSourceModifierConstructorDescriptionPSystemDonors(UmlSource source) PSystemSkinparameterList(UmlSource source) -
Uses of UmlSource in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemEbnfFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.ebnf with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.eggs
Methods in net.sourceforge.plantuml.eggs with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemWelcomeFactory.createSystem(UmlSource source, Map<String, String> skinParam) protected AbstractPSystemPSystemAppleTwoFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemCharlieFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemColorsFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemEggFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemLostFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemPathFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemRIPFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.eggs with parameters of type UmlSourceModifierConstructorDescriptionPSystemAppleTwo(UmlSource source) PSystemColors(UmlSource source, String option) PSystemLost(UmlSource source) PSystemPath(UmlSource source, String s) PSystemRIP(UmlSource source) PSystemWelcome(UmlSource source, GraphicPosition position) -
Uses of UmlSource in net.sourceforge.plantuml.emoji
Methods in net.sourceforge.plantuml.emoji with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected AbstractPSystemPSystemListEmojiFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.emoji with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.error
Methods in net.sourceforge.plantuml.error with parameters of type UmlSourceModifier and TypeMethodDescriptionstatic PSystemErrorPSystemErrorUtils.buildV2(UmlSource source, ErrorUml singleError, List<String> debugLines, List<StringLocated> list) Constructors in net.sourceforge.plantuml.error with parameters of type UmlSourceModifierConstructorDescriptionPSystemError(UmlSource source) PSystemErrorEmpty(UmlSource source, List<StringLocated> trace, ErrorUml singleError) PSystemErrorV2(UmlSource source, List<StringLocated> trace, ErrorUml singleError) PSystemUnsupported(UmlSource source) -
Uses of UmlSource in net.sourceforge.plantuml.filesdiagram
Methods in net.sourceforge.plantuml.filesdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionFilesDiagramFactory.createSystem(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.filesdiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.flowdiagram
Methods in net.sourceforge.plantuml.flowdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionFlowDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.flowdiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.font
Methods in net.sourceforge.plantuml.font with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected AbstractPSystemPSystemListFontsFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.font with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.gitlog
Methods in net.sourceforge.plantuml.gitlog with parameters of type UmlSourceModifier and TypeMethodDescriptionGitDiagramFactory.createSystem(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.gitlog with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.hcl
Methods in net.sourceforge.plantuml.hcl with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.help
Methods in net.sourceforge.plantuml.help with parameters of type UmlSourceModifier and TypeMethodDescriptionHelpFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.help with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.jcckit
Methods in net.sourceforge.plantuml.jcckit with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemJcckitFactory.executeLine(UmlSource source, PSystemJcckit system, String line) PSystemJcckitFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.jcckit with parameters of type UmlSourceModifierConstructorDescriptionPSystemJcckit(UmlSource source, Properties p, int width, int height) -
Uses of UmlSource in net.sourceforge.plantuml.jsondiagram
Methods in net.sourceforge.plantuml.jsondiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionJsonDiagramFactory.createSystem(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.jsondiagram with parameters of type UmlSourceModifierConstructorDescriptionJsonDiagram(UmlSource source, UmlDiagramType type, JsonValue json, List<Highlighted> highlighted, StyleExtractor styleExtractor) -
Uses of UmlSource in net.sourceforge.plantuml.klimt.creole.legacy
Methods in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemCreoleFactory.executeLine(UmlSource source, PSystemCreole system, String line) PSystemCreoleFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type UmlSourceModifier and TypeMethodDescriptionListSpriteDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) StdlibDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) protected AbstractPSystemPSystemListInternalSpritesFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.klimt.sprite with parameters of type UmlSourceModifierConstructorDescriptionListSpriteDiagram(UmlSource source, Map<String, String> skinParam) PSystemListInternalSprites(UmlSource source) StdlibDiagram(UmlSource source, Map<String, String> skinParam) -
Uses of UmlSource in net.sourceforge.plantuml.math
Methods in net.sourceforge.plantuml.math with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemLatexFactory.executeLine(UmlSource source, PSystemLatex system, String line) PSystemMathFactory.executeLine(UmlSource source, PSystemMath system, String line) PSystemLatexFactory.initDiagram(UmlSource source, String startLine) PSystemMathFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.math with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type UmlSourceModifier and TypeMethodDescriptionMindMapDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.mindmap with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.nwdiag
Methods in net.sourceforge.plantuml.nwdiag with parameters of type UmlSourceModifier and TypeMethodDescriptionNwDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.nwdiag with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.objectdiagram
Constructors in net.sourceforge.plantuml.objectdiagram with parameters of type UmlSourceModifierConstructorDescriptionAbstractClassOrObjectDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlSource in net.sourceforge.plantuml.openiconic
Methods in net.sourceforge.plantuml.openiconic with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected AbstractPSystemPSystemListOpenIconicFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemOpenIconicFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.openiconic with parameters of type UmlSourceModifierConstructorDescriptionPSystemListOpenIconic(UmlSource source) PSystemOpenIconic(UmlSource source, String iconName, double factor) -
Uses of UmlSource in net.sourceforge.plantuml.oregon
Methods in net.sourceforge.plantuml.oregon with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemOregonFactory.executeLine(UmlSource source, PSystemOregon system, String line) PSystemOregonFactory.initDiagram(UmlSource source, String startLine) Constructors in net.sourceforge.plantuml.oregon with parameters of type UmlSourceModifierConstructorDescriptionPSystemOregon(UmlSource source) PSystemOregon(UmlSource source, Keyboard keyboard) Deprecated. -
Uses of UmlSource in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type UmlSourceModifier and TypeMethodDescriptionGanttDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.project with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemRegexFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.regexdiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt with parameters of type UmlSourceModifier and TypeMethodDescriptionPSystemSaltFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.salt with parameters of type UmlSourceModifierConstructorDescriptionPSystemSalt(UmlSource source) PSystemSalt(UmlSource source, List<String> data) Deprecated. -
Uses of UmlSource in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type UmlSourceModifier and TypeMethodDescriptionSequenceDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.statediagram
Methods in net.sourceforge.plantuml.statediagram with parameters of type UmlSourceModifier and TypeMethodDescriptionStateDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.statediagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.stats
Methods in net.sourceforge.plantuml.stats with parameters of type UmlSourceModifier and TypeMethodDescriptionstatic PSystemStatsprotected AbstractPSystemPSystemStatsFactory.executeLine(UmlSource source, String line) -
Uses of UmlSource in net.sourceforge.plantuml.sudoku
Methods in net.sourceforge.plantuml.sudoku with parameters of type UmlSourceModifier and TypeMethodDescriptionprotected AbstractPSystemPSystemSudokuFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.sudoku with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.svek
Constructors in net.sourceforge.plantuml.svek with parameters of type UmlSourceModifierConstructorDescriptionGeneralImageBuilder(DotData dotData, EntityFactory entityFactory, UmlSource source, Pragma pragma, StringBounder stringBounder, SName styleName) -
Uses of UmlSource in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type UmlSourceModifier and TypeMethodDescriptionTimingDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.timingdiagram with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version with parameters of type UmlSourceModifier and TypeMethodDescriptionstatic PSystemLicensestatic PSystemVersionPSystemVersion.createKeyDistributor(UmlSource source) static PSystemVersionPSystemVersion.createShowAuthors2(UmlSource source) static PSystemVersionPSystemVersion.createShowVersion2(UmlSource source) static PSystemVersionPSystemVersion.createStdLib(UmlSource source) static PSystemVersionPSystemVersion.createTestDot(UmlSource source) protected AbstractPSystemPSystemLicenseFactory.executeLine(UmlSource source, String line) protected AbstractPSystemPSystemVersionFactory.executeLine(UmlSource source, String line) Constructors in net.sourceforge.plantuml.version with parameters of type UmlSourceModifierConstructorDescriptionPSystemKeycheck(UmlSource source, String sig, String key) PSystemKeygen(UmlSource source, String key) PSystemLicense(UmlSource source) -
Uses of UmlSource in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type UmlSourceModifier and TypeMethodDescriptionWBSDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.wbs with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire with parameters of type UmlSourceModifier and TypeMethodDescriptionWireDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) Constructors in net.sourceforge.plantuml.wire with parameters of type UmlSource -
Uses of UmlSource in net.sourceforge.plantuml.yaml
Methods in net.sourceforge.plantuml.yaml with parameters of type UmlSource