Uses of Class
org.loboevolution.pdfview.PDFPage
-
Uses of PDFPage in org.loboevolution.pdf
-
Uses of PDFPage in org.loboevolution.pdfview
Modifier and TypeMethodDescriptionGet 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.Modifier 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.void
Add a page to the cache.void
Add a page to the cache.void
add some text to the page.void
add some text to the page.Get an image 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 cacheModifierConstructorDescriptionDon'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.loboevolution.pdfview.font
Modifier and TypeMethodDescriptionPDFGlyph.addCommands
(PDFPage cmds, AffineTransform transform, int mode) Add commands for this glyph to a page