Uses of Class
com.sun.pdfview.PDFPage
Packages that use PDFPage
-
Uses of PDFPage in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFPageModifier and TypeFieldDescriptionprivate PDFPage
PDFParser.cmds
the actual command, for use within a singe iteration.private PDFPage
PDFRenderer.page
the page we were generate fromMethods in com.sun.pdfview that return PDFPageModifier and TypeMethodDescriptionprivate PDFPage
PDFFile.createPage
(int pagenum, PDFObject pageObj) Create a PDF Page object by finding the relevant inherited propertiesGet a page from the cachePDFFile.getPage
(int pagenum) Get the page commands for a given page in a separate thread.PDFFile.getPage
(int pagenum, boolean wait) Get the page commands for a given page.Methods in com.sun.pdfview with parameters of type PDFPageModifier and TypeMethodDescriptionvoid
PDFPage.addCommands
(PDFPage page) add a collection of commands to the page list.void
PDFPage.addCommands
(PDFPage page, AffineTransform extra) add a collection of commands to the page list.void
Cache.addImage
(PDFPage page, ImageInfo info, BufferedImage image) Add an image to the cache.void
Cache.addImage
(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.(package private) Cache.Record
Cache.addImageRecord
(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) The internal routine to add an image to the cache and return the record that was generated.void
Add a page to the cache.void
Add a page to the cache.(package private) Cache.PageRecord
Cache.addPageRecord
(Integer pageNumber, PDFPage page, PDFParser parser) The internal routine to add a page to the cache, and return the page record which was generatedvoid
add some text to the page.void
add some text to the page.Get an image from the cache(package private) Cache.Record
Cache.getImageRecord
(PDFPage page, ImageInfo info) Get an image's record from the cacheCache.getImageRenderer
(PDFPage page, ImageInfo info) Get an image's renderer from the cachevoid
Cache.removeImage
(PDFPage page, ImageInfo info) Remove an image and its associated renderer from the cache(package private) Cache.Record
Cache.removeImageRecord
(PDFPage page, ImageInfo info) Remove an image's record from the cacheConstructors in com.sun.pdfview with parameters of type PDFPageModifierConstructorDescriptionDon't call this constructor directly.PDFRenderer
(PDFPage page, ImageInfo imageinfo, BufferedImage bi) create a new PDFGraphics statePDFRenderer
(PDFPage page, Graphics2D g, Rectangle imgbounds, Rectangle2D clip, 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 PDFPageModifier and TypeFieldDescriptionprivate PDFPage
PDFGlyph.page
the PDFPage storing this glyph's commands (for type 3 fonts)Methods in com.sun.pdfview.font that return PDFPageMethods in com.sun.pdfview.font with parameters of type PDFPageModifier and TypeMethodDescriptionPDFGlyph.addCommands
(PDFPage cmds, AffineTransform transform, int mode) Add commands for this glyph to a pageConstructors in com.sun.pdfview.font with parameters of type PDFPage