Package com.openhtmltopdf.java2d.api
Class DefaultPageProcessor.DefaultPage
java.lang.Object
com.openhtmltopdf.java2d.api.DefaultPageProcessor.DefaultPage
- All Implemented Interfaces:
FSPage
- Enclosing class:
- DefaultPageProcessor
public static class DefaultPageProcessor.DefaultPage extends Object implements FSPage
-
Constructor Summary
Constructors Constructor Description DefaultPage(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat)
-
Method Summary
Modifier and Type Method Description Graphics2D
getGraphics()
void
save()
-
Constructor Details
-
DefaultPage
public DefaultPage(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat)
-
-
Method Details
-
getGraphics
- Specified by:
getGraphics
in interfaceFSPage
-
save
public void save()
-