com.ibm.able.editor
Class AbleInspectorData
java.lang.Object
|
+--java.util.Observable
|
+--com.ibm.able.editor.AbleInspectorData
- public class AbleInspectorData
- extends java.util.Observable
- implements jclass.chart.Chartable, java.io.Serializable
This class provides the underlying model for the JChart data used
in the Able Inspectors
- Version:
- $Revision: 1.5 $, $Date: 2000/04/25 16:14:19 $
- See Also:
- Serialized Form
Methods inherited from class java.util.Observable |
addObserver,
clearChanged,
countObservers,
deleteObserver,
deleteObservers,
hasChanged,
notifyObservers,
notifyObservers,
setChanged |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AbleInspectorData
public AbleInspectorData()
AbleInspectorData
public AbleInspectorData(AbleBean theAbleBean)
getDataInterpretation
public int getDataInterpretation()
- Specified by:
- getDataInterpretation in interface jclass.chart.Chartable
getDataItem
public java.lang.Object getDataItem(int theRow,
int theCol)
- Specified by:
- getDataItem in interface jclass.chart.Chartable
getRow
public java.util.Vector getRow(int theRow)
- Specified by:
- getRow in interface jclass.chart.Chartable
getNumRows
public int getNumRows()
- Specified by:
- getNumRows in interface jclass.chart.Chartable
getPointLabels
public java.lang.String[] getPointLabels()
- Specified by:
- getPointLabels in interface jclass.chart.Chartable
getSeriesName
public java.lang.String getSeriesName(int theSeriesNumber)
- Specified by:
- getSeriesName in interface jclass.chart.Chartable
getSeriesLabel
public java.lang.String getSeriesLabel(int theSeriesNumber)
- Specified by:
- getSeriesLabel in interface jclass.chart.Chartable
getName
public java.lang.String getName()
- Specified by:
- getName in interface jclass.chart.Chartable
setModel
public void setModel(AbleObject theAbleBean)
setView
public void setView(int theChartView)
setNumPoints
public void setNumPoints(int theNumDataPoints)
setChart
public void setChart(jclass.chart.JCChart theChart)
getStatsText
public java.lang.String getStatsText()
addDataPoint
public void addDataPoint(java.lang.Double theYValue,
java.util.Vector theYData)
initArrayData
protected void initArrayData(java.lang.Object[] theSelectedArrays,
java.util.Hashtable theArrays)
setArrayData
protected void setArrayData()
initSeriesData
public void initSeriesData(java.util.Vector theSeriesData,
java.util.Hashtable theParameters,
java.util.Hashtable theArrays)
setSeriesData
protected void setSeriesData()
getSeriesData
public java.util.Vector getSeriesData()
computeStatistics
public void computeStatistics()
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'