Package net.sourceforge.plantuml
Class FileFormatOption
- java.lang.Object
-
- net.sourceforge.plantuml.FileFormatOption
-
- All Implemented Interfaces:
java.io.Serializable
public final class FileFormatOption extends java.lang.Object implements java.io.Serializable
A FileFormat with some parameters.- Author:
- Arnaud Roques
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileFormatOption(FileFormat fileFormat)
FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
Method Summary
-
-
-
Constructor Detail
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat)
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
-
Method Detail
-
getScaleCoef
public double getScaleCoef()
-
getDefaultStringBounder
public StringBounder getDefaultStringBounder(SvgCharSizeHack charSizeHack)
-
getSvgLinkTarget
public java.lang.String getSvgLinkTarget()
-
isWithMetadata
public final boolean isWithMetadata()
-
getPreserveAspectRatio
public final java.lang.String getPreserveAspectRatio()
-
withUseRedForError
public FileFormatOption withUseRedForError()
-
withTikzFontDistortion
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
-
withSvgLinkTarget
public FileFormatOption withSvgLinkTarget(java.lang.String svgLinkTarget)
-
withPreserveAspectRatio
public FileFormatOption withPreserveAspectRatio(java.lang.String preserveAspectRatio)
-
withHoverColor
public FileFormatOption withHoverColor(java.lang.String hoverColor)
-
withScale
public FileFormatOption withScale(double scale)
-
withWartermark
public FileFormatOption withWartermark(java.lang.String watermark)
-
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()
-
getWatermark
public final java.lang.String getWatermark()
-
-