org.extex.util.font.afm
Class Afm2Enc.EncGlpyh

java.lang.Object
  extended by org.extex.util.font.afm.Afm2Enc.EncGlpyh
Enclosing class:
Afm2Enc

public class Afm2Enc.EncGlpyh
extends java.lang.Object

Container for the data: font name + encoding vector - glyph name - number.

Version:
$Revision: 6446 $
Author:
Michael Niedermair

Constructor Summary
Afm2Enc.EncGlpyh(java.lang.String fontname, java.lang.String fontfamily, java.lang.String enc, java.lang.String gn, int n)
          Create a new object.
 
Method Summary
 java.lang.String getEncoding()
          Getter for encoding.
 java.lang.String getFamily()
          Getter for family.
 java.lang.String getFont()
          Getter for font.
 java.lang.String getGlyphname()
          Getter for glyphname.
 int getNumber()
          Getter for number.
 java.lang.String toString()
          Returns the info from the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Afm2Enc.EncGlpyh

public Afm2Enc.EncGlpyh(java.lang.String fontname,
                        java.lang.String fontfamily,
                        java.lang.String enc,
                        java.lang.String gn,
                        int n)
Create a new object.

Parameters:
fontname - The font.
fontfamily - The font family.
enc - The encoding.
gn - The glyph name.
n - The number.
Method Detail

getEncoding

public java.lang.String getEncoding()
Getter for encoding.

Returns:
the encoding

getFamily

public java.lang.String getFamily()
Getter for family.

Returns:
the family

getFont

public java.lang.String getFont()
Getter for font.

Returns:
the font

getGlyphname

public java.lang.String getGlyphname()
Getter for glyphname.

Returns:
the glyphname

getNumber

public int getNumber()
Getter for number.

Returns:
the number

toString

public java.lang.String toString()
Returns the info from the class.

Overrides:
toString in class java.lang.Object
Returns:
Returns the info from the class.