Uses of Class
com.steema.teechart.Chart

Packages that use Chart
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors   
com.steema.teechart.editors.export   
com.steema.teechart.editors.gallery   
com.steema.teechart.imports   
com.steema.teechart.printer   
com.steema.teechart.styles   
 

Uses of Chart in com.steema.teechart
 

Methods in com.steema.teechart that return Chart
 Chart TChartApplet.getChart()
           
 Chart TChart.getChart()
          Defines the Chart to display.
 Chart CommanderApplet.getChart()
           
 Chart Commander.getChart()
          Associates the TeeCommander Component with a TCustomPanel (TChart or TDraw3D).
 

Methods in com.steema.teechart with parameters of type Chart
static void Chart.changeAllSeriesType(Chart chart, java.lang.Class newClass)
          Changes all Series on the Chart from one Series type to another.
 void TChart.setChart(Chart value)
           
 void CommanderApplet.setChart(Chart value)
           
 void Commander.setChart(Chart chart)
          Associates the TeeCommander Component with a TCustomPanel (TChart or TDraw3D).
 

Constructors in com.steema.teechart with parameters of type Chart
Chart.ChartToolTip(Chart c)
           
Commander(Chart chart)
           
Page(Chart c)
           
 

Uses of Chart in com.steema.teechart.editors
 

Fields in com.steema.teechart.editors declared as Chart
protected  Chart AbstractPageNavigator.chart
           
 

Methods in com.steema.teechart.editors with parameters of type Chart
protected static ChartEditor ChartEditor.createChartEditor(Chart chart, java.lang.String name)
           
static void ChartEditor.editChart(Chart chart)
           
static void ChartEditor.editChart(Chart chart, java.lang.String name)
           
static void ChartEditor.editLegend(Chart chart)
           
static void ChartEditor.editLegend(Chart chart, java.lang.String name)
           
static javax.swing.JDialog DialogFactory.getEditDialog(Chart chart)
           
static javax.swing.JDialog DialogFactory.getEditDialog(javax.swing.JFrame owner, Chart chart)
           
 void SeriesEditor.setChart(Chart chart)
           
 void PreviewFrame.setChart(Chart chart)
           
 void ChartListBox.setChart(Chart value)
           
 void ChartEditorPanel.setChart(Chart chart)
           
 void AbstractPageNavigator.setChart(Chart chart)
           
static void ThemesEditor.showModal(Chart chart)
          showModal
static void PreviewFrame.showModal(Chart c)
           
static void PreviewDialog.showModal(Chart c)
           
static void PreviewPanelEditor.showModal(Chart c, PreviewPanel preview)
           
static void PreviewFrame.showModal(Chart c, PreviewPanel preview)
           
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)
           
static void ThemesEditor.showModal(java.awt.Frame owner, Chart chart)
          showModal
 

Constructors in com.steema.teechart.editors with parameters of type Chart
AbstractPageNavigator(Chart chart)
           
AspectEditor(Chart chart)
           
AxesEditor(Chart chart)
           
ButtonPageNavigator(Chart chart)
          Creates a new instance of ButtonPageNavigator
ChartEditor(Chart chart)
           
ChartEditor(Chart chart, java.lang.String name)
           
ChartEditor(javax.swing.JFrame owner, Chart chart)
           
ChartEditor(javax.swing.JFrame owner, Chart chart, java.lang.String name)
           
ChartEditorPanel(Chart chart)
           
ChartGrid(Chart chart)
           
ChartListBox(Chart chart)
           
DataEditor(Chart chart)
           
GeneralEditor(Chart chart)
           
LegendEditor(Chart chart)
           
PagingEditor(Chart chart)
           
PanelEditor(Chart chart)
           
PreviewDialog(Chart c)
           
PreviewDialog(Chart c, Printer p)
           
PreviewFrame(Chart c, javax.swing.JComponent parent)
           
PreviewFrame(Chart c, Printer p)
           
PreviewFrame(Chart c, Printer p, PreviewPanel preview)
           
PreviewPanelEditor(Chart c, PreviewPanel preview)
           
PreviewPanelEditor(Chart c, Printer p, PreviewPanel preview)
           
SeriesEditor(Chart chart)
           
SliderPageNavigator(Chart chart)
          Creates a new instance of SliderPageNavigator
ThemesEditor(Chart c)
           
TitleEditor(Chart chart)
           
ToolsEditor(Chart chart)
           
ToolsEditor(Chart chart, Tool tool)
           
WallsEditor(Chart chart)
           
 

Uses of Chart in com.steema.teechart.editors.export
 

Methods in com.steema.teechart.editors.export with parameters of type Chart
 void ExportPanel.setChart(Chart chart)
           
static void ExportPanel.showModal(Chart chart)
           
 

Constructors in com.steema.teechart.editors.export with parameters of type Chart
ExportPanel(Chart chart)
           
 

Uses of Chart in com.steema.teechart.editors.gallery
 

Methods in com.steema.teechart.editors.gallery that return Chart
 Chart ChartGallery.getSelectedChart()
           
 

Methods in com.steema.teechart.editors.gallery with parameters of type Chart
static Series GalleryByType.createNew(Chart chart)
           
static Series ChartGallery.createNew(Chart chart)
           
static Series GalleryByType.createNew(java.awt.Container owner, Chart chart)
           
 

Uses of Chart in com.steema.teechart.imports
 

Methods in com.steema.teechart.imports that return Chart
 Chart Imports.Template.fromFile(java.io.File file)
           
 Chart Imports.Template.fromFile(java.lang.String fileName)
           
 Chart Imports.Template.fromStream(java.io.InputStream stream)
           
 Chart Imports.Template.fromXML(java.io.InputStream stream)
           
 Chart Imports.Template.fromXML(java.lang.String fileName)
           
 

Uses of Chart in com.steema.teechart.printer
 

Methods in com.steema.teechart.printer with parameters of type Chart
protected  Rectangle Printer.calcImagePrintMargins(Chart aPanel, java.awt.print.Paper paper, java.awt.print.PageFormat pageFormat)
           
protected  Rectangle Printer.calcImagePrintMargins(Chart aPanel, Rectangle paperRect)
           
 Rectangle Printer.calcProportionalMargins(Chart aPanel, Rectangle bounds)
           
 void PreviewPanel.setChart(Chart chart)
           
 

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

Uses of Chart in com.steema.teechart.styles
 

Constructors in com.steema.teechart.styles with parameters of type Chart
CircularGauge(Chart c)