net.sf.jasperreports.engine.export
Class FontKey
java.lang.Object
net.sf.jasperreports.engine.export.FontKey
Deprecated. Replaced by FontFamily.getExportFont(String)
.
public class FontKey
- extends java.lang.Object
- Version:
- $Id: FontKey.java 3668 2010-03-31 15:23:49Z shertage $
- Author:
- Ionut Nedelcu ([email protected])
Constructor Summary |
FontKey(java.lang.String fontName,
boolean bold,
boolean italic)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FontKey
public FontKey(java.lang.String fontName,
boolean bold,
boolean italic)
- Deprecated.
getFontName
public java.lang.String getFontName()
- Deprecated.
isBold
public boolean isBold()
- Deprecated.
isItalic
public boolean isItalic()
- Deprecated.
equals
public boolean equals(java.lang.Object o)
- Deprecated.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2011. All Rights Reserved.