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 IntHashtableBarcode128.aisprivate static IntHashtablePdfEncodings.Cp437Conversion.c2bprivate IntHashtableFontDetails.cjkTagIntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtableDocumentFont.diffmap(package private) IntHashtableAcroFields.InstHit.hitsprivate final IntHashtableCJKFont.hMetricsprotected IntHashtableTrueTypeFont.kerningThe map containing the kerning information.private IntHashtablePdfStamperImp.markedprotected static final IntHashtableBidiLine.mirrorCharsprivate final IntHashtablePdfStamperImp.myXrefprivate IntHashtablePdfReader.objStmToOffsetprivate static final IntHashtablePdfEncodings.pdfEncodingprivate IntHashtablePdfReader.PageRefs.refspprotected IntHashtableBaseFont.specialMapCustom encodings use this map to key the Unicode character to the single byte code.private static final IntHashtablePdfEncodings.SymbolConversion.t1private static final IntHashtablePdfEncodings.SymbolConversion.t2private IntHashtablePdfEncodings.SymbolConversion.translationprivate final IntHashtableDocumentFont.uni2byteprivate final IntHashtableCJKFont.vMetrics(package private) static final IntHashtablePdfEncodings.winansiMethods in com.aowagie.text.pdf that return IntHashtableModifier and TypeMethodDescriptionprivate static IntHashtableCJKFont.createMetric(String s) (package private) IntHashtableDocumentFont.getUni2Byte()Exposes the unicode - > CID map that is constructed from the font's encodingprivate IntHashtableDocumentFont.readWidths(PdfArray ws) Methods in com.aowagie.text.pdf with parameters of type IntHashtableModifier and TypeMethodDescriptionprivate static voidBaseFont.addFont(PRIndirectReference fontRef, IntHashtable hits, ArrayList fonts) private static ListSimpleBookmark.bookmarkDepth(PdfReader reader, PdfDictionary outline, IntHashtable pages) private static StringCJKFont.convertToHCIDMetrics(int[] keys, IntHashtable h) private static StringCJKFont.convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h) private voidDocumentFont.fillMetrics(byte[] touni, IntHashtable widths, int dw) private static voidPdfStamperImp.findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits) private PdfDictionaryCJKFont.getCIDFont(PdfIndirectReference fontDescriptor, IntHashtable cjkTag) private static StringSimpleBookmark.makeBookmarkParam(PdfArray dest, IntHashtable pages) private static voidSimpleBookmark.mapGotoBookmark(HashMap map, PdfObject dest, IntHashtable pages) private voidPdfReader.readObjStm(PRStream stream, IntHashtable map) private static voidBaseFont.recourseFonts(PdfDictionary page, IntHashtable hits, ArrayList fonts, int level)