com.itextpdf.text.pdf
Class Glyph

java.lang.Object
  extended by com.itextpdf.text.pdf.Glyph

public class Glyph
extends Object

Author:
Palash Ray

Field Summary
 String chars
          The Unicode text represented by this Glyph
 int code
          The code or id by which this is represented in the Font File
 int width
          The normalized width of this Glyph.
 
Constructor Summary
Glyph(int code, int width, String chars)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public final int code
The code or id by which this is represented in the Font File


width

public final int width
The normalized width of this Glyph.


chars

public final String chars
The Unicode text represented by this Glyph

Constructor Detail

Glyph

public Glyph(int code,
             int width,
             String chars)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.