public class FileFormatOption extends Object implements Serializable
Constructor and Description |
---|
FileFormatOption(FileFormat fileFormat) |
FileFormatOption(FileFormat fileFormat,
boolean withMetadata) |
Modifier and Type | Method and Description |
---|---|
UGraphic2 |
createUGraphic(ColorMapper colorMapper,
double dpiFactor,
Dimension2D dim,
HtmlColor mybackcolor,
boolean rotation)
Create a UGraphic corresponding to this FileFormatOption
|
UGraphic2 |
createUGraphic(Dimension2D dim) |
AffineTransform |
getAffineTransform() |
FileFormat |
getFileFormat() |
String |
getSvgLinkTarget() |
boolean |
isUseRedForError() |
boolean |
isWithMetadata() |
String |
toString() |
FileFormatOption |
withSvgLinkTarget(String target) |
FileFormatOption |
withUseRedForError() |
public FileFormatOption(FileFormat fileFormat)
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
public String getSvgLinkTarget()
public final boolean isWithMetadata()
public FileFormatOption withUseRedForError()
public FileFormatOption withSvgLinkTarget(String target)
public final FileFormat getFileFormat()
public AffineTransform getAffineTransform()
public UGraphic2 createUGraphic(ColorMapper colorMapper, double dpiFactor, Dimension2D dim, HtmlColor mybackcolor, boolean rotation)
colorMapper
- dpiFactor
- 1.0 for a standard dot per inchdim
- mybackcolor
- rotation
- public UGraphic2 createUGraphic(Dimension2D dim)
public final boolean isUseRedForError()
Copyright © 2015. All Rights Reserved.