Uses of Class
org.openpdf.text.pdf.IntHashtable
Packages that use IntHashtable
-
Uses of IntHashtable in org.openpdf.rups.model
Fields in org.openpdf.rups.model declared as IntHashtableModifier and TypeFieldDescriptionprotected IntHashtableIndirectObjectFactory.idxToRefMapping between the index in the objects list and the reference number in the xref table.protected IntHashtableIndirectObjectFactory.refToIdxMapping between the reference number in the xref table and the index in the objects list . -
Uses of IntHashtable in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as IntHashtableModifier and TypeFieldDescriptionprivate static final IntHashtableBarcode128.aisprivate static IntHashtablePdfEncodings.Cp437Conversion.c2b(package private) IntHashtableFontDetails.cjkTagIntHashtable with CIDs of CJK glyphs that are used in the text.private IntHashtableDocumentFont.diffmap(package private) IntHashtableAcroFields.InstHit.hitsprivate IntHashtableCJKFont.hMetricsprotected IntHashtableTrueTypeFont.kerningThe map containing the kerning information.protected IntHashtablePdfStamperImp.markedprotected static final IntHashtableBidiLine.mirrorChars(package private) IntHashtablePdfStamperImp.myXrefprotected IntHashtablePdfReader.objStmToOffset(package private) static final IntHashtablePdfEncodings.pdfEncodingprivate IntHashtablePdfReader.PageRefs.refspintHashtable that does the same thing as refsn in case of partial reading: major difference: not all the pages are read.protected 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 IntHashtableDocumentFont.uni2byteprivate IntHashtableCJKFont.vMetricsprivate IntHashtableType3Font.widths3(package private) static final IntHashtablePdfEncodings.winansiFields in org.openpdf.text.pdf with type parameters of type IntHashtableModifier and TypeFieldDescriptionprotected Map<Integer, IntHashtable> PdfReader.objStmMarkprivate final Map<PdfReader, IntHashtable> PdfCopyFieldsImp.pages2intrefs(package private) Map<PdfReader, IntHashtable> PdfCopyFieldsImp.readers2intrefs(package private) HashMap<PdfReader, IntHashtable> PdfStamperImp.readers2intrefsprivate final Map<PdfReader, IntHashtable> PdfCopyFieldsImp.visitedMethods in org.openpdf.text.pdf that return IntHashtableModifier and TypeMethodDescription(package private) 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 org.openpdf.text.pdf with parameters of type IntHashtableModifier and TypeMethodDescriptionprivate static voidBaseFont.addFont(PRIndirectReference fontRef, IntHashtable hits, ArrayList<Object[]> fonts) SimpleBookmark.bookmarkDepth(PdfDictionary outline, IntHashtable pages) (package private) static StringCJKFont.convertToHCIDMetrics(int[] keys, IntHashtable h) (package private) static StringCJKFont.convertToVCIDMetrics(int[] keys, IntHashtable v, IntHashtable h) private voidDocumentFont.fillMetrics(byte[] touni, IntHashtable widths, int dw) (package 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(Map<String, Object> map, PdfObject dest, IntHashtable pages) protected voidPdfReader.readObjStm(PRStream stream, IntHashtable map) private static voidBaseFont.recourseFonts(PdfDictionary page, IntHashtable hits, ArrayList<Object[]> fonts, int level)