public interface IPageDevice
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this page device.
|
IPage |
newPage(int width,
int height,
java.awt.Color backgroundColor)
Creates a new page with specified width and height.
|
IPage newPage(int width, int height, java.awt.Color backgroundColor)
width
- page width.height
- page height.backgroundColor
- background color.void close() throws java.lang.Exception
java.lang.Exception
Copyright © 2008 Actuate Corp. All rights reserved.