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

Packages that use PDFGlyph
com.sun.pdfview.font   
test   
 

Uses of PDFGlyph in com.sun.pdfview.font
 

Methods in com.sun.pdfview.font that return PDFGlyph
 PDFGlyph PDFFont.getCachedGlyph(char src, java.lang.String name)
          Get a glyph for a given character code.
protected  PDFGlyph OutlineFont.getGlyph(char src, java.lang.String name)
          Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
protected  PDFGlyph Type3Font.getGlyph(char src, java.lang.String name)
          Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
protected  PDFGlyph Type0Font.getGlyph(char src, java.lang.String name)
          Get a character from the first font in the descendant fonts array
protected abstract  PDFGlyph PDFFont.getGlyph(char src, java.lang.String name)
          Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
 

Methods in com.sun.pdfview.font that return types with arguments of type PDFGlyph
 java.util.List<PDFGlyph> PDFFontEncoding.getGlyphs(PDFFont font, java.lang.String text)
          Get the glyphs associated with a given String
 java.util.List<PDFGlyph> PDFFont.getGlyphs(java.lang.String text)
          Get the glyphs associated with a given String in this font
 

Uses of PDFGlyph in test
 

Methods in test that return PDFGlyph
 PDFGlyph FontToy.getCurrentGlyph()
          get the current glyph
 

Methods in test with parameters of type PDFGlyph
 void FontToy.setCurrentGlyph(PDFGlyph glyph)
          set the current glyph