Uses of Class
org.ghost4j.display.PageRaster
Packages that use PageRaster
-
Uses of PageRaster in org.ghost4j.display
Fields in org.ghost4j.display with type parameters of type PageRasterMethods in org.ghost4j.display that return types with arguments of type PageRaster -
Uses of PageRaster in org.ghost4j.renderer
Methods in org.ghost4j.renderer that return types with arguments of type PageRasterModifier and TypeMethodDescriptionAbstractRemoteRenderer.remoteRender
(Document document, int begin, int end) 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 List
<PageRaster> -
Uses of PageRaster in org.ghost4j.util
Methods in org.ghost4j.util with parameters of type PageRasterModifier and TypeMethodDescriptionstatic Image
ImageUtil.converterPageRasterToImage
(PageRaster raster) Converts a PageRaster object to an Image object.Method parameters in org.ghost4j.util with type arguments of type PageRasterModifier and TypeMethodDescriptionImageUtil.convertPageRastersToImages
(List<PageRaster> rasters) Converts a list of PageRaster objects to a list of Image objects