public class VanChartStructureDataPoint extends VanChartDataPoint
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
NODEID |
static java.lang.String |
NODENAME |
static java.lang.String |
PARENTID |
static java.lang.String |
SERIESNAME |
color, DEFAULT_SIZE, defaultAttrLabel, defaultColor, label
构造器和说明 |
---|
VanChartStructureDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
void |
addChild(VanChartStructureDataPoint dataPoint) |
protected void |
addOtherAttrToJSON(JSONObject js,
Repository repo,
ChartWebPara para)
处理一些特有点的属性
|
protected void |
addXYJSON(JSONObject js) |
java.lang.String |
createDataPointHotHyperLink(NameJavaScriptGroup hotHyper,
Repository repo)
kunsnat: 创建超级链接, 处理内部的参数.
|
java.util.List<VanChartStructureDataPoint> |
getChildren() |
int |
getDepth() |
java.lang.Object |
getNodeID() |
NameSpace |
getParas4Hyperlink()
返回热点链接的参数.
|
VanChartStructureDataPoint |
getParent() |
java.lang.Object |
getParentID() |
void |
setDepth(int depth) |
void |
setNodeID(java.lang.Object nodeID) |
void |
setParent(VanChartStructureDataPoint parent) |
void |
setParentID(java.lang.Object parentID) |
JSONObject |
toJSONObject(Repository repo,
ChartWebPara para)
转为json数据
|
java.lang.Object |
toOldResult(CommonCondition cc)
兼容
返回用于条件显示比对需要的内容结果.
|
protected java.lang.Object |
toResult(ConditionKeyType type) |
addAttrNodeJSON, addBorderToJSON, addCate2SeriesXYJSON, addDataSheetToJSON, addDrawImp, addLabelBounds, addLabelToJSON, addNormalXYJSON, addTooltipToJSON, checkSameCategoryName, clearDrawImp, clearLabelBounds, drawAutoFontLabelText, drawFontLabelText, drawLabel, drawLabelContent, getAlpha, getAttrBubble, getAttrMarker, getBorder, getCategoryNum, getColor, getDataPointBackgroundColor, getDefaultAttrLabel, getDefaultColor, getDoubleMapValue, getFirstLineString, getGanttData, getImageBackground, getInSideCateAndSeriesFont, getInSideValueAndPercentFont, getLabel, getLeadLine, getMapAreaName, getMapAreaNameValue, getMapLatitude, getMapLongitude, getMapValue, getMarkerBackgroundColor, getOriginStringSizeValue4JSON, getOutSideCateAndSeriesFont, getOutSideValueAndPercentFont, getSecondLineString, getSizeValue, getTooltip, isOutside, isSizeIsNull, isUseCustomFont, removeLabelBounds, setAlpha, setAttrBubble, setAttrMarker, setAttrNode, setBorder, setCategoryNum, setColor, setDataSheet, setDefaultAttrLabel, setDefaultColor, setEffect, setFloatColor, setGanttData, setImageBackground, setLabel, setLeadLine, setMapAreaName, setMapAreaNameValue, setMapValue, setRangeLegendColor, setSizeIsNull, setSizeValue, setTooltip
clone, containsPara, createDataPointDrillUpHyperLink, createHotTooltip, draw, equals, evalWithCondition, getCategoryIndex, getCategoryName, getCategoryOriginalName, getDataLabel, getDataPointStyle, getDrawImpl, getDrillUpLink, getDrillUpParas4Hyperlink, getHyperLinkJason, getImageMapAreaTag, getOriginStringValue4JSON, getParameters4Labels, getPercentParaString, getPercentValue, getPureParameters4Labels, getSecondCate, getSeriesIndex, getSeriesName, getSeriesOriginalName, getShape, getThirdCate, getType, getValue, getValueByUnit, getValueParaString, isValueIsInexistence, isValueIsNull, putDataPointConditionAttr, putDataPointConditionAttr, putDataPointConditionAttrWidthDefault, putLabelSeriesConditionAttr, putValueData, setCategoryIndex, setCategoryName, setCategoryOriginalName, setDataLabel, setDataPointStyle, setDrawImpl, setDrillUpLink, setHyperlink, setHyperLinkJason, setIndividualLabelText, setPercentValue, setSecondCate, setSeriesIndex, setSeriesName, setSeriesOriginalName, setShape, setThirdCate, setTooltip, setValue, setValueByUnit, setValueIsInexistence, setValueIsNull, toJSONObject, toResult, toVanJSONObject, toVanJSONObject
selectableChildren
public static final java.lang.String NODEID
public static final java.lang.String PARENTID
public static final java.lang.String SERIESNAME
public static final java.lang.String NODENAME
public int getDepth()
public void setDepth(int depth)
public java.lang.Object getNodeID()
public void setNodeID(java.lang.Object nodeID)
public java.lang.Object getParentID()
public void setParentID(java.lang.Object parentID)
public VanChartStructureDataPoint getParent()
public void setParent(VanChartStructureDataPoint parent)
public java.util.List<VanChartStructureDataPoint> getChildren()
public void addChild(VanChartStructureDataPoint dataPoint)
protected java.lang.Object toResult(ConditionKeyType type)
public java.lang.Object toOldResult(CommonCondition cc)
DataPoint
toOldResult
在类中 DataPoint
cc
- 比较public JSONObject toJSONObject(Repository repo, ChartWebPara para) throws JSONException
toJSONObject
在类中 VanChartDataPoint
repo
- 请求para
- JSONException
- 抛错protected void addXYJSON(JSONObject js) throws JSONException
addXYJSON
在类中 VanChartDataPoint
JSONException
protected void addOtherAttrToJSON(JSONObject js, Repository repo, ChartWebPara para) throws JSONException
VanChartDataPoint
addOtherAttrToJSON
在类中 VanChartDataPoint
JSONException
public NameSpace getParas4Hyperlink()
getParas4Hyperlink
在类中 DataPoint
public java.lang.String createDataPointHotHyperLink(NameJavaScriptGroup hotHyper, Repository repo)
DataPoint
createDataPointHotHyperLink
在类中 DataPoint
hotHyper
- 超级链接repo
- 请求