Package net.sourceforge.plantuml
Class FileFormatOption
- java.lang.Object
-
- net.sourceforge.plantuml.FileFormatOption
-
- All Implemented Interfaces:
java.io.Serializable
public class FileFormatOption extends java.lang.Object implements java.io.Serializable
A FileFormat with some parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileFormatOption(FileFormat fileFormat)
FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.AffineTransform
getAffineTransform()
StringBounder
getDefaultStringBounder()
FileFormat
getFileFormat()
java.lang.String
getHoverColor()
java.lang.String
getSvgLinkTarget()
TikzFontDistortion
getTikzFontDistortion()
void
hideMetadata()
boolean
isDebugSvek()
boolean
isUseRedForError()
boolean
isWithMetadata()
void
setDebugSvek(boolean debugsvek)
java.lang.String
toString()
FileFormatOption
withHoverColor(java.lang.String hoverColor)
FileFormatOption
withSvgLinkTarget(java.lang.String svgLinkTarget)
FileFormatOption
withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
FileFormatOption
withUseRedForError()
-
-
-
Constructor Detail
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat)
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
-
Method Detail
-
getDefaultStringBounder
public StringBounder getDefaultStringBounder()
-
getSvgLinkTarget
public java.lang.String getSvgLinkTarget()
-
isWithMetadata
public final boolean isWithMetadata()
-
withUseRedForError
public FileFormatOption withUseRedForError()
-
withTikzFontDistortion
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
-
withSvgLinkTarget
public FileFormatOption withSvgLinkTarget(java.lang.String svgLinkTarget)
-
withHoverColor
public FileFormatOption withHoverColor(java.lang.String hoverColor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getFileFormat
public final FileFormat getFileFormat()
-
getAffineTransform
public java.awt.geom.AffineTransform getAffineTransform()
-
isUseRedForError
public final boolean isUseRedForError()
-
setDebugSvek
public void setDebugSvek(boolean debugsvek)
-
isDebugSvek
public boolean isDebugSvek()
-
getHoverColor
public final java.lang.String getHoverColor()
-
hideMetadata
public void hideMetadata()
-
getTikzFontDistortion
public final TikzFontDistortion getTikzFontDistortion()
-
-