All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.DirectChartDataViewSeries

java.lang.Object
   |
   +----jclass.chart.ChartDataViewSeries
           |
           +----jclass.chart.DirectChartDataViewSeries

public class DirectChartDataViewSeries
extends ChartDataViewSeries

Constructor Index

 o DirectChartDataViewSeries()

Method Index

 o editPoint(int, double)
Used to change the y-value of some point in the series.
 o getLabel()
Gets the Label property of the data series.
 o getName()
Gets the value of the Name property.
 o getX(int)
Returns the X value at the specified index
 o getY(int)
Returns the Y value at the specified index.
 o setLabel(String)
Sets the Label property of the data series.
 o setName(String)
Gets the value of the Name property.

Constructors

 o DirectChartDataViewSeries
 public DirectChartDataViewSeries()

Methods

 o editPoint
 public void editPoint(int index,
                       double newvalue)
Used to change the y-value of some point in the series.

Overrides:
editPoint in class ChartDataViewSeries
 o getName
 public String getName()
Gets the value of the Name property.

Overrides:
getName in class ChartDataViewSeries
 o setName
 public synchronized void setName(String name)
Gets the value of the Name property.

Overrides:
setName in class ChartDataViewSeries
 o getLabel
 public String getLabel()
Gets the Label property of the data series.

Overrides:
getLabel in class ChartDataViewSeries
 o setLabel
 public synchronized void setLabel(String name)
Sets the Label property of the data series.

Overrides:
setLabel in class ChartDataViewSeries
 o getX
 public double getX(int i)
Returns the X value at the specified index

Overrides:
getX in class ChartDataViewSeries
 o getY
 public double getY(int i)
Returns the Y value at the specified index.

Overrides:
getY in class ChartDataViewSeries

All Packages  Class Hierarchy  This Package  Previous  Next  Index