Uses of Class
org.ghost4j.display.PageRaster
-
Packages that use PageRaster Package Description org.ghost4j.display org.ghost4j.renderer org.ghost4j.util -
-
Uses of PageRaster in org.ghost4j.display
Fields in org.ghost4j.display with type parameters of type PageRaster Modifier and Type Field Description private java.util.List<PageRaster>
PageRasterDisplayCallback. rasters
Methods in org.ghost4j.display that return types with arguments of type PageRaster Modifier and Type Method Description java.util.List<PageRaster>
PageRasterDisplayCallback. getRasters()
-
Uses of PageRaster in org.ghost4j.renderer
Methods in org.ghost4j.renderer that return types with arguments of type PageRaster Modifier and Type Method Description java.util.List<PageRaster>
AbstractRemoteRenderer. remoteRender(Document document, int begin, int end)
java.util.List<PageRaster>
RemoteRenderer. remoteRender(Document document, int begin, int end)
Renders pages of a given document an outputs result as a list of PageRaster objects (on image per page).protected abstract java.util.List<PageRaster>
AbstractRemoteRenderer. run(Document document, int begin, int end)
java.util.List<PageRaster>
SimpleRenderer. run(Document document, int begin, int end)
-
Uses of PageRaster in org.ghost4j.util
Methods in org.ghost4j.util with parameters of type PageRaster Modifier and Type Method Description static java.awt.Image
ImageUtil. converterPageRasterToImage(PageRaster raster)
Converts a PageRaster object to an Image object.Method parameters in org.ghost4j.util with type arguments of type PageRaster Modifier and Type Method Description static java.util.List<java.awt.Image>
ImageUtil. convertPageRastersToImages(java.util.List<PageRaster> rasters)
Converts a list of PageRaster objects to a list of Image objects
-