org.extex.font.format.tfm
Class TfmKeyInt

java.lang.Object
  extended by org.extex.font.format.tfm.TfmKeyInt
All Implemented Interfaces:
java.io.Serializable

public class TfmKeyInt
extends java.lang.Object
implements java.io.Serializable

TFM: key-value-container.

Version:
$Revision: 5592 $
Author:
Michael Niedermair
See Also:
Serialized Form

Method Summary
 int getKey()
          Returns the key.
 int getVal()
          Returns the val.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public int getKey()
Returns the key.

Returns:
Returns the key.

getVal

public int getVal()
Returns the val.

Returns:
Returns the val.