public class FileFormatOption
extends java.lang.Object
Constructor and Description |
---|
FileFormatOption(FileFormat fileFormat) |
FileFormatOption(FileFormat fileFormat,
java.awt.geom.AffineTransform at) |
Modifier and Type | Method and Description |
---|---|
net.sourceforge.plantuml.ugraphic.UGraphic |
createUGraphic(net.sourceforge.plantuml.ugraphic.ColorMapper colorMapper,
double dpiFactor,
java.awt.geom.Dimension2D dim,
net.sourceforge.plantuml.graphic.HtmlColor mybackcolor,
boolean rotation)
Create a UGraphic corresponding to this FileFormatOption
|
java.awt.geom.AffineTransform |
getAffineTransform() |
FileFormat |
getFileFormat() |
public FileFormatOption(FileFormat fileFormat)
public FileFormatOption(FileFormat fileFormat, java.awt.geom.AffineTransform at)
public final FileFormat getFileFormat()
public java.awt.geom.AffineTransform getAffineTransform()
public net.sourceforge.plantuml.ugraphic.UGraphic createUGraphic(net.sourceforge.plantuml.ugraphic.ColorMapper colorMapper, double dpiFactor, java.awt.geom.Dimension2D dim, net.sourceforge.plantuml.graphic.HtmlColor mybackcolor, boolean rotation)
colorMapper
- dpiFactor
- 1.0 for a standard dot per inchdim
- mybackcolor
- rotation
-