public class VanChartScatterDataPoint extends VanChartLineDataPoint
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
X |
static java.lang.String |
Y |
CATEGORY_ARRAY
color, DEFAULT_SIZE, defaultAttrLabel, defaultColor, label
构造器和说明 |
---|
VanChartScatterDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
addNumberXYJSON(JSONObject js) |
protected void |
addXYJSON(JSONObject js) |
boolean |
checkSameCategoryName() |
protected void |
drawAutoFontLabelText(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
protected void |
drawTextWithFont(java.lang.String showText,
TextAttr textAttr,
java.lang.String drawText,
FRFont drawFont,
java.awt.Graphics g,
int resolution) |
java.awt.Color |
getDataPointBackgroundColor() |
NameSpace |
getParas4Hyperlink()
返回热点链接的参数.
|
protected boolean |
isUseValue(java.lang.String columnName) |
protected boolean |
isUseY(java.lang.String columnName) |
protected boolean |
nullJSON() |
JSONObject |
toJSONObject(Repository repo,
ChartWebPara para)
转为json数据
|
java.lang.Object |
toOldResult(CommonCondition cc)
返回用于条件显示比对需要的内容结果.
|
protected java.lang.Object |
toResult(ConditionKeyType type) |
isOutside
getCategoryArray, getOriginalCategoryArray
addAttrNodeJSON, addBorderToJSON, addCate2SeriesXYJSON, addDataSheetToJSON, addDrawImp, addLabelBounds, addLabelToJSON, addNormalXYJSON, addOtherAttrToJSON, addTooltipToJSON, clearDrawImp, clearLabelBounds, drawFontLabelText, drawLabel, drawLabelContent, getAlpha, getAttrBubble, getAttrMarker, getBorder, getCategoryNum, getColor, 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, setTooltip
clone, containsPara, createDataPointDrillUpHyperLink, createDataPointHotHyperLink, 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 X
public static final java.lang.String Y
protected java.lang.Object toResult(ConditionKeyType type)
public java.lang.Object toOldResult(CommonCondition cc)
VanChartMultiCategoryDataPoint
toOldResult
在类中 VanChartMultiCategoryDataPoint
cc
- 比较protected boolean isUseValue(java.lang.String columnName)
protected boolean isUseY(java.lang.String columnName)
protected void drawAutoFontLabelText(TextGlyph textGlyph, java.awt.Graphics g, int resolution)
protected void drawTextWithFont(java.lang.String showText, TextAttr textAttr, java.lang.String drawText, FRFont drawFont, java.awt.Graphics g, int resolution)
public java.awt.Color getDataPointBackgroundColor()
public NameSpace getParas4Hyperlink()
protected boolean nullJSON()
nullJSON
在类中 VanChartLineDataPoint
public JSONObject toJSONObject(Repository repo, ChartWebPara para) throws JSONException
toJSONObject
在类中 VanChartLineDataPoint
repo
- 请求para
- JSONException
- 抛错public boolean checkSameCategoryName()
protected void addXYJSON(JSONObject js) throws JSONException
addXYJSON
在类中 VanChartMultiCategoryDataPoint
JSONException
protected void addNumberXYJSON(JSONObject js) throws JSONException
JSONException