net.sf.jasperreports.engine.export
Class FontKey

java.lang.Object
  extended bynet.sf.jasperreports.engine.export.FontKey

public class FontKey
extends java.lang.Object

Version:
$Id
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Constructor Summary
FontKey(java.lang.String fontName, boolean bold, boolean italic)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getFontName()
           
 int hashCode()
           
 boolean isBold()
           
 boolean isItalic()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontKey

public FontKey(java.lang.String fontName,
               boolean bold,
               boolean italic)
Method Detail

getFontName

public java.lang.String getFontName()

isBold

public boolean isBold()

isItalic

public boolean isItalic()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com