All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.InputStreamDataSource

java.lang.Object
   |
   +----jclass.chart.InputStreamDataSource

public class InputStreamDataSource
extends Object
implements Chartable, JCSerializable

Constructor Index

 o InputStreamDataSource()
 o InputStreamDataSource(InputStream)

Method Index

 o ctor(InputStream)
 o getDataInterpretation()
 o getDataItem(int, int)
 o getName()
 o getNumRows()
 o getPointLabels()
 o getRow(int)
 o getSeriesLabel(int)
 o getSeriesName(int)

Constructors

 o InputStreamDataSource
 public InputStreamDataSource(InputStream i) throws IOException
 o InputStreamDataSource
 protected InputStreamDataSource()

Methods

 o ctor
 protected void ctor(InputStream i) throws IOException
 o getDataInterpretation
 public int getDataInterpretation()
 o getDataItem
 public synchronized Object getDataItem(int row,
                                        int column)
 o getRow
 public synchronized Vector getRow(int row)
 o getNumRows
 public int getNumRows()
 o getPointLabels
 public String[] getPointLabels()
 o getSeriesName
 public String getSeriesName(int row)
 o getSeriesLabel
 public String getSeriesLabel(int row)
 o getName
 public String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index