Uses of Interface
com.openhtmltopdf.java2d.api.FSPageOutputStreamSupplier
-
Packages that use FSPageOutputStreamSupplier Package Description com.openhtmltopdf.java2d.api -
-
Uses of FSPageOutputStreamSupplier in com.openhtmltopdf.java2d.api
Fields in com.openhtmltopdf.java2d.api declared as FSPageOutputStreamSupplier Modifier and Type Field Description private FSPageOutputStreamSupplier
DefaultPageProcessor.DefaultPage. _osf
private FSPageOutputStreamSupplier
DefaultPageProcessor. _osFactory
Constructors in com.openhtmltopdf.java2d.api with parameters of type FSPageOutputStreamSupplier Constructor Description DefaultPage(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, java.lang.String imageFormat)
DefaultPageProcessor(FSPageOutputStreamSupplier osFactory, int imageType, java.lang.String imageFormat)
Creates a page processor which saves each page as an image.
-