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() |
void |
hideMetadata() |
boolean |
isDebugSvek() |
boolean |
isUseRedForError() |
boolean |
isWithMetadata() |
void |
setDebugSvek(boolean debugsvek) |
String |
toString() |
FileFormatOption |
withHoverColor(String hoverColor) |
FileFormatOption |
withSvgLinkTarget(String svgLinkTarget) |
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 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()
Copyright © 2017. All rights reserved.