Uses of Class
net.sourceforge.plantuml.FileFormatOption
Packages that use FileFormatOption
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of FileFormatOption in net.atmp
Methods in net.atmp with parameters of type FileFormatOptionModifier and TypeMethodDescriptionstatic ImageBuilderImageBuilder.create(FileFormatOption fileFormatOption) static ImageBuilderImageBuilder.create(FileFormatOption fileFormatOption, UDrawable drawable) final voidCucaDiagram.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) protected ImageDataCucaDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected final TextBlockCucaDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return FileFormatOptionModifier and TypeMethodDescriptionprotected final FileFormatOptionSourceFileReaderAbstract.getFileFormatOption()FileFormatOption.withColorMapper(ColorMapper colorMapper) FileFormatOption.withHoverColor(String hoverColor) FileFormatOption.withPreserveAspectRatio(String preserveAspectRatio) FileFormatOption.withScale(double scale) FileFormatOption.withSvgLinkTarget(String svgLinkTarget) FileFormatOption.withTikzFontDistortion(TikzFontDistortion tikzFontDistortion) FileFormatOption.withUseRedForError()FileFormatOption.withWartermark(String watermark) Methods in net.sourceforge.plantuml with parameters of type FileFormatOptionModifier and TypeMethodDescriptionAbstractPSystem.createImageBuilder(FileFormatOption fileFormatOption) PlainDiagram.createImageBuilder(FileFormatOption fileFormatOption) TitledDiagram.createImageBuilder(FileFormatOption fileFormatOption) final ImageDataAbstractPSystem.exportDiagram(OutputStream os, int index, FileFormatOption fileFormatOption) voidAbstractPSystem.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) voidPlainDiagram.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) voidTitledDiagram.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) protected abstract ImageDataUmlDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected abstract ImageDataAbstractPSystem.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected final ImageDataNewpagedDiagram.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) protected ImageDataPlainDiagram.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected final ImageDataUmlDiagram.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) static List<FileImageData>PSystemUtils.exportDiagrams(Diagram system, SuggestedFile suggested, FileFormatOption fileFormatOption) static List<FileImageData>PSystemUtils.exportDiagrams(Diagram system, SuggestedFile suggestedFile, FileFormatOption fileFormatOption, boolean checkMetadata) SourceStringReader.generateDiagramDescription(int numImage, FileFormatOption fileFormatOption) SourceStringReader.generateDiagramDescription(FileFormatOption fileFormatOption) SourceStringReader.generateImage(OutputStream os, int numImage, FileFormatOption fileFormatOption) Deprecated.SourceStringReader.generateImage(OutputStream os, FileFormatOption fileFormatOption) Deprecated.SourceStringReader.getCMapData(int numImage, FileFormatOption fileFormatOption) protected abstract UDrawablePlainDiagram.getRootDrawable(FileFormatOption fileFormatOption) PlainStringsDiagram.getRootDrawable(FileFormatOption fileFormatOption) protected abstract TextBlockTitledDiagram.getTextMainBlock(FileFormatOption fileFormatOption) SourceStringReader.noValidStartFound(OutputStream os, FileFormatOption fileFormatOption) SourceStringReader.outputImage(OutputStream os, int numImage, FileFormatOption fileFormatOption) SourceStringReader.outputImage(OutputStream os, FileFormatOption fileFormatOption) ISourceFileReader.setFileFormatOption(FileFormatOption fileFormatOption) final ISourceFileReaderSourceFileReaderAbstract.setFileFormatOption(FileFormatOption fileFormatOption) Constructors in net.sourceforge.plantuml with parameters of type FileFormatOptionModifierConstructorDescriptionSourceFileReader(File file, File outputDirectory, FileFormatOption fileFormatOption) SourceFileReader(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption) SourceFileReaderAbstract(File file, FileFormatOption fileFormatOption, Defines defines, List<String> config, String charsetName) SourceFileReaderCopyCat(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption) SourceFileReaderHardFile(Defines defines, File file, File outputFile, List<String> config, String charset, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataActivityDiagram3.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockActivityDiagram3.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.board
Methods in net.sourceforge.plantuml.board with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataBoardDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockBoardDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm with parameters of type FileFormatOptionModifier and TypeMethodDescriptionBpmDiagram.createImageBuilder(FileFormatOption fileFormatOption) protected ImageDataBpmDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockBpmDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataChronologyDiagram.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockChronologyDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.classdiagram
Methods in net.sourceforge.plantuml.classdiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected final ImageDataClassDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected final ImageDataClassDiagram.exportLayoutExplicit(OutputStream os, int index, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.cli
Methods in net.sourceforge.plantuml.cli that return FileFormatOptionMethods in net.sourceforge.plantuml.cli with parameters of type FileFormatOptionModifier and TypeMethodDescriptionfinal voidCliOptions.setFileFormatOption(FileFormatOption newFormat) -
Uses of FileFormatOption in net.sourceforge.plantuml.core
Methods in net.sourceforge.plantuml.core with parameters of type FileFormatOptionModifier and TypeMethodDescriptionDiagram.exportDiagram(OutputStream os, int num, FileFormatOption fileFormat) Export the diagram as an image to some format.voidDiagram.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormat) -
Uses of FileFormatOption in net.sourceforge.plantuml.crash
Methods in net.sourceforge.plantuml.crash with parameters of type FileFormatOptionModifier and TypeMethodDescriptionvoidCrashReportHandler.exportDiagramError(FileFormatOption fileFormat, long seed, OutputStream os) -
Uses of FileFormatOption in net.sourceforge.plantuml.dedication
Methods in net.sourceforge.plantuml.dedication with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemDedication.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.definition
Methods in net.sourceforge.plantuml.definition with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemDefinition.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.directdot
Methods in net.sourceforge.plantuml.directdot with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected final ImageDataPSystemDot.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) -
Uses of FileFormatOption in net.sourceforge.plantuml.ditaa
Methods in net.sourceforge.plantuml.ditaa with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected final ImageDataPSystemDitaa.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) -
Uses of FileFormatOption in net.sourceforge.plantuml.donors
Methods in net.sourceforge.plantuml.donors with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemDonors.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemSkinparameterList.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataPSystemEbnf.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockPSystemEbnf.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.eggs
Methods in net.sourceforge.plantuml.eggs with parameters of type FileFormatOptionModifier and TypeMethodDescriptionPSystemCharlie.createImageBuilder(FileFormatOption fileFormatOption) protected final ImageDataPSystemPath.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) PSystemCharlie.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemColors.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemWelcome.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.elk
Methods in net.sourceforge.plantuml.elk with parameters of type FileFormatOptionModifier and TypeMethodDescriptionCucaDiagramFileMakerElk.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.emoji
Methods in net.sourceforge.plantuml.emoji with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemListEmoji.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.error
Methods in net.sourceforge.plantuml.error with parameters of type FileFormatOptionModifier and TypeMethodDescriptionPSystemError.createImageBuilder(FileFormatOption fileFormatOption) protected final ImageDataPSystemError.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) protected UDrawablePSystemError.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemUnsupported.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.filesdiagram
Methods in net.sourceforge.plantuml.filesdiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataFilesDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockFilesDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.flowdiagram
Methods in net.sourceforge.plantuml.flowdiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionFlowDiagram.createImageBuilder(FileFormatOption fileFormatOption) protected ImageDataFlowDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockFlowDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.gitlog
Methods in net.sourceforge.plantuml.gitlog with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataGitDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockGitDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.help
Methods in net.sourceforge.plantuml.help with parameters of type FileFormatOptionModifier and TypeMethodDescriptionHelp.createImageBuilder(FileFormatOption fileFormatOption) protected ImageDataHelp.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormat) protected TextBlockHelp.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.jsondiagram
Methods in net.sourceforge.plantuml.jsondiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataJsonDiagram.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockJsonDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.klimt.creole.legacy
Methods in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemCreole.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type FileFormatOptionModifier and TypeMethodDescriptionListSpriteDiagram.createImageBuilder(FileFormatOption fileFormatOption) StdlibDiagram.createImageBuilder(FileFormatOption fileFormatOption) protected ImageDataListSpriteDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected ImageDataStdlibDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected UDrawablePSystemListArchimateSprites.getRootDrawable(FileFormatOption fileFormatOption) protected TextBlockListSpriteDiagram.getTextMainBlock(FileFormatOption fileFormatOption) protected TextBlockStdlibDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.math
Methods in net.sourceforge.plantuml.math with parameters of type FileFormatOptionModifier and TypeMethodDescriptionScientificEquationSafe.export(OutputStream os, FileFormatOption fileFormat, float scale, Color foregroundColor, Color backgroundColor) protected final ImageDataPSystemLatex.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) protected final ImageDataPSystemMath.exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) -
Uses of FileFormatOption in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataMindMapDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockMindMapDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.nwdiag
Methods in net.sourceforge.plantuml.nwdiag with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataNwDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockNwDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.openiconic
Methods in net.sourceforge.plantuml.openiconic with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected UDrawablePSystemListOpenIconic.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemOpenIconic.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.oregon
Methods in net.sourceforge.plantuml.oregon with parameters of type FileFormatOptionModifier and TypeMethodDescriptionPSystemOregon.createImageBuilder(FileFormatOption fileFormatOption) protected UDrawablePSystemOregon.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataGanttDiagram.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) final intGanttDiagram.getDpi(FileFormatOption fileFormatOption) protected TextBlockGanttDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataPSystemRegex.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockPSystemRegex.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected final ImageDataPSystemSalt.exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockPSystemSalt.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot with parameters of type FileFormatOptionModifier and TypeMethodDescriptionCucaDiagramFileMakerSmetana.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionSequenceDiagram.createImageBuilder(FileFormatOption fileFormatOption) final voidSequenceDiagram.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) protected ImageDataSequenceDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormat) protected final TextBlockSequenceDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram.graphic
Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormatOptionModifierConstructorDescriptionSequenceDiagramFileMakerPuma2(SequenceDiagram diagram, Rose skin, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram.teoz
Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type FileFormatOptionModifierConstructorDescriptionSequenceDiagramFileMakerTeoz(SequenceDiagram diagram, Rose skin, FileFormatOption fileFormatOption, int index) -
Uses of FileFormatOption in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type FileFormatOptionModifier and TypeMethodDescriptionabstract ImageDataCucaDiagramFileMaker.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) CucaDiagramFileMakerSvek.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.syntax
Methods in net.sourceforge.plantuml.syntax with parameters of type FileFormatOptionModifier and TypeMethodDescriptionvoidSyntaxResult.generateDiagramDescriptionForError(OutputStream os, FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataTimingDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockTimingDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version with parameters of type FileFormatOptionModifier and TypeMethodDescriptionvoidPSystemLicense.exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption) protected UDrawablePSystemKeycheck.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemKeygen.getRootDrawable(FileFormatOption fileFormatOption) protected UDrawablePSystemLicense.getRootDrawable(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataWBSDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockWBSDiagram.getTextMainBlock(FileFormatOption fileFormatOption) -
Uses of FileFormatOption in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire with parameters of type FileFormatOptionModifier and TypeMethodDescriptionprotected ImageDataWireDiagram.exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption) protected TextBlockWireDiagram.getTextMainBlock(FileFormatOption fileFormatOption)
SourceStringReader.outputImage(OutputStream, int, FileFormatOption)instead