Package | Description |
---|---|
com.steema.teechart |
TeeChart Charting Library for Java.
|
com.steema.teechart.editors | |
com.steema.teechart.printer |
Modifier and Type | Method and Description |
---|---|
Printer |
TChart.getPrinter()
Printing related attributes.
|
Printer |
Chart.getPrinter()
Printing related attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
TChart.setPrinter(Printer printer)
Printing related attributes.
|
void |
Chart.setPrinter(Printer value)
Printing related attributes.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
PreviewDialog(Chart c,
Printer p) |
PreviewFrame(Chart c,
Printer p) |
PreviewFrame(Chart c,
Printer p,
PreviewPanel preview) |
PreviewPanelEditor(Chart c,
Printer p,
PreviewPanel preview) |
Modifier and Type | Method and Description |
---|---|
Printer |
PreviewPanel.getPrinter() |
Modifier and Type | Method and Description |
---|---|
void |
PreviewPanel.setPrinter(Printer value) |
Constructor and Description |
---|
PreviewPanel(Chart chart,
Printer prn) |