public class DataPoint4Funnel extends DataPoint
| 构造器和说明 |
|---|
DataPoint4Funnel() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
void |
drawLabel(java.awt.Graphics g,
int resolution)
画出系列点的标签
|
boolean |
equals(java.lang.Object ob) |
java.awt.geom.GeneralPath |
getLeadLine()
返回牵引线
|
java.lang.String[] |
getSeriesValueString()
获取标签系列&值
|
java.lang.String |
getShowText() |
java.lang.String |
getType()
返回系列点的js类型
|
void |
initLabel(int resolution)
初始化标签
|
boolean |
isShowLabel()
是否显示
|
void |
setDataLabel(TextGlyph dataLabel)
设置数据点的标签
|
void |
setIndividualLabelText(java.lang.String seriesLabel,
AttrContents attrs) |
void |
setLeadLine(java.awt.geom.GeneralPath leadLine)
设置牵引线.
|
void |
setShowLabel(boolean isShowLabel) |
void |
setShowText(java.lang.String showText) |
void |
setTopColor(java.awt.Color topColor) |
void |
setValueGap(double valueGap) |
void |
setValueWidth(double valueWidth) |
JSONObject |
toJSONObject(Repository repo)
转为json数据
|
containsPara, createDataPointDrillUpHyperLink, createDataPointHotHyperLink, createHotTooltip, draw, 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, setPercentValue, setSecondCate, setSeriesIndex, setSeriesName, setSeriesOriginalName, setShape, setThirdCate, setTooltip, setValue, setValueByUnit, setValueIsInexistence, setValueIsNull, toJSONObject, toOldResult, toResult, toResult, toVanJSONObject, toVanJSONObjectselectableChildrenpublic void setLeadLine(java.awt.geom.GeneralPath leadLine)
public java.awt.geom.GeneralPath getLeadLine()
public void setDataLabel(TextGlyph dataLabel)
DataPointsetDataLabel 在类中 DataPointdataLabel - 用于画标签的TextGlyphpublic void drawLabel(java.awt.Graphics g,
int resolution)
public void initLabel(int resolution)
resolution - 分辨率public void setIndividualLabelText(java.lang.String seriesLabel,
AttrContents attrs)
setIndividualLabelText 在类中 DataPointpublic java.lang.String[] getSeriesValueString()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 DataPointjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public boolean isShowLabel()
public void setShowLabel(boolean isShowLabel)
public void setShowText(java.lang.String showText)
public java.lang.String getShowText()
public void setValueGap(double valueGap)
public void setValueWidth(double valueWidth)
public void setTopColor(java.awt.Color topColor)
public JSONObject toJSONObject(Repository repo) throws JSONException
toJSONObject 在接口中 GlyphtoJSONObject 在类中 DataPointrepo - 请求JSONException - 抛错