net.sf.jasperreports.engine.export
Class PdfFont

java.lang.Object
  extended by net.sf.jasperreports.engine.export.PdfFont

public class PdfFont
extends java.lang.Object

Version:
$Id: PdfFont.java 1413 2006-09-28 10:47:40Z teodord $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Constructor Summary
PdfFont(java.lang.String pdfFontName, java.lang.String pdfEncoding, boolean isPdfEmbedded)
           
PdfFont(java.lang.String pdfFontName, java.lang.String pdfEncoding, boolean isPdfEmbedded, boolean isPdfSimulatedBold, boolean isPdfSimulatedItalic)
           
 
Method Summary
 java.lang.String getPdfEncoding()
           
 java.lang.String getPdfFontName()
           
 boolean isPdfEmbedded()
           
 boolean isPdfSimulatedBold()
           
 boolean isPdfSimulatedItalic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfFont

public PdfFont(java.lang.String pdfFontName,
               java.lang.String pdfEncoding,
               boolean isPdfEmbedded)

PdfFont

public PdfFont(java.lang.String pdfFontName,
               java.lang.String pdfEncoding,
               boolean isPdfEmbedded,
               boolean isPdfSimulatedBold,
               boolean isPdfSimulatedItalic)
Method Detail

getPdfFontName

public java.lang.String getPdfFontName()

getPdfEncoding

public java.lang.String getPdfEncoding()

isPdfEmbedded

public boolean isPdfEmbedded()

isPdfSimulatedBold

public boolean isPdfSimulatedBold()

isPdfSimulatedItalic

public boolean isPdfSimulatedItalic()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com