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

Public 成员函数

boolean isFillBelowLine ()
 
void setFillBelowLine (boolean fill)
 
boolean isFillPoints ()
 
void setFillPoints (boolean fill)
 
int getFillBelowLineColor ()
 
void setFillBelowLineColor (int color)
 
PointStyle getPointStyle ()
 
void setPointStyle (PointStyle style)
 
float getLineWidth ()
 
void setLineWidth (float lineWidth)
 
- Public 成员函数 继承自 com.ab.view.chart.SimpleSeriesRenderer
int getColor ()
 
void setColor (int color)
 
boolean isDisplayChartValues ()
 
void setDisplayChartValues (boolean display)
 
float getChartValuesTextSize ()
 
void setChartValuesTextSize (float textSize)
 
Align getChartValuesTextAlign ()
 
void setChartValuesTextAlign (Align align)
 
float getChartValuesSpacing ()
 
void setChartValuesSpacing (float spacing)
 
BasicStroke getStroke ()
 
void setStroke (BasicStroke stroke)
 
boolean isGradientEnabled ()
 
void setGradientEnabled (boolean enabled)
 
double getGradientStartValue ()
 
int getGradientStartColor ()
 
void setGradientStart (double start, int color)
 
double getGradientStopValue ()
 
int getGradientStopColor ()
 
void setGradientStop (double start, int color)
 

Private 属性

boolean mFillPoints = false
 
boolean mFillBelowLine = false
 
int mFillColor = Color.argb(125, 0, 0, 200)
 
PointStyle mPointStyle = PointStyle.POINT
 
float mLineWidth = 1
 

详细描述

A renderer for the XY type series.

成员函数说明

int com.ab.view.chart.XYSeriesRenderer.getFillBelowLineColor ( )
inline

Returns the fill below line color.

返回
the fill below line color
float com.ab.view.chart.XYSeriesRenderer.getLineWidth ( )
inline

Returns the chart line width.

返回
the line width
PointStyle com.ab.view.chart.XYSeriesRenderer.getPointStyle ( )
inline

Returns the point style.

返回
the point style
boolean com.ab.view.chart.XYSeriesRenderer.isFillBelowLine ( )
inline

Returns if the chart should be filled below the line.

返回
the fill below line status
boolean com.ab.view.chart.XYSeriesRenderer.isFillPoints ( )
inline

Returns if the chart points should be filled.

返回
the points fill status
void com.ab.view.chart.XYSeriesRenderer.setFillBelowLine ( boolean  fill)
inline

Sets if the line chart should be filled below its line. Filling below the line transforms a line chart into an area chart.

参数
fillthe fill below line flag value
void com.ab.view.chart.XYSeriesRenderer.setFillBelowLineColor ( int  color)
inline

Sets the fill below the line color.

参数
colorthe fill below line color
void com.ab.view.chart.XYSeriesRenderer.setFillPoints ( boolean  fill)
inline

Sets if the chart points should be filled.

参数
fillthe points fill flag value
void com.ab.view.chart.XYSeriesRenderer.setLineWidth ( float  lineWidth)
inline

Sets the chart line width.

参数
lineWidththe line width
void com.ab.view.chart.XYSeriesRenderer.setPointStyle ( PointStyle  style)
inline

Sets the point style.

参数
stylethe point style

类成员变量说明

boolean com.ab.view.chart.XYSeriesRenderer.mFillBelowLine = false
private

If the chart should be filled below its line.

int com.ab.view.chart.XYSeriesRenderer.mFillColor = Color.argb(125, 0, 0, 200)
private

The fill below the chart line color.

boolean com.ab.view.chart.XYSeriesRenderer.mFillPoints = false
private

If the chart points should be filled.

float com.ab.view.chart.XYSeriesRenderer.mLineWidth = 1
private

The chart line width.

PointStyle com.ab.view.chart.XYSeriesRenderer.mPointStyle = PointStyle.POINT
private

The point style.


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