public class FileFormatOption
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FileFormatOption(FileFormat fileFormat) |
FileFormatOption(FileFormat fileFormat,
boolean withMetadata) |
Modifier and Type | Method and 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() |
public FileFormatOption(FileFormat fileFormat)
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
public StringBounder getDefaultStringBounder()
public java.lang.String getSvgLinkTarget()
public final boolean isWithMetadata()
public FileFormatOption withUseRedForError()
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
public FileFormatOption withSvgLinkTarget(java.lang.String svgLinkTarget)
public FileFormatOption withHoverColor(java.lang.String hoverColor)
public java.lang.String toString()
toString
in class java.lang.Object
public final FileFormat getFileFormat()
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()
Copyright © 2019. All Rights Reserved.