com.steema.teechart.printer
Class PrintPage

java.lang.Object
  extended by com.steema.teechart.printer.PrintPage

public class PrintPage
extends java.lang.Object

Title: PrintPage class

Description:

Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Constructor Summary
PrintPage()
           
 
Method Summary
 void drawImage(java.awt.Image image, Rectangle dest, Rectangle source)
           
 void drawString(java.lang.String text, int x, int y)
           
 Rectangle getMarginBounds()
           
 Rectangle getPageBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintPage

public PrintPage()
Method Detail

drawImage

public void drawImage(java.awt.Image image,
                      Rectangle dest,
                      Rectangle source)

drawString

public void drawString(java.lang.String text,
                       int x,
                       int y)

getMarginBounds

public Rectangle getMarginBounds()

getPageBounds

public Rectangle getPageBounds()