Uses of Class
org.openpdf.renderer.PDFPage
Packages that use PDFPage
-
Uses of PDFPage in org.openpdf.renderer
Fields in org.openpdf.renderer declared as PDFPageModifier and TypeFieldDescriptionprivate PDFPagePDFParser.cmdsthe actual command, for use within a singe iteration.private PDFPagePDFRenderer.pagethe page we were generate fromFields in org.openpdf.renderer with type parameters of type PDFPageModifier and TypeFieldDescriptionprivate final WeakReference<PDFPage>PDFParser.pageRefa weak reference to the page we render into.Methods in org.openpdf.renderer that return PDFPageModifier and TypeMethodDescriptionprivate PDFPagePDFFile.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 org.openpdf.renderer with parameters of type PDFPageModifier and TypeMethodDescriptionvoidPDFPage.addCommands(PDFPage page) add a collection of commands to the page list.voidPDFPage.addCommands(PDFPage page, AffineTransform extra) add a collection of commands to the page list.voidCache.addImage(PDFPage page, ImageInfo info, BufferedImage image) Add an image to the cache.voidCache.addImage(PDFPage page, ImageInfo info, BufferedImage image, PDFRenderer renderer) Add an image to the cache.(package private) Cache.RecordCache.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.voidAdd a page to the cache.voidAdd a page to the cache.(package private) Cache.PageRecordCache.addPageRecord(Integer pageNumber, PDFPage page, PDFParser parser) The internal routine to add a page to the cache, and return the page record which was generatedvoidadd some text to the page.voidadd some text to the page.Get an image from the cache(package private) Cache.RecordCache.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 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 org.openpdf.renderer with parameters of type PDFPageModifierConstructorDescriptionDon't call this constructor directly.PDFRenderer(PDFPage page, Graphics2D g, Rectangle imgbounds, Rectangle2D clip, Color bgColor) create a new PDFGraphics state, given a Graphics2D.PDFRenderer(PDFPage page, ImageInfo imageinfo, BufferedImage bi) create a new PDFGraphics state -
Uses of PDFPage in org.openpdf.renderer.font
Fields in org.openpdf.renderer.font declared as PDFPageModifier and TypeFieldDescriptionprivate PDFPagePDFGlyph.pagethe PDFPage storing this glyph's commands (for type 3 fonts)Methods in org.openpdf.renderer.font that return PDFPageMethods in org.openpdf.renderer.font with parameters of type PDFPageModifier and TypeMethodDescriptionPDFGlyph.addCommands(PDFPage cmds, AffineTransform transform, int mode) Add commands for this glyph to a pageConstructors in org.openpdf.renderer.font with parameters of type PDFPage