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 |
getSvgLinkTarget() |
boolean |
isDebugSvek() |
boolean |
isUseRedForError() |
boolean |
isWithMetadata() |
void |
setDebugSvek(boolean debugsvek) |
String |
toString() |
FileFormatOption |
withSvgLinkTarget(String target) |
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 withSvgLinkTarget(String target)
public final FileFormat getFileFormat()
public AffineTransform getAffineTransform()
public final boolean isUseRedForError()
public void setDebugSvek(boolean debugsvek)
public boolean isDebugSvek()
Copyright © 2016. All Rights Reserved.