JRubik v0.6

es.aeat.eett.plugins.base_pdf
Class ConfiPdf

java.lang.Object
  extended byes.aeat.eett.plugins.base_pdf.ConfiPdf

public class ConfiPdf
extends java.lang.Object

Author:
f00992

en: This class configures the PDF export.

es: Esta clase configura la exportacion a pdf


Field Summary
private  boolean colorearHeaderCol
           
private  boolean colorearHeaderRow
           
private static java.util.ResourceBundle localizationResources
           
private  int orientation
           
private static java.lang.String[] PAGE_ORIENTATION
           
private static java.lang.String[] PAPER_SIZE
           
private static com.lowagie.text.Rectangle[] PAPER_SIZE_REC
           
private  int paperSize
           
private  int tableWidth
           
(package private)  java.lang.String[] tableWidths
           
private  java.lang.String title
           
 
Constructor Summary
(package private) ConfiPdf()
           
 
Method Summary
 java.lang.Object Clone()
           
 void copy(ConfiPdf c)
           
 boolean equals(ConfiPdf c)
           
 ConfiPdf getDefault()
           
 int getOrientation()
           
 javax.swing.JPanel getPanel()
           
 java.lang.String[] getPaperOrientations()
           
 int getPaperSize()
           
 java.lang.String[] getPaperSizes()
           
 com.lowagie.text.Rectangle[] getPaperSizesRectangles()
           
 int getTableWidth()
           
 java.lang.String getTitle()
           
 boolean isColorearHeaderCol()
           
 boolean isColorearHeaderRow()
           
 void setColorearHeaderCol(boolean colorearHeaderCol)
           
 void setColorearHeaderRow(boolean colorearHeaderRow)
           
 void setOrientation(int orientation)
           
 void setPaperSize(int paperSize)
           
 void setTableWidth(int tableWidth)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizationResources

private static final java.util.ResourceBundle localizationResources

PAGE_ORIENTATION

private static final java.lang.String[] PAGE_ORIENTATION

PAPER_SIZE

private static final java.lang.String[] PAPER_SIZE

PAPER_SIZE_REC

private static final com.lowagie.text.Rectangle[] PAPER_SIZE_REC

tableWidths

java.lang.String[] tableWidths

title

private java.lang.String title

paperSize

private int paperSize

orientation

private int orientation

tableWidth

private int tableWidth

colorearHeaderRow

private boolean colorearHeaderRow

colorearHeaderCol

private boolean colorearHeaderCol
Constructor Detail

ConfiPdf

ConfiPdf()
Method Detail

getDefault

public ConfiPdf getDefault()

getPaperSizes

public java.lang.String[] getPaperSizes()

getPaperSizesRectangles

public com.lowagie.text.Rectangle[] getPaperSizesRectangles()

getPaperOrientations

public java.lang.String[] getPaperOrientations()

Clone

public java.lang.Object Clone()

equals

public boolean equals(ConfiPdf c)

copy

public void copy(ConfiPdf c)

getPanel

public javax.swing.JPanel getPanel()

getOrientation

public int getOrientation()
Returns:
Returns the orientation.

setOrientation

public void setOrientation(int orientation)
Parameters:
orientation - The orientation to set.

getTableWidth

public int getTableWidth()
Returns:
Returns the tableWidth.

setTableWidth

public void setTableWidth(int tableWidth)
Parameters:
tableWidth - The tableWidth to set.

getPaperSize

public int getPaperSize()
Returns:
Returns the paperSize.

setPaperSize

public void setPaperSize(int paperSize)
Parameters:
paperSize - The paperSize to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

isColorearHeaderCol

public boolean isColorearHeaderCol()
Returns:
Returns the colorearHeaderCol.

setColorearHeaderCol

public void setColorearHeaderCol(boolean colorearHeaderCol)
Parameters:
colorearHeaderCol - The colorearHeaderCol to set.

isColorearHeaderRow

public boolean isColorearHeaderRow()
Returns:
Returns the colorearHeaderRow.

setColorearHeaderRow

public void setColorearHeaderRow(boolean colorearHeaderRow)
Parameters:
colorearHeaderRow - The colorearHeaderRow to set.

JRubik v0.6

JRubik v0.6