Uses of Interface
com.openhtmltopdf.java2d.api.FSPageOutputStreamSupplier
Packages that use FSPageOutputStreamSupplier
-
Uses of FSPageOutputStreamSupplier in com.openhtmltopdf.java2d.api
Fields in com.openhtmltopdf.java2d.api declared as FSPageOutputStreamSupplierModifier and TypeFieldDescriptionprivate final FSPageOutputStreamSupplier
DefaultPageProcessor.DefaultPage._osf
private final FSPageOutputStreamSupplier
DefaultPageProcessor._osFactory
Constructors in com.openhtmltopdf.java2d.api with parameters of type FSPageOutputStreamSupplierModifierConstructorDescriptionDefaultPage
(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat) DefaultPageProcessor
(FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat) Creates a page processor which saves each page as an image.