xlang v4.0 Release
程序设计语言基础库文档
|
结构体 | |
enum | CurveAttribute |
enum | CurveStyle |
enum | LegendAttribute |
enum | PaintAttribute |
Public 成员函数 |
额外继承的成员函数 |
在文件 QwtPlotCurve.x 第 4 行定义.
QwtPlotCurve | ( | ) | throws IllegalArgumentException |
在文件 QwtPlotCurve.x 第 167 行定义.
void delete | ( | ) |
在文件 QwtPlotCurve.x 第 217 行定义.
void setBaseline | ( | double | v | ) |
在文件 QwtPlotCurve.x 第 193 行定义.
void setCurveAttribute | ( | CurveAttribute | n, |
bool | on | ||
) |
在文件 QwtPlotCurve.x 第 201 行定义.
void setLegendAttributes | ( | LegendAttribute | n | ) |
在文件 QwtPlotCurve.x 第 209 行定义.
void setPaintAttribute | ( | PaintAttribute | n, |
bool | on | ||
) |
在文件 QwtPlotCurve.x 第 205 行定义.
void setPen | ( | int | color, |
float | stroke | ||
) |
在文件 QwtPlotCurve.x 第 178 行定义.
void setSamples | ( | float [] | xData, |
float [] | yData, | ||
int | size | ||
) |
在文件 QwtPlotCurve.x 第 186 行定义.
引用了 _system_.arrayCopy().
void setSamples | ( | float [] | yData, |
int | size | ||
) |
在文件 QwtPlotCurve.x 第 182 行定义.
void setStyle | ( | CurveStyle | style | ) |
在文件 QwtPlotCurve.x 第 213 行定义.
void setSymbol | ( | QwtSymbol | s | ) |
在文件 QwtPlotCurve.x 第 197 行定义.
void setTitle | ( | String | title | ) |
重载 QwtPlotItem .
在文件 QwtPlotCurve.x 第 174 行定义.