org.herac.tuxguitar.io.pdf
Class PDFWriter

java.lang.Object
  extended by org.herac.tuxguitar.io.pdf.PDFWriter

public class PDFWriter
extends java.lang.Object


Constructor Summary
PDFWriter()
           
 
Method Summary
static Image convertToIText(ImageData data)
          Crea un com.lowagie.text.Image a partir de un org.eclipse.swt.graphics.ImageData
static void write(java.io.OutputStream out, java.util.List pages)
          Escribe el documento PDF en el OutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFWriter

public PDFWriter()
Method Detail

write

public static void write(java.io.OutputStream out,
                         java.util.List pages)
                  throws TGFileFormatException
Escribe el documento PDF en el OutputStream

Parameters:
out -
printDocument -
Throws:
TGFileFormatException

convertToIText

public static Image convertToIText(ImageData data)
Crea un com.lowagie.text.Image a partir de un org.eclipse.swt.graphics.ImageData

Parameters:
data -
Returns: