de.dante.extex.font.type.efm
Class EfmKerning

java.lang.Object
  extended byde.dante.extex.font.type.efm.EfmKerning
All Implemented Interfaces:
java.io.Serializable

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

Class for a kerning.

   
 

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

Constructor Summary
EfmKerning()
           
 
Method Summary
 java.lang.String getCharacter()
          Returns the character.
 int getId()
          Returns the id.
 java.lang.String getIdasString()
          Returns the id as String.
 float getSize()
          Returns the size.
 void setCharacter(java.lang.String c)
          Set the character.
 void setId(int i)
          Set the id.
 void setId(java.lang.String i)
          Set the id (as String).
 void setSize(float s)
          Set the size.
 void setSize(java.lang.String s)
          Set the size (as String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfmKerning

public EfmKerning()
Method Detail

getId

public int getId()
Returns the id.

Returns:
Returns the id.

getIdasString

public java.lang.String getIdasString()
Returns the id as String.

Returns:
Returns the id as String.

setId

public void setId(int i)
Set the id.

Parameters:
i - The id to set.

setId

public void setId(java.lang.String i)
Set the id (as String).

Parameters:
i - The id to set.

getCharacter

public java.lang.String getCharacter()
Returns the character.

Returns:
Returns the character.

setCharacter

public void setCharacter(java.lang.String c)
Set the character.

Parameters:
c - The character to set.

getSize

public float getSize()
Returns the size.

Returns:
Returns the size.

setSize

public void setSize(float s)
Set the size.

Parameters:
s - The size to set.

setSize

public void setSize(java.lang.String s)
Set the size (as String).

Parameters:
s - The size to set.