net.sourceforge.plantuml
Class FileFormatOption
java.lang.Object
net.sourceforge.plantuml.FileFormatOption
public class FileFormatOption
- extends java.lang.Object
A FileFormat with some parameters.
- Author:
- Arnaud Roques
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileFormatOption
public FileFormatOption(FileFormat fileFormat)
FileFormatOption
public FileFormatOption(FileFormat fileFormat,
java.awt.geom.AffineTransform at)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getFileFormat
public final FileFormat getFileFormat()
getAffineTransform
public java.awt.geom.AffineTransform getAffineTransform()
createUGraphic
public UGraphic createUGraphic(ColorMapper colorMapper,
double dpiFactor,
java.awt.geom.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.