org.eclipse.birt.report.engine.layout.emitter
Interface IPageDevice


public interface IPageDevice


Method Summary
 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.
 

Method Detail

newPage

IPage newPage(int width,
              int height,
              java.awt.Color backgroundColor)
Creates a new page with specified width and height.

Parameters:
width - page width.
height - page height.
backgroundColor - background color.
Returns:
the new page.

close

void close()
           throws java.lang.Exception
Closes this page device.

Throws:
java.lang.Exception


Copyright © 2008 Actuate Corp. All rights reserved.