jPod PDF library

de.intarsys.pdf.font
Class PDGlyphs

java.lang.Object
  extended by de.intarsys.pdf.font.PDGlyphs
All Implemented Interfaces:
de.intarsys.tools.attribute.IAttributeSupport

public class PDGlyphs
extends Object
implements de.intarsys.tools.attribute.IAttributeSupport


Constructor Summary
PDGlyphs(PDFont font, int codepoint)
           
 
Method Summary
 double getAscent()
           
 Object getAttribute(Object key)
           
 char[] getChars()
           
 int getCodepoint()
           
 int getDecoded()
           
 double getDescent()
           
 PDFont getFont()
           
 String getGlyphName()
           
 int getUnicode()
           
 float getWidth()
           
 boolean isWhitespace()
           
 Object removeAttribute(Object key)
           
 void reset()
           
 Object setAttribute(Object key, Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDGlyphs

public PDGlyphs(PDFont font,
                int codepoint)
Method Detail

getAscent

public double getAscent()

getAttribute

public Object getAttribute(Object key)
Specified by:
getAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

getChars

public char[] getChars()

getCodepoint

public int getCodepoint()

getDecoded

public int getDecoded()

getDescent

public double getDescent()

getFont

public PDFont getFont()

getGlyphName

public String getGlyphName()

getUnicode

public int getUnicode()

getWidth

public float getWidth()

isWhitespace

public boolean isWhitespace()

removeAttribute

public Object removeAttribute(Object key)
Specified by:
removeAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

reset

public void reset()

setAttribute

public Object setAttribute(Object key,
                           Object o)
Specified by:
setAttribute in interface de.intarsys.tools.attribute.IAttributeSupport

toString

public String toString()
Overrides:
toString in class Object

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.