com.steema.teechart.printer
Class ChartPrintJob

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

public class ChartPrintJob
extends java.lang.Object

Title: ChartPrintJob class

Description: Class provides access to the Chart at print time.

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

Company: Steema Software SL


Constructor Summary
ChartPrintJob(IBaseChart c, Rectangle r)
           
 
Method Summary
 IBaseChart getChart()
           
 Rectangle getChartRect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartPrintJob

public ChartPrintJob(IBaseChart c,
                     Rectangle r)
Method Detail

getChart

public IBaseChart getChart()

getChartRect

public Rectangle getChartRect()