Uses of Class
com.lowagie.text.pdf.IntHashtable
Packages that use IntHashtable
-
Uses of IntHashtable in com.lowagie.rups.model
Fields in com.lowagie.rups.model declared as IntHashtableModifier and TypeFieldDescriptionprotected IntHashtable
IndirectObjectFactory.idxToRef
Mapping between the index in the objects list and the reference number in the xref table.protected IntHashtable
IndirectObjectFactory.refToIdx
Mapping between the reference number in the xref table and the index in the objects list . -
Uses of IntHashtable in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as IntHashtableModifier and TypeFieldDescriptionprivate static final IntHashtable
Barcode128.ais
private static IntHashtable
PdfEncodings.Cp437Conversion.c2b
(package 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 IntHashtable
CJKFont.hMetrics
protected IntHashtable
TrueTypeFont.kerning
The map containing the kerning information.protected IntHashtable
PdfStamperImp.marked
protected static final IntHashtable
BidiLine.mirrorChars
(package private) IntHashtable
PdfStamperImp.myXref
protected IntHashtable
PdfReader.objStmToOffset
(package private) static final IntHashtable
PdfEncodings.pdfEncoding
private IntHashtable
PdfReader.PageRefs.refsp
intHashtable that does the same thing as refsn in case of partial reading: major difference: not all the pages are read.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 IntHashtable
DocumentFont.uni2byte
private IntHashtable
CJKFont.vMetrics
private IntHashtable
Type3Font.widths3
(package private) static final IntHashtable
PdfEncodings.winansi
Fields in com.lowagie.text.pdf with type parameters of type IntHashtableModifier and TypeFieldDescriptionprotected Map
<Integer, IntHashtable> PdfReader.objStmMark
private final Map
<PdfReader, IntHashtable> PdfCopyFieldsImp.pages2intrefs
(package private) Map
<PdfReader, IntHashtable> PdfCopyFieldsImp.readers2intrefs
(package private) HashMap
<PdfReader, IntHashtable> PdfStamperImp.readers2intrefs
private final Map
<PdfReader, IntHashtable> PdfCopyFieldsImp.visited
Methods in com.lowagie.text.pdf that return IntHashtableModifier and TypeMethodDescription(package private) 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.lowagie.text.pdf with parameters of type IntHashtableModifier and TypeMethodDescriptionprivate static void
BaseFont.addFont
(PRIndirectReference fontRef, IntHashtable hits, ArrayList<Object[]> fonts) SimpleBookmark.bookmarkDepth
(PdfDictionary outline, IntHashtable pages) (package private) static String
CJKFont.convertToHCIDMetrics
(int[] keys, IntHashtable h) (package private) static String
CJKFont.convertToVCIDMetrics
(int[] keys, IntHashtable v, IntHashtable h) private void
DocumentFont.fillMetrics
(byte[] touni, IntHashtable widths, int dw) (package 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
(Map<String, Object> map, PdfObject dest, IntHashtable pages) protected void
PdfReader.readObjStm
(PRStream stream, IntHashtable map) private static void
BaseFont.recourseFonts
(PdfDictionary page, IntHashtable hits, ArrayList<Object[]> fonts, int level)