Uses of Class
com.sun.pdfview.font.PDFCMap

Packages that use PDFCMap
com.sun.pdfview.font   
 

Uses of PDFCMap in com.sun.pdfview.font
 

Methods in com.sun.pdfview.font that return PDFCMap
static PDFCMap PDFCMap.getCMap(PDFObject map)
          Get a CMap, given a PDF object containing one of the following: a string name of a known CMap a stream containing a CMap definition
static PDFCMap PDFCMap.getCMap(java.lang.String mapName)
          Get a CMap, given a string name
 PDFCMap PDFFont.getUnicodeMap()
          Get the CMap which maps the characters in this font to unicode names
protected static PDFCMap PDFCMap.parseCMap(PDFObject map)
          Parse a CMap from a CMap stream
 

Methods in com.sun.pdfview.font with parameters of type PDFCMap
 void PDFFont.setUnicodeMap(PDFCMap unicodeMap)
          Set the CMap which maps the characters in this font to unicode names