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)
-
-
-
Constructor Detail
-
DefaultPage
public DefaultPage(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat)
-
-
Method Detail
-
getGraphics
public Graphics2D getGraphics()
- Specified by:
getGraphics
in interfaceFSPage
-
save
public void save()
-
-