public class FileFormatOption extends Object implements Serializable
Constructor and Description |
---|
FileFormatOption(FileFormat fileFormat) |
FileFormatOption(FileFormat fileFormat,
boolean withMetadata) |
Modifier and Type | Method and Description |
---|---|
AffineTransform |
getAffineTransform() |
StringBounder |
getDefaultStringBounder() |
FileFormat |
getFileFormat() |
String |
getHoverColor() |
String |
getSvgLinkTarget() |
TikzFontDistortion |
getTikzFontDistortion() |
void |
hideMetadata() |
boolean |
isDebugSvek() |
boolean |
isUseRedForError() |
boolean |
isWithMetadata() |
void |
setDebugSvek(boolean debugsvek) |
String |
toString() |
FileFormatOption |
withHoverColor(String hoverColor) |
FileFormatOption |
withSvgLinkTarget(String svgLinkTarget) |
FileFormatOption |
withTikzFontDistortion(TikzFontDistortion tikzFontDistortion) |
FileFormatOption |
withUseRedForError() |
public FileFormatOption(FileFormat fileFormat)
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
public StringBounder getDefaultStringBounder()
public String getSvgLinkTarget()
public final boolean isWithMetadata()
public FileFormatOption withUseRedForError()
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
public FileFormatOption withSvgLinkTarget(String svgLinkTarget)
public FileFormatOption withHoverColor(String hoverColor)
public final FileFormat getFileFormat()
public AffineTransform getAffineTransform()
public final boolean isUseRedForError()
public void setDebugSvek(boolean debugsvek)
public boolean isDebugSvek()
public final String getHoverColor()
public void hideMetadata()
public final TikzFontDistortion getTikzFontDistortion()
Copyright © 2017. All Rights Reserved.