JRubik v0.6

es.aeat.eett.plugins.action_pdf
Class StoreTablePdf

java.lang.Object
  extended byes.aeat.eett.jRubik.rubik.util.export.StoreTable
      extended byes.aeat.eett.plugins.action_pdf.StoreTablePdf

public class StoreTablePdf
extends StoreTable

Author:
f00992

en: Store the TableRubik or TableModel in PDF file format.

es: Guarda TableRubik o TableModel en un fichero pdf.


Field Summary
private  ConfiPdf confiPdf
           
private  TableRubik tablaRubik
           
 
Fields inherited from class es.aeat.eett.jRubik.rubik.util.export.StoreTable
fileOut, fileSeparator, parent, pathDir
 
Constructor Summary
StoreTablePdf(ConfiPdf confiPdf, java.lang.String rutaDir, java.awt.Component parent)
           
 
Method Summary
 void savePdf(javax.swing.table.TableModel t_model)
           
 void savePdf(TableRubik tablaRubik)
           
 
Methods inherited from class es.aeat.eett.jRubik.rubik.util.export.StoreTable
getFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tablaRubik

private TableRubik tablaRubik

confiPdf

private ConfiPdf confiPdf
Constructor Detail

StoreTablePdf

public StoreTablePdf(ConfiPdf confiPdf,
                     java.lang.String rutaDir,
                     java.awt.Component parent)
Parameters:
confiPdf -
rutaDir -
parent -
Method Detail

savePdf

public void savePdf(TableRubik tablaRubik)
             throws java.io.FileNotFoundException,
                    com.lowagie.text.DocumentException
Parameters:
tablaRubik -
Throws:
java.io.FileNotFoundException
com.lowagie.text.DocumentException

savePdf

public void savePdf(javax.swing.table.TableModel t_model)
             throws java.io.FileNotFoundException,
                    com.lowagie.text.DocumentException
Parameters:
t_model -
Throws:
java.io.FileNotFoundException
com.lowagie.text.DocumentException

JRubik v0.6

JRubik v0.6