net.sourceforge.plantuml
Class FileFormatOption
java.lang.Object
net.sourceforge.plantuml.FileFormatOption
public class FileFormatOption
- extends Object
A FileFormat with some parameters.
- Author:
- Arnaud Roques
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileFormatOption
public FileFormatOption(FileFormat fileFormat)
FileFormatOption
public FileFormatOption(FileFormat fileFormat,
AffineTransform at)
getFileFormat
public final FileFormat getFileFormat()
getAffineTransform
public AffineTransform getAffineTransform()
createUGraphic
public UGraphic createUGraphic(ColorMapper colorMapper,
double dpiFactor,
Dimension2D dim,
HtmlColor mybackcolor,
boolean rotation)
- Create a UGraphic corresponding to this FileFormatOption
- Parameters:
colorMapper
- dpiFactor
- 1.0 for a standard dot per inchdim
- mybackcolor
- rotation
-
- Returns:
Copyright © 2013. All Rights Reserved.