public class VanChartMultiPieDataPoint extends VanChartPieDataPoint
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
LEVEL_NAME |
static java.lang.String |
LEVEL_ORDER |
color, DEFAULT_SIZE, defaultAttrLabel, defaultColor, label| 构造器和说明 |
|---|
VanChartMultiPieDataPoint() |
addAttrNodeJSON, addBorderToJSON, addCate2SeriesXYJSON, addDataSheetToJSON, addDrawImp, addLabelBounds, addLabelToJSON, addNormalXYJSON, addOtherAttrToJSON, addTooltipToJSON, checkSameCategoryName, clearDrawImp, clearLabelBounds, drawAutoFontLabelText, drawFontLabelText, 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, 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, setTooltipclone, containsPara, createDataPointDrillUpHyperLink, createDataPointHotHyperLink, createHotTooltip, 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, toVanJSONObjectselectableChildrenpublic static final java.lang.String LEVEL_NAME
public static final java.lang.String LEVEL_ORDER
public VanChartMultiPieDataPoint getParent()
public void setParent(VanChartMultiPieDataPoint parent)
public int getLevelIndex()
public void setLevelIndex(int levelIndex)
public java.util.List<VanChartMultiPieDataPoint> getChildDataPointList()
public void setChildDataPointList(java.util.List<VanChartMultiPieDataPoint> childDataPointList)
public void addDataPoint(VanChartMultiPieDataPoint dataPoint)
public void addDataPointInOder(VanChartMultiPieDataPoint dataPoint, boolean decrease)
dataPoint - 要添加的数据点public boolean isLeafPoint()
public VanChartMultiPiePlotGlyph getRoot()
public void setRoot(VanChartMultiPiePlotGlyph root)
protected java.lang.Object toResult(ConditionKeyType type)
public java.lang.Object toOldResult(CommonCondition cc)
DataPointtoOldResult 在类中 DataPointcc - 比较public boolean isRootPoint()
public void draw(java.awt.Graphics g,
int resolution)
DataPointpublic void drawLabel(java.awt.Graphics g,
int resolution)
VanChartPieDataPointdrawLabel 在类中 VanChartPieDataPointg - 图形对象resolution - 分辨率public boolean isOutside()
VanChartDataPointisOutside 在类中 VanChartDataPointpublic JSONObject toJSONObject(Repository repo, ChartWebPara para) throws JSONException
toJSONObject 在类中 VanChartDataPointrepo - 请求para - JSONException - 抛错protected void addXYJSON(JSONObject js) throws JSONException
addXYJSON 在类中 VanChartPieDataPointJSONExceptionpublic NameSpace getParas4Hyperlink()
getParas4Hyperlink 在类中 DataPoint