org.apache.fop.render.pdf.fonts
Class BFEntry

java.lang.Object
  |
  +--org.apache.fop.render.pdf.fonts.BFEntry

public class BFEntry
extends java.lang.Object

This is just a holder class for bfentries - not get/put methods provided


Field Summary
 int glyphStartIndex
           
 int unicodeEnd
           
 int unicodeStart
           
 
Constructor Summary
BFEntry()
           
BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unicodeStart

public int unicodeStart

unicodeEnd

public int unicodeEnd

glyphStartIndex

public int glyphStartIndex
Constructor Detail

BFEntry

public BFEntry()

BFEntry

public BFEntry(int unicodeStart,
               int unicodeEnd,
               int glyphStartIndex)


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.