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

public 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

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

Throws:
java.lang.Exception


Copyright © 2005 Actuate Corp. All rights reserved.