es.aeat.eett.plugins.action_pdf
Class StoreTablePdf
java.lang.Object
es.aeat.eett.jRubik.rubik.util.export.StoreTable
es.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.
Constructor Summary |
StoreTablePdf(ConfiPdf confiPdf,
java.lang.String rutaDir,
java.awt.Component parent)
|
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 |
tablaRubik
private TableRubik tablaRubik
confiPdf
private ConfiPdf confiPdf
StoreTablePdf
public StoreTablePdf(ConfiPdf confiPdf,
java.lang.String rutaDir,
java.awt.Component parent)
- Parameters:
confiPdf
- rutaDir
- parent
-
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