com.jrefinery.report.targets.support.itext
Class BaseFontRecordKey

java.lang.Object
  extended bycom.jrefinery.report.targets.support.itext.BaseFontRecordKey

public class BaseFontRecordKey
extends java.lang.Object

A PDF font record key.

Author:
Thomas Morgner

Constructor Summary
BaseFontRecordKey(java.lang.String logicalName, java.lang.String encoding)
          Creates a new key.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this BaseFontRecordKey.
 int hashCode()
          Returns a hash code for the key.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFontRecordKey

public BaseFontRecordKey(java.lang.String logicalName,
                         java.lang.String encoding)
Creates a new key.

Parameters:
logicalName - the logical name.
encoding - the encoding.
Method Detail

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this BaseFontRecordKey.

Parameters:
o - the object to test.
Returns:
true or false.

hashCode

public int hashCode()
Returns a hash code for the key.

Returns:
the hash code.