public final class FileFormatOption
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FileFormatOption(FileFormat fileFormat) |
FileFormatOption(FileFormat fileFormat,
boolean withMetadata) |
public FileFormatOption(FileFormat fileFormat)
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
public double getScaleCoef()
public StringBounder getDefaultStringBounder(SvgCharSizeHack charSizeHack)
public java.lang.String getSvgLinkTarget()
public final boolean isWithMetadata()
public final java.lang.String getPreserveAspectRatio()
public FileFormatOption withUseRedForError()
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
public FileFormatOption withSvgLinkTarget(java.lang.String svgLinkTarget)
public FileFormatOption withPreserveAspectRatio(java.lang.String preserveAspectRatio)
public FileFormatOption withHoverColor(java.lang.String hoverColor)
public FileFormatOption withScale(double scale)
public FileFormatOption withWartermark(java.lang.String watermark)
public FileFormatOption withStyle(ThemeStyle style)
public java.lang.String toString()
toString
in class java.lang.Object
public final FileFormat getFileFormat()
@Deprecated public java.awt.geom.AffineTransform getAffineTransform()
public final boolean isUseRedForError()
public void setDebugSvek(boolean debugsvek)
public boolean isDebugSvek()
public final java.lang.String getHoverColor()
public void hideMetadata()
public final TikzFontDistortion getTikzFontDistortion()
public final java.lang.String getWatermark()
public ThemeStyle getStyle()