Uses of Class
net.sourceforge.plantuml.FileFormatOption

Packages that use FileFormatOption
net.sourceforge.plantuml   
net.sourceforge.plantuml.acearth   
net.sourceforge.plantuml.cucadiagram   
net.sourceforge.plantuml.cucadiagram.dot   
net.sourceforge.plantuml.directdot   
net.sourceforge.plantuml.ditaa   
net.sourceforge.plantuml.eggs   
net.sourceforge.plantuml.font   
net.sourceforge.plantuml.graphic   
net.sourceforge.plantuml.jcckit   
net.sourceforge.plantuml.logo   
net.sourceforge.plantuml.oregon   
net.sourceforge.plantuml.postit   
net.sourceforge.plantuml.project   
net.sourceforge.plantuml.salt   
net.sourceforge.plantuml.sequencediagram   
net.sourceforge.plantuml.sequencediagram.graphic   
net.sourceforge.plantuml.sudoku   
net.sourceforge.plantuml.svek   
net.sourceforge.plantuml.version   
 

Uses of FileFormatOption in net.sourceforge.plantuml
 

Methods in net.sourceforge.plantuml that return FileFormatOption
 FileFormatOption Option.getFileFormatOption()
           
 

Methods in net.sourceforge.plantuml with parameters of type FileFormatOption
 void UmlDiagram.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
 void PSystemError.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 void PSystem.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
protected abstract  UmlDiagramInfo UmlDiagram.exportDiagramInternal(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 List<File> PSystem.exportDiagrams(File suggestedFile, FileFormatOption fileFormatOption)
           
 List<File> AbstractPSystem.exportDiagrams(File suggestedFile, FileFormatOption fileFormat)
           
 String SourceStringReader.generateImage(OutputStream os, FileFormatOption fileFormatOption)
           
 String SourceStringReader.generateImage(OutputStream os, int numImage, FileFormatOption fileFormatOption)
           
 int UmlDiagram.getDpi(FileFormatOption fileFormatOption)
           
 double UmlDiagram.getDpiFactor(FileFormatOption fileFormatOption)
           
 void SourceFileReader2.setFileFormatOption(FileFormatOption fileFormatOption)
           
 void SourceFileReader.setFileFormatOption(FileFormatOption fileFormatOption)
           
 

Constructors in net.sourceforge.plantuml with parameters of type FileFormatOption
SourceFileReader(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption)
           
SourceFileReader(File file, File outputDirectory, FileFormatOption fileFormatOption)
           
SourceFileReader2(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
 void PSystemXearth.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.cucadiagram
 

Methods in net.sourceforge.plantuml.cucadiagram with parameters of type FileFormatOption
protected  UmlDiagramInfo CucaDiagram.exportDiagramInternal(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 List<File> CucaDiagram.exportDiagrams(File suggestedFile, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.cucadiagram.dot
 

Methods in net.sourceforge.plantuml.cucadiagram.dot with parameters of type FileFormatOption
 CucaDiagramFileMakerResult ICucaDiagramFileMaker.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
           
 CucaDiagramFileMakerResult CucaDiagramFileMaker.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.directdot
 

Methods in net.sourceforge.plantuml.directdot with parameters of type FileFormatOption
 void PSystemDot.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.ditaa
 

Methods in net.sourceforge.plantuml.ditaa with parameters of type FileFormatOption
 void PSystemDitaa.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.eggs
 

Methods in net.sourceforge.plantuml.eggs with parameters of type FileFormatOption
 void PSystemRIP.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 void PSystemPath.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 void PSystemLost.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 void PSystemEgg.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 void PSystemAppleTwo.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.font
 

Methods in net.sourceforge.plantuml.font with parameters of type FileFormatOption
 void PSystemListFonts.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.graphic
 

Methods in net.sourceforge.plantuml.graphic with parameters of type FileFormatOption
 void GraphicStrings.writeImage(OutputStream os, FileFormatOption fileFormat)
           
 void GraphicStrings.writeImage(OutputStream os, String metadata, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.jcckit
 

Methods in net.sourceforge.plantuml.jcckit with parameters of type FileFormatOption
 void PSystemJcckit.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.logo
 

Methods in net.sourceforge.plantuml.logo with parameters of type FileFormatOption
 void PSystemLogo.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.oregon
 

Methods in net.sourceforge.plantuml.oregon with parameters of type FileFormatOption
 void PSystemOregon.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.postit
 

Methods in net.sourceforge.plantuml.postit with parameters of type FileFormatOption
protected  UmlDiagramInfo PostItDiagram.exportDiagramInternal(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.project
 

Methods in net.sourceforge.plantuml.project with parameters of type FileFormatOption
 void PSystemProject.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.salt
 

Methods in net.sourceforge.plantuml.salt with parameters of type FileFormatOption
 void PSystemSalt.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram
 

Methods in net.sourceforge.plantuml.sequencediagram with parameters of type FileFormatOption
protected  UmlDiagramInfo SequenceDiagram.exportDiagramInternal(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat, List<BufferedImage> flashcodes)
           
 List<File> SequenceDiagram.exportDiagrams(File suggestedFile, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.sequencediagram.graphic
 

Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormatOption
SequenceDiagramFileMaker(SequenceDiagram sequenceDiagram, Skin skin, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.sudoku
 

Methods in net.sourceforge.plantuml.sudoku with parameters of type FileFormatOption
 void PSystemSudoku.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.svek
 

Methods in net.sourceforge.plantuml.svek with parameters of type FileFormatOption
 CucaDiagramFileMakerResult CucaDiagramFileMakerSvek.createFile(OutputStream os, List<String> dotStrings, FileFormatOption fileFormatOption)
           
 

Uses of FileFormatOption in net.sourceforge.plantuml.version
 

Methods in net.sourceforge.plantuml.version with parameters of type FileFormatOption
 void PSystemVersion.exportDiagram(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormat)
           
 



Copyright © 2012. All Rights Reserved.