Uses of Class
com.sun.pdfview.PDFPage
-
Packages that use PDFPage Package Description com.sun.pdfview com.sun.pdfview.font -
-
Uses of PDFPage in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFPage Modifier and Type Field Description private PDFPagePDFParser. cmdsthe actual command, for use within a singe iteration.private PDFPagePDFRenderer. pagethe page we were generate fromMethods in com.sun.pdfview that return PDFPage Modifier and Type Method Description private PDFPagePDFFile. createPage(int pagenum, PDFObject pageObj)Create a PDF Page object by finding the relevant inherited propertiesPDFPageCache. getPage(java.lang.Integer pageNumber)Get a page from the cachePDFPagePDFFile. getPage(int pagenum)Get the page commands for a given page in a separate thread.PDFPagePDFFile. getPage(int pagenum, boolean wait)Get the page commands for a given page.Methods in com.sun.pdfview with parameters of type PDFPage Modifier and Type Method Description voidPDFPage. addCommands(PDFPage page)add a collection of commands to the page list.voidPDFPage. addCommands(PDFPage page, java.awt.geom.AffineTransform extra)add a collection of commands to the page list.voidCache. addImage(PDFPage page, ImageInfo info, java.awt.image.BufferedImage image)Add an image to the cache.voidCache. addImage(PDFPage page, ImageInfo info, java.awt.image.BufferedImage image, PDFRenderer renderer)Add an image to the cache.(package private) Cache.RecordCache. addImageRecord(PDFPage page, ImageInfo info, java.awt.image.BufferedImage image, PDFRenderer renderer)The internal routine to add an image to the cache and return the record that was generated.voidCache. addPage(java.lang.Integer pageNumber, PDFPage page)Add a page to the cache.voidCache. addPage(java.lang.Integer pageNumber, PDFPage page, PDFParser parser)Add a page to the cache.(package private) Cache.PageRecordCache. addPageRecord(java.lang.Integer pageNumber, PDFPage page, PDFParser parser)The internal routine to add a page to the cache, and return the page record which was generatedvoidPDFTextFormat. doText(PDFPage cmds, java.lang.Object[] ary)add some text to the page.voidPDFTextFormat. doText(PDFPage cmds, java.lang.String text)add some text to the page.java.awt.image.BufferedImageCache. getImage(PDFPage page, ImageInfo info)Get an image from the cache(package private) Cache.RecordCache. getImageRecord(PDFPage page, ImageInfo info)Get an image's record from the cachePDFRendererCache. getImageRenderer(PDFPage page, ImageInfo info)Get an image's renderer from the cachevoidCache. removeImage(PDFPage page, ImageInfo info)Remove an image and its associated renderer from the cache(package private) Cache.RecordCache. removeImageRecord(PDFPage page, ImageInfo info)Remove an image's record from the cacheConstructors in com.sun.pdfview with parameters of type PDFPage Constructor Description PDFParser(PDFPage cmds, byte[] stream, java.util.HashMap<java.lang.String,PDFObject> resources)Don't call this constructor directly.PDFRenderer(PDFPage page, ImageInfo imageinfo, java.awt.image.BufferedImage bi)create a new PDFGraphics statePDFRenderer(PDFPage page, java.awt.Graphics2D g, java.awt.Rectangle imgbounds, java.awt.geom.Rectangle2D clip, java.awt.Color bgColor)create a new PDFGraphics state, given a Graphics2D. -
Uses of PDFPage in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as PDFPage Modifier and Type Field Description private PDFPagePDFGlyph. pagethe PDFPage storing this glyph's commands (for type 3 fonts)Methods in com.sun.pdfview.font that return PDFPage Modifier and Type Method Description PDFPagePDFGlyph. getPage()Get the PDFPage for a type3 font glyphMethods in com.sun.pdfview.font with parameters of type PDFPage Modifier and Type Method Description java.awt.geom.Point2DPDFGlyph. addCommands(PDFPage cmds, java.awt.geom.AffineTransform transform, int mode)Add commands for this glyph to a pageConstructors in com.sun.pdfview.font with parameters of type PDFPage Constructor Description PDFGlyph(char src, java.lang.String name, PDFPage page, java.awt.geom.Point2D advance)Creates a new instance of PDFGlyph based on a page
-