Uses of Interface
com.steema.teechart.IChart

Packages that use IChart
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors.gallery   
 

Uses of IChart in com.steema.teechart
 

Classes in com.steema.teechart that implement IChart
 class TChart
          Title: TChart class
 class TChartApplet
          Title:
 

Fields in com.steema.teechart declared as IChart
protected  IChart Chart.parent
           
 

Methods in com.steema.teechart that return IChart
 IChart IBaseChart.getParent()
           
 IChart Chart.getParent()
          Returns the IChart parent of the Chart.
 

Methods in com.steema.teechart with parameters of type IChart
 void TChartApplet.setChart(IChart c)
           
 void TChart.setChart(IChart value)
           
 void IChart.setChart(IChart c)
           
 void Chart.setParent(IChart value)
          Internal use.
 

Constructors in com.steema.teechart with parameters of type IChart
Chart(IChart parent)
           
Chart(IChart parent, java.awt.Cursor cursor)
           
 

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

Classes in com.steema.teechart.editors.gallery that implement IChart
 class GalleryChart
          Title: GalleryChart class