Uses of Class
net.sourceforge.plantuml.FileFormatOption
-
-
Uses of FileFormatOption in net.atmp
Methods in net.atmp with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
CucaDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
static ImageBuilder
ImageBuilder. imageBuilder(FileFormatOption fileFormatOption)
static ImageBuilder
ImageBuilder. plainImageBuilder(UDrawable drawable, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return FileFormatOption Modifier and Type Method Description FileFormatOption
Option. getFileFormatOption()
protected FileFormatOption
SourceFileReaderAbstract. getFileFormatOption()
FileFormatOption
FileFormatOption. withColorMapper(ColorMapper colorMapper)
FileFormatOption
FileFormatOption. withHoverColor(String hoverColor)
FileFormatOption
FileFormatOption. withPreserveAspectRatio(String preserveAspectRatio)
FileFormatOption
FileFormatOption. withScale(double scale)
FileFormatOption
FileFormatOption. withSvgLinkTarget(String svgLinkTarget)
FileFormatOption
FileFormatOption. withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
FileFormatOption
FileFormatOption. withUseRedForError()
FileFormatOption
FileFormatOption. withWartermark(String watermark)
Methods in net.sourceforge.plantuml with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
AbstractPSystem. createImageBuilder(FileFormatOption fileFormatOption)
ImageBuilder
PlainDiagram. createImageBuilder(FileFormatOption fileFormatOption)
ImageBuilder
TitledDiagram. createImageBuilder(FileFormatOption fileFormatOption)
ImageData
AbstractPSystem. exportDiagram(OutputStream os, int index, FileFormatOption fileFormatOption)
static void
UmlDiagram. exportDiagramError(OutputStream os, Throwable exception, FileFormatOption fileFormat, long seed, String metadata, String flash, List<String> strings)
protected abstract ImageData
UmlDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
protected abstract ImageData
AbstractPSystem. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
protected ImageData
NewpagedDiagram. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
protected ImageData
PlainDiagram. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
protected ImageData
UmlDiagram. 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)
DiagramDescription
SourceStringReader. generateDiagramDescription(int numImage, FileFormatOption fileFormatOption)
DiagramDescription
SourceStringReader. generateDiagramDescription(FileFormatOption fileFormatOption)
String
SourceStringReader. generateImage(OutputStream os, int numImage, FileFormatOption fileFormatOption)
Deprecated.String
SourceStringReader. generateImage(OutputStream os, FileFormatOption fileFormatOption)
Deprecated.String
SourceStringReader. getCMapData(int numImage, FileFormatOption fileFormatOption)
protected abstract UDrawable
PlainDiagram. getRootDrawable(FileFormatOption fileFormatOption)
UDrawable
PlainStringsDiagram. getRootDrawable(FileFormatOption fileFormatOption)
ImageData
SourceStringReader. noStartumlFound(OutputStream os, FileFormatOption fileFormatOption)
DiagramDescription
SourceStringReader. outputImage(OutputStream os, int numImage, FileFormatOption fileFormatOption)
DiagramDescription
SourceStringReader. outputImage(OutputStream os, FileFormatOption fileFormatOption)
ISourceFileReader
ISourceFileReader. setFileFormatOption(FileFormatOption fileFormatOption)
void
Option. setFileFormatOption(FileFormatOption newFormat)
ISourceFileReader
SourceFileReaderAbstract. setFileFormatOption(FileFormatOption fileFormatOption)
Constructors in net.sourceforge.plantuml with parameters of type FileFormatOption Constructor Description SourceFileReader(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.acearth
Methods in net.sourceforge.plantuml.acearth with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemXearth. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
ActivityDiagram3. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.board
Methods in net.sourceforge.plantuml.board with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
BoardDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
BpmDiagram. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
BpmDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.classdiagram
Methods in net.sourceforge.plantuml.classdiagram with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
ClassDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
protected ImageData
ClassDiagram. exportLayoutExplicit(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.core
Methods in net.sourceforge.plantuml.core with parameters of type FileFormatOption Modifier and Type Method Description ImageData
Diagram. exportDiagram(OutputStream os, int num, FileFormatOption fileFormat)
Export the diagram as an image to some format. -
Uses of FileFormatOption in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
ICucaDiagram. createImageBuilder(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.dedication
Methods in net.sourceforge.plantuml.dedication with parameters of type FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemDedication. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.definition
Methods in net.sourceforge.plantuml.definition with parameters of type FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemDefinition. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.directdot
Methods in net.sourceforge.plantuml.directdot with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemDot. 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 FileFormatOption Modifier and Type Method Description protected ImageData
PSystemDitaa. 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 FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemDonors. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemSkinparameterList. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemEbnf. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.eggs
Methods in net.sourceforge.plantuml.eggs with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
PSystemCharlie. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
PSystemPath. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
UDrawable
PSystemCharlie. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemColors. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemWelcome. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.elk
Methods in net.sourceforge.plantuml.elk with parameters of type FileFormatOption Modifier and Type Method Description ImageData
CucaDiagramFileMakerElk. 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 FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemListEmoji. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.error
Methods in net.sourceforge.plantuml.error with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
PSystemError. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
PSystemError. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
protected UDrawable
PSystemError. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.flowdiagram
Methods in net.sourceforge.plantuml.flowdiagram with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
FlowDiagram. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
FlowDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.gitlog
Methods in net.sourceforge.plantuml.gitlog with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
GitDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.help
Methods in net.sourceforge.plantuml.help with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
Help. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
Help. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.jcckit
Methods in net.sourceforge.plantuml.jcckit with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemJcckit. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.jsondiagram
Methods in net.sourceforge.plantuml.jsondiagram with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
JsonDiagram. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.klimt.creole.legacy
Methods in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemCreole. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
ListSpriteDiagram. createImageBuilder(FileFormatOption fileFormatOption)
ImageBuilder
StdlibDiagram. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
ListSpriteDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
protected ImageData
StdlibDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
protected UDrawable
PSystemListInternalSprites. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.logo
Methods in net.sourceforge.plantuml.logo with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemLogo. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.math
Methods in net.sourceforge.plantuml.math with parameters of type FileFormatOption Modifier and Type Method Description ImageData
ScientificEquationSafe. export(OutputStream os, FileFormatOption fileFormat, float scale, Color foregroundColor, Color backgroundColor)
protected ImageData
PSystemLatex. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
protected ImageData
PSystemMath. 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 FileFormatOption Modifier and Type Method Description protected ImageData
MindMapDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.nwdiag
Methods in net.sourceforge.plantuml.nwdiag with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
NwDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.openiconic
Methods in net.sourceforge.plantuml.openiconic with parameters of type FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemListOpenIconic. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemOpenIconic. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.oregon
Methods in net.sourceforge.plantuml.oregon with parameters of type FileFormatOption Modifier and Type Method Description ImageBuilder
PSystemOregon. createImageBuilder(FileFormatOption fileFormatOption)
protected UDrawable
PSystemOregon. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
GanttDiagram. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
int
GanttDiagram. getDpi(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemRegex. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemSalt. exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot with parameters of type FileFormatOption Modifier and Type Method Description ImageData
CucaDiagramFileMakerSmetana. 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 FileFormatOption Modifier and Type Method Description ImageBuilder
SequenceDiagram. createImageBuilder(FileFormatOption fileFormatOption)
protected ImageData
SequenceDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram.graphic
Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormatOption Constructor Description SequenceDiagramFileMakerPuma2(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 FileFormatOption Constructor Description SequenceDiagramFileMakerTeoz(SequenceDiagram diagram, Rose skin, FileFormatOption fileFormatOption, int index)
-
Uses of FileFormatOption in net.sourceforge.plantuml.sudoku
Methods in net.sourceforge.plantuml.sudoku with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
PSystemSudoku. exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
-
Uses of FileFormatOption in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type FileFormatOption Modifier and Type Method Description ImageData
CucaDiagramFileMaker. createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
ImageData
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 FileFormatOption Modifier and Type Method Description void
SyntaxResult. generateDiagramDescriptionForError(OutputStream os, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
TimingDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version with parameters of type FileFormatOption Modifier and Type Method Description protected UDrawable
PSystemKeycheck. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemKeygen. getRootDrawable(FileFormatOption fileFormatOption)
protected UDrawable
PSystemLicense. getRootDrawable(FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
WBSDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-
Uses of FileFormatOption in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire with parameters of type FileFormatOption Modifier and Type Method Description protected ImageData
WireDiagram. exportDiagramInternal(OutputStream os, int index, FileFormatOption fileFormatOption)
-