net.sourceforge.plantuml
Class FileFormatOption

java.lang.Object
  extended by net.sourceforge.plantuml.FileFormatOption

public class FileFormatOption
extends Object

A FileFormat with some parameters.

Author:
Arnaud Roques

Constructor Summary
FileFormatOption(FileFormat fileFormat)
           
FileFormatOption(FileFormat fileFormat, AffineTransform at)
           
 
Method Summary
 UGraphic createUGraphic(ColorMapper colorMapper, double dpiFactor, Dimension2D dim, HtmlColor mybackcolor, boolean rotation)
          Create a UGraphic corresponding to this FileFormatOption
 AffineTransform getAffineTransform()
           
 FileFormat getFileFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFormatOption

public FileFormatOption(FileFormat fileFormat)

FileFormatOption

public FileFormatOption(FileFormat fileFormat,
                        AffineTransform at)
Method Detail

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 inch
dim -
mybackcolor -
rotation -
Returns:


Copyright © 2013. All Rights Reserved.