public class DataPoint4Pie extends DataPoint
构造器和说明 |
---|
DataPoint4Pie() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone() |
void |
draw(java.awt.Graphics g,
int resolution)
* 画出系列
|
void |
drawLabel(java.awt.Graphics g,
int resolution)
画出系列点的标签
|
void |
drawOnlyBorder(java.awt.Graphics g,
int resolution) |
boolean |
equals(java.lang.Object ob) |
java.awt.geom.GeneralPath |
getLeadLine()
返回饼图系列点的牵引线
|
java.lang.String |
getShowText() |
java.lang.String |
getType()
返回系列点的js类型
|
boolean |
isBorderDefault()
是否是默认的边框
|
boolean |
isShowLabel()
是否显示
|
void |
setDataLabel(TextGlyph dataLabel)
设置数据点的标签
|
void |
setLeadLine(java.awt.geom.GeneralPath leadLine)
设置饼图系列点的牵引线.
|
void |
setShowLabel(boolean isShowLabel) |
void |
setShowText(java.lang.String showText) |
containsPara, createDataPointDrillUpHyperLink, createDataPointHotHyperLink, createHotTooltip, evalWithCondition, getCategoryIndex, getCategoryName, getCategoryOriginalName, getDataLabel, getDataPointStyle, getDrawImpl, getDrillUpLink, getDrillUpParas4Hyperlink, getHyperLinkJason, getImageMapAreaTag, getOriginStringValue4JSON, getParameters4Labels, getParas4Hyperlink, getPercentParaString, getPercentValue, getPureParameters4Labels, getSecondCate, getSeriesIndex, getSeriesName, getSeriesOriginalName, getShape, getThirdCate, getValue, getValueByUnit, getValueParaString, isValueIsInexistence, isValueIsNull, putDataPointConditionAttr, putDataPointConditionAttr, putDataPointConditionAttrWidthDefault, putLabelSeriesConditionAttr, putValueData, setCategoryIndex, setCategoryName, setCategoryOriginalName, setDataPointStyle, setDrawImpl, setDrillUpLink, setHyperlink, setHyperLinkJason, setIndividualLabelText, setPercentValue, setSecondCate, setSeriesIndex, setSeriesName, setSeriesOriginalName, setShape, setThirdCate, setTooltip, setValue, setValueByUnit, setValueIsInexistence, setValueIsNull, toJSONObject, toJSONObject, toOldResult, toResult, toResult, toVanJSONObject, toVanJSONObject
selectableChildren
public void setLeadLine(java.awt.geom.GeneralPath leadLine)
public java.awt.geom.GeneralPath getLeadLine()
public void setDataLabel(TextGlyph dataLabel)
DataPoint
setDataLabel
在类中 DataPoint
dataLabel
- 用于画标签的TextGlyphpublic void drawLabel(java.awt.Graphics g, int resolution)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 DataPoint
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public void draw(java.awt.Graphics g, int resolution)
public boolean isBorderDefault()
public void drawOnlyBorder(java.awt.Graphics g, int resolution)
public boolean isShowLabel()
public void setShowLabel(boolean isShowLabel)
public void setShowText(java.lang.String showText)
public java.lang.String getShowText()