Uses of Class
net.sourceforge.plantuml.FileFormat

Packages that use FileFormat
net.sourceforge.plantuml   
net.sourceforge.plantuml.asciiart   
net.sourceforge.plantuml.cucadiagram.dot   
net.sourceforge.plantuml.sequencediagram.graphic   
net.sourceforge.plantuml.xmi   
 

Uses of FileFormat in net.sourceforge.plantuml
 

Methods in net.sourceforge.plantuml that return FileFormat
 FileFormat Option.getFileFormat()
           
 FileFormat FileFormatOption.getFileFormat()
           
static FileFormat FileFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileFormat[] FileFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.plantuml with parameters of type FileFormat
 void Option.setFileFormat(FileFormat fileFormat)
           
 

Constructors in net.sourceforge.plantuml with parameters of type FileFormat
FileFormatOption(FileFormat fileFormat)
           
FileFormatOption(FileFormat fileFormat, AffineTransform at)
           
 

Uses of FileFormat in net.sourceforge.plantuml.asciiart
 

Constructors in net.sourceforge.plantuml.asciiart with parameters of type FileFormat
ComponentTextActiveLine(FileFormat fileFormat)
           
ComponentTextActor(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextArrow(ComponentType type, ArrowConfiguration config, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextDivider(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextGroupingBody(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextGroupingElse(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextGroupingHeader(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextGroupingTail(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextLine(FileFormat fileFormat)
           
ComponentTextNote(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextParticipant(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
ComponentTextSelfArrow(ComponentType type, ArrowConfiguration config, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat)
           
TextSkin(FileFormat fileFormat)
           
 

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

Methods in net.sourceforge.plantuml.cucadiagram.dot with parameters of type FileFormat
 List<File> CucaDiagramFileMakerBeta.createFile(File suggested, List<String> dotStrings, FileFormat fileFormat)
           
 void CucaDiagramFileMakerBeta.createFile(OutputStream os, List<String> dotStrings, FileFormat fileFormat)
           
 GraphvizMaker GraphvizLayoutStrategy.getGraphvizMaker(DotData data, List<String> dotStrings, FileFormat fileFormat)
           
 File DrawFile.getPngOrEps(FileFormat format)
           
 

Constructors in net.sourceforge.plantuml.cucadiagram.dot with parameters of type FileFormat
CucaDiagramSimplifier(CucaDiagram diagram, List<String> dotStrings, FileFormat fileFormat)
           
CucaDiagramTxtMaker(CucaDiagram diagram, FileFormat fileFormat)
           
DotExpression(ColorMapper colorMapper, String html, int defaultFontSize, HtmlColor color, String fontFamily, int style, FileFormat fileFormat)
           
DotMaker(DotData data, List<String> dotStrings, FileFormat fileFormat)
           
GroupPngMaker(CucaDiagram diagram, Group group, FileFormat fileFormat)
           
 

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

Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormat
static File SequenceDiagramFileMaker.computeFilename(File pngFile, int i, FileFormat fileFormat)
           
 

Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormat
SequenceDiagramTxtMaker(SequenceDiagram sequenceDiagram, FileFormat fileFormat)
           
 

Uses of FileFormat in net.sourceforge.plantuml.xmi
 

Constructors in net.sourceforge.plantuml.xmi with parameters of type FileFormat
CucaDiagramXmiMaker(CucaDiagram diagram, FileFormat fileFormat)
           
 



Copyright © 2012. All Rights Reserved.