public abstract class DynamicChart extends DynamicElement
DynamicElement.ElementType, DynamicElement.OnClickListener, DynamicElement.OnDownAndUpListener, DynamicElement.OnLongPressListener
构造器和说明 |
---|
DynamicChart()
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getAxesColor()
获取坐标轴颜色。
|
int |
getChartHeight()
获取图表高度。
|
java.lang.String |
getChartTile()
获取标题。
|
int |
getChartWidth()
获取图表宽度。
|
boolean |
isShowGridX()
获取是否显示网格X。
|
boolean |
isShowGridY()
获取是否显示网格Y。
|
void |
setAxesColor(int axesColor)
设置坐标轴颜色。
|
void |
setChartSize(int width, int height)
设置图表大小。
|
void |
setChartTile(java.lang.String chartTile, int color, float textSize)
设置图表标题、颜色和字体大小。
|
void |
setShowGrid(boolean isShowGridX, boolean isShowGridY)
设置是否显示网格。
|
addAnimator, addPoint, dispose, fromGeometry, getBounds, getGeoPoints, getID, getMinShowScale, getName, getNameColor, getNameOffsetX, getNameOffsetY, getNamePosition, getNameSize, getNameTextAlign, getOnDownAndUpListener, getOnLongPressListener, getPart, getStyle, getTag, getType, getUserData, isNameVisible, setMinShowScale, setName, setNameColor, setNameOffsetX, setNameOffsetY, setNamePosition, setNameSize, setNameTextAlign, setNameVisible, setOnClickListenner, setOnDownAndUpListener, setOnLongPressListener, setStyle, setTag, setUserData, updatePoint
public int getAxesColor()
public void setAxesColor(int axesColor)
axesColor
- 坐标轴颜色。public void setChartSize(int width, int height)
width
- 图表宽度,单位为像素。height
- 图表高度,单位为像素。public int getChartWidth()
public int getChartHeight()
public java.lang.String getChartTile()
public void setChartTile(java.lang.String chartTile, int color, float textSize)
chartTile
- 标题。color
- 颜色。textSize
- 字体大小。public void setShowGrid(boolean isShowGridX, boolean isShowGridY)
isShowGridX
- 是否显示X轴网格。isShowGridY
- 是否显示Y轴网格。public boolean isShowGridX()
public boolean isShowGridY()