jdbreport.model.io.itext2.pdf
Class PdfFileType

java.lang.Object
  extended by jdbreport.model.io.itext.pdf.PdfFileType
      extended by jdbreport.model.io.itext2.pdf.PdfFileType
All Implemented Interfaces:
Comparable<FileType>, FileType

public class PdfFileType
extends PdfFileType

Version:
2.0 07.06.2011
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from class jdbreport.model.io.itext.pdf.PdfFileType
DEFAULT_FONT, FONT_PATHS
 
Constructor Summary
PdfFileType()
           
 
Method Summary
 ReportWriter createPdfWriter()
           
 String getDefaultFont()
           
 Collection<String> getFontPaths()
           
 void initFontMapper()
           
 void setDefaultFont(String font)
           
 void setFontPaths(Collection<String> fontPaths)
           
 
Methods inherited from class jdbreport.model.io.itext.pdf.PdfFileType
compareTo, getContentType, getDescription, getExtensions, getOrder, getReader, getWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfFileType

public PdfFileType()
Method Detail

createPdfWriter

public ReportWriter createPdfWriter()
Specified by:
createPdfWriter in class PdfFileType

getFontPaths

public Collection<String> getFontPaths()
Specified by:
getFontPaths in class PdfFileType

getDefaultFont

public String getDefaultFont()
Specified by:
getDefaultFont in class PdfFileType

setFontPaths

public void setFontPaths(Collection<String> fontPaths)
Specified by:
setFontPaths in class PdfFileType

setDefaultFont

public void setDefaultFont(String font)
Specified by:
setDefaultFont in class PdfFileType

initFontMapper

public void initFontMapper()
Specified by:
initFontMapper in class PdfFileType