Uses of Enum Class
net.sourceforge.plantuml.FileFormat
Packages that use FileFormat
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of FileFormat in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return FileFormatModifier and TypeMethodDescriptionfinal FileFormat
FileFormatOption.getFileFormat()
static FileFormat
Returns the enum constant of this class with the specified name.static FileFormat[]
FileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml with parameters of type FileFormatModifier and TypeMethodDescriptionfinal void
Option.setFileFormat
(FileFormat fileFormat) Deprecated.Constructors in net.sourceforge.plantuml with parameters of type FileFormatModifierConstructorDescriptionFileFormatOption
(FileFormat fileFormat) FileFormatOption
(FileFormat fileFormat, boolean withMetadata) -
Uses of FileFormat in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type FileFormatModifier and TypeMethodDescriptionstatic Display
ComponentTextArrow.cleanAndManageBoldNumber
(Display orig, FileFormat fileFormat) Constructors in net.sourceforge.plantuml.asciiart with parameters of type FileFormatModifierConstructorDescriptionComponentTextActiveLine
(FileFormat fileFormat) ComponentTextActor
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat, AsciiShape shape) ComponentTextArrow
(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength) ComponentTextDelay
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextDivider
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingBody
(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingElse
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingHeader
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingTail
(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat) ComponentTextLine
(ComponentType type, FileFormat fileFormat) ComponentTextNewpage
(FileFormat fileFormat) ComponentTextNote
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextParticipant
(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextReference
(Display stringsToDisplay, FileFormat fileFormat) ComponentTextSelfArrow
(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat) TextSkin
(FileFormat fileFormat) -
Uses of FileFormat in net.sourceforge.plantuml.dot
Constructors in net.sourceforge.plantuml.dot with parameters of type FileFormat -
Uses of FileFormat in net.sourceforge.plantuml.file
Methods in net.sourceforge.plantuml.file with parameters of type FileFormatModifier and TypeMethodDescriptionstatic SuggestedFile
SuggestedFile.fromOutputFile
(File outputFile, FileFormat fileFormat) static SuggestedFile
SuggestedFile.fromOutputFile
(File outputFile, FileFormat fileFormat, int initialCpt) static SuggestedFile
SuggestedFile.fromOutputFile
(SFile outputFile, FileFormat fileFormat) static SuggestedFile
SuggestedFile.fromOutputFile
(SFile outputFile, FileFormat fileFormat, int initialCpt) -
Uses of FileFormat in net.sourceforge.plantuml.ftp
Methods in net.sourceforge.plantuml.ftp with parameters of type FileFormatConstructors in net.sourceforge.plantuml.ftp with parameters of type FileFormatModifierConstructorDescriptionFtpConnexion
(String user, FileFormat defaultfileFormat) FtpServer
(int listenPort, FileFormat defaultfileFormat) -
Uses of FileFormat in net.sourceforge.plantuml.klimt.drawing.g2d
Constructors in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type FileFormatModifierConstructorDescriptionUGraphicG2d
(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, Graphics2D g2d, double dpiFactor, FileFormat format) -
Uses of FileFormat in net.sourceforge.plantuml.sequencediagram.graphic
Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type FileFormatModifierConstructorDescriptionSequenceDiagramTxtMaker
(SequenceDiagram sequenceDiagram, FileFormat fileFormat) -
Uses of FileFormat in net.sourceforge.plantuml.stats
Methods in net.sourceforge.plantuml.stats with parameters of type FileFormatModifier and TypeMethodDescriptionstatic void
StatsUtilsIncrement.onceMoreGenerate
(long duration, Class<? extends Diagram> type, FileFormat fileFormat) void
FormatCounter.plusOne
(FileFormat fileFormat, long duration) void
FormatCounter.save
(Preferences prefs, FileFormat fileFormat) -
Uses of FileFormat in net.sourceforge.plantuml.sudoku
Methods in net.sourceforge.plantuml.sudoku with parameters of type FileFormatModifier and TypeMethodDescriptionGraphicsSudoku.writeImageLatex
(OutputStream os, FileFormat fileFormat) -
Uses of FileFormat in net.sourceforge.plantuml.xmi
Constructors in net.sourceforge.plantuml.xmi with parameters of type FileFormatModifierConstructorDescriptionCucaDiagramXmiMaker
(ICucaDiagram diagram, FileFormat fileFormat) SequenceDiagramXmiMaker
(SequenceDiagram sequenceDiagram, FileFormat fileFormat)
Option.setFileFormatOption(FileFormatOption)
instead