Uses of Class
com.steema.teechart.printer.Printer

Packages that use Printer
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors   
com.steema.teechart.printer   
 

Uses of Printer in com.steema.teechart
 

Methods in com.steema.teechart that return Printer
 Printer TChart.getPrinter()
          Printing related attributes.
 Printer Chart.getPrinter()
          Printing related attributes.
 

Methods in com.steema.teechart with parameters of type Printer
 void TChart.setPrinter(Printer printer)
          Printing related attributes.
 void Chart.setPrinter(Printer value)
          Printing related attributes.
 

Uses of Printer in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type Printer
static void PreviewFrame.showModal(Chart c, Printer p)
           
static void PreviewDialog.showModal(Chart c, Printer p)
           
static void PreviewPanelEditor.showModal(Chart c, Printer p, PreviewPanel preview)
           
static void PreviewFrame.showModal(Chart c, Printer p, PreviewPanel preview)
           
 

Constructors in com.steema.teechart.editors with parameters of type Printer
PreviewDialog(Chart c, Printer p)
           
PreviewFrame(Chart c, Printer p)
           
PreviewFrame(Chart c, Printer p, PreviewPanel preview)
           
PreviewPanelEditor(Chart c, Printer p, PreviewPanel preview)
           
 

Uses of Printer in com.steema.teechart.printer
 

Methods in com.steema.teechart.printer that return Printer
 Printer PreviewPanel.getPrinter()
           
 

Methods in com.steema.teechart.printer with parameters of type Printer
 void PreviewPanel.setPrinter(Printer value)
           
 

Constructors in com.steema.teechart.printer with parameters of type Printer
PreviewPanel(Chart chart, Printer prn)