Uses of Class
com.aowagie.text.pdf.IntHashtable
Packages that use IntHashtable
-
Uses of IntHashtable in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as IntHashtableModifier and TypeFieldDescriptionprivate static final IntHashtable
Barcode128.ais
private static IntHashtable
PdfEncodings.Cp437Conversion.c2b
private IntHashtable
FontDetails.cjkTag
IntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtable
DocumentFont.diffmap
(package private) IntHashtable
AcroFields.InstHit.hits
private final IntHashtable
CJKFont.hMetrics
protected IntHashtable
TrueTypeFont.kerning
The map containing the kerning information.private IntHashtable
PdfStamperImp.marked
protected static final IntHashtable
BidiLine.mirrorChars
private final IntHashtable
PdfStamperImp.myXref
private IntHashtable
PdfReader.objStmToOffset
private static final IntHashtable
PdfEncodings.pdfEncoding
private IntHashtable
PdfReader.PageRefs.refsp
protected IntHashtable
BaseFont.specialMap
Custom encodings use this map to key the Unicode character to the single byte code.private static final IntHashtable
PdfEncodings.SymbolConversion.t1
private static final IntHashtable
PdfEncodings.SymbolConversion.t2
private IntHashtable
PdfEncodings.SymbolConversion.translation
private final IntHashtable
DocumentFont.uni2byte
private final IntHashtable
CJKFont.vMetrics
(package private) static final IntHashtable
PdfEncodings.winansi
Methods in com.aowagie.text.pdf that return IntHashtableModifier and TypeMethodDescriptionprivate static IntHashtable
CJKFont.createMetric
(String s) (package private) IntHashtable
DocumentFont.getUni2Byte()
Exposes the unicode - > CID map that is constructed from the font's encodingprivate IntHashtable
DocumentFont.readWidths
(PdfArray ws) Methods in com.aowagie.text.pdf with parameters of type IntHashtableModifier and TypeMethodDescriptionprivate static void
BaseFont.addFont
(PRIndirectReference fontRef, IntHashtable hits, ArrayList fonts) private static List
SimpleBookmark.bookmarkDepth
(PdfReader reader, PdfDictionary outline, IntHashtable pages) private static String
CJKFont.convertToHCIDMetrics
(int[] keys, IntHashtable h) private static String
CJKFont.convertToVCIDMetrics
(int[] keys, IntHashtable v, IntHashtable h) private void
DocumentFont.fillMetrics
(byte[] touni, IntHashtable widths, int dw) private static void
PdfStamperImp.findAllObjects
(PdfReader reader, PdfObject obj, IntHashtable hits) private PdfDictionary
CJKFont.getCIDFont
(PdfIndirectReference fontDescriptor, IntHashtable cjkTag) private static String
SimpleBookmark.makeBookmarkParam
(PdfArray dest, IntHashtable pages) private static void
SimpleBookmark.mapGotoBookmark
(HashMap map, PdfObject dest, IntHashtable pages) private void
PdfReader.readObjStm
(PRStream stream, IntHashtable map) private static void
BaseFont.recourseFonts
(PdfDictionary page, IntHashtable hits, ArrayList fonts, int level)