public interface GraphicsBuilder
Graphics2D objects sequentially for each page of the document being rendered.| Modifier and Type | Method and Description |
|---|---|
Graphics2D |
nextPage(int pageWidth,
int pageHeight)
Returns the next
Graphics2D representing a page of the given dimensions. |
Graphics2D nextPage(int pageWidth, int pageHeight)
Graphics2D representing a page of the given dimensions.
This is guaranteed to only be called once the previous page has been fully rendered.pageWidth - The page widthpageHeight - The page heightGraphics2D object of the given dimensionsCopyright © 2015. All rights reserved.