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 Object
- Version:
- $Id: FontKey.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
|
Constructor Summary |
FontKey(String fontName,
boolean bold,
boolean italic)
Deprecated. |
FontKey
public FontKey(String fontName,
boolean bold,
boolean italic)
- Deprecated.
getFontName
public String getFontName()
- Deprecated.
isBold
public boolean isBold()
- Deprecated.
isItalic
public boolean isItalic()
- Deprecated.
equals
public boolean equals(Object o)
- Deprecated.
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode in class Object
Copyright © 2012. All Rights Reserved.