|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |