it.eng.spagobi.engines.documentcomposition.exporterUtils
Class PdfCreator

java.lang.Object
  extended by it.eng.spagobi.engines.documentcomposition.exporterUtils.PdfCreator

public class PdfCreator
extends java.lang.Object


Constructor Summary
PdfCreator()
           
 
Method Summary
 java.io.FileOutputStream createPdfFile(java.io.FileOutputStream fileOutputStream, java.util.Map<java.lang.String,DocumentContainer> documentsMap, boolean defaultStyle)
           
 java.lang.Integer getVideoHeight()
           
 java.lang.Integer getVideoWidth()
           
 void setVideoHeight(java.lang.Integer videoHeight)
           
 void setVideoWidth(java.lang.Integer videoWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCreator

public PdfCreator()
Method Detail

createPdfFile

public java.io.FileOutputStream createPdfFile(java.io.FileOutputStream fileOutputStream,
                                              java.util.Map<java.lang.String,DocumentContainer> documentsMap,
                                              boolean defaultStyle)
                                       throws java.net.MalformedURLException,
                                              java.io.IOException,
                                              com.lowagie.text.DocumentException
Throws:
java.net.MalformedURLException
java.io.IOException
com.lowagie.text.DocumentException

getVideoHeight

public java.lang.Integer getVideoHeight()

setVideoHeight

public void setVideoHeight(java.lang.Integer videoHeight)

getVideoWidth

public java.lang.Integer getVideoWidth()

setVideoWidth

public void setVideoWidth(java.lang.Integer videoWidth)