public class VanChartMapDataPoint extends VanChartDataPoint
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
AREA_NAME |
static java.lang.String |
END_AREA_NAME |
static java.lang.String |
START_AREA_NAME |
color, DEFAULT_SIZE, defaultAttrLabel, defaultColor, label
构造器和说明 |
---|
VanChartMapDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
addBorderToJSON(JSONObject js) |
void |
addDrawImp(Glyph glyph) |
void |
addLabelBounds(java.awt.geom.Rectangle2D labelBounds) |
protected void |
addOtherAttrToJSON(JSONObject js,
Repository repo,
ChartWebPara para)
处理一些特有点的属性
|
protected void |
addXYJSON(JSONObject js) |
void |
clearDrawImp() |
void |
clearLabelBounds() |
java.lang.String |
createDataPointHotHyperLink(VanChartMapPlotGlyph plotGlyph,
Repository repo) |
void |
draw(java.awt.Graphics g,
int resolution)
画出系列
|
void |
drawLabel(java.awt.Graphics g,
int resolution)
画出系列点的标签
|
AttrCurve |
getAttrCurve() |
AttrLineEffect |
getAttrLineEffect() |
java.awt.Color |
getDataPointBackgroundColor() |
protected java.lang.String |
getFirstLineString() |
NameSpace |
getParas4Hyperlink()
返回热点链接的参数.
|
protected java.lang.String |
getSecondLineString() |
boolean |
isOutside()
是否是柱子外
|
void |
removeLabelBounds(java.awt.geom.Rectangle2D rectangle2D) |
void |
setAttrCurve(AttrCurve attrCurve) |
void |
setAttrLineEffect(AttrLineEffect attrLineEffect) |
void |
setChartType(java.lang.String chartType) |
java.lang.Object |
toOldResult(CommonCondition cc)
返回用于条件显示比对需要的内容结果.
|
protected java.lang.Object |
toResult(ConditionKeyType type) |
addAttrNodeJSON, addCate2SeriesXYJSON, addDataSheetToJSON, addLabelToJSON, addNormalXYJSON, addTooltipToJSON, checkSameCategoryName, drawAutoFontLabelText, drawFontLabelText, drawLabelContent, getAlpha, getAttrBubble, getAttrMarker, getBorder, getCategoryNum, getColor, getDefaultAttrLabel, getDefaultColor, getDoubleMapValue, getGanttData, getImageBackground, getInSideCateAndSeriesFont, getInSideValueAndPercentFont, getLabel, getLeadLine, getMapAreaName, getMapAreaNameValue, getMapLatitude, getMapLongitude, getMapValue, getMarkerBackgroundColor, getOriginStringSizeValue4JSON, getOutSideCateAndSeriesFont, getOutSideValueAndPercentFont, getSizeValue, getTooltip, isSizeIsNull, isUseCustomFont, setAlpha, setAttrBubble, setAttrMarker, setAttrNode, setBorder, setCategoryNum, setColor, setDataSheet, setDefaultAttrLabel, setDefaultColor, setEffect, setFloatColor, setGanttData, setImageBackground, setLabel, setLeadLine, setMapAreaName, setMapAreaNameValue, setMapValue, setRangeLegendColor, setSizeIsNull, setSizeValue, setTooltip, toJSONObject
clone, 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, toVanJSONObject
selectableChildren
public static final java.lang.String AREA_NAME
public static final java.lang.String START_AREA_NAME
public static final java.lang.String END_AREA_NAME
public void setChartType(java.lang.String chartType)
public void addDrawImp(Glyph glyph)
addDrawImp
在类中 VanChartDataPoint
public void addLabelBounds(java.awt.geom.Rectangle2D labelBounds)
addLabelBounds
在类中 VanChartDataPoint
public void clearDrawImp()
clearDrawImp
在类中 VanChartDataPoint
public void clearLabelBounds()
clearLabelBounds
在类中 VanChartDataPoint
public AttrCurve getAttrCurve()
public void setAttrCurve(AttrCurve attrCurve)
public AttrLineEffect getAttrLineEffect()
public void setAttrLineEffect(AttrLineEffect attrLineEffect)
public void removeLabelBounds(java.awt.geom.Rectangle2D rectangle2D)
removeLabelBounds
在类中 VanChartDataPoint
protected java.lang.String getFirstLineString()
getFirstLineString
在类中 VanChartDataPoint
protected java.lang.String getSecondLineString()
getSecondLineString
在类中 VanChartDataPoint
public boolean isOutside()
isOutside
在类中 VanChartDataPoint
public java.lang.String createDataPointHotHyperLink(VanChartMapPlotGlyph plotGlyph, Repository repo)
public java.awt.Color getDataPointBackgroundColor()
public void draw(java.awt.Graphics g, int resolution)
public void drawLabel(java.awt.Graphics g, int resolution)
drawLabel
在类中 VanChartDataPoint
g
- 图形对象resolution
- 分辨率protected void addBorderToJSON(JSONObject js) throws JSONException
addBorderToJSON
在类中 VanChartDataPoint
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
protected java.lang.Object toResult(ConditionKeyType type)
public java.lang.Object toOldResult(CommonCondition cc)
toOldResult
在类中 DataPoint
cc
- 比较