net.sourceforge.plantuml
Class FileFormatOption

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

public class FileFormatOption
extends Object


Constructor Summary
FileFormatOption(FileFormat fileFormat)
           
FileFormatOption(FileFormat fileFormat, AffineTransform at)
           
 
Method Summary
 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()


Copyright © 2012. All Rights Reserved.