AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.view.chart.TimeSeries类 参考
类 com.ab.view.chart.TimeSeries 继承关系图:
com.ab.view.chart.XYSeries

Public 成员函数

 TimeSeries (String title)
 
synchronized void add (Date x, double y)
 
synchronized void add (Date x, double y, int c, String e)
 
- Public 成员函数 继承自 com.ab.view.chart.XYSeries
 XYSeries (String title)
 
 XYSeries (String title, int scaleNumber)
 
int getScaleNumber ()
 
String getTitle ()
 
void setTitle (String title)
 
synchronized void add (double x, double y)
 
synchronized void add (double x, double y, int c)
 
synchronized void add (double x, double y, int c, String e)
 
synchronized void remove (int index)
 
synchronized void clear ()
 
synchronized double getX (int index)
 
synchronized double getY (int index)
 
synchronized SortedMap< Double,
Double > 
getRange (double start, double stop, int beforeAfterPoints)
 
int getIndexForKey (double key)
 
synchronized int getItemCount ()
 
double getMinX ()
 
double getMinY ()
 
double getMaxX ()
 
double getMaxY ()
 
IndexXYMap< Double, Integer > getmXC ()
 
int getmXCValue (double key)
 
IndexXYMap< Double, String > getmXE ()
 
String getmXEValue (double key)
 

详细描述

A series for the date / time charts.

构造及析构函数说明

com.ab.view.chart.TimeSeries.TimeSeries ( String  title)
inline

Builds a new date / time series.

参数
titlethe series title

成员函数说明

synchronized void com.ab.view.chart.TimeSeries.add ( Date  x,
double  y 
)
inline

Adds a new value to the series.

参数
xthe date / time value for the X axis
ythe value for the Y axis
synchronized void com.ab.view.chart.TimeSeries.add ( Date  x,
double  y,
int  c,
String  e 
)
inline

描述:增加值 颜色,说明.

参数
xthe x
ythe y
cthe c
ethe e

该类的文档由以下文件生成: