public class VanChartTreeMapDataPoint extends VanChartMultiPieDataPoint
LEVEL_NAME, LEVEL_ORDER
color, DEFAULT_SIZE, defaultAttrLabel, defaultColor, label
构造器和说明 |
---|
VanChartTreeMapDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
addLabelToJSON(JSONObject js,
Repository repo) |
protected void |
drawLabelContent(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution)
设置标签位置
|
double |
getArea() |
double |
getDx() |
double |
getDy() |
protected java.lang.String |
getFirstLineString() |
FRFont |
getInSideValueAndPercentFont() |
protected java.lang.String |
getSecondLineString() |
double |
getX() |
double |
getY() |
boolean |
isOutside()
是否是柱子外
|
void |
setArea(double area) |
void |
setCenterLabel(boolean centerLabel) |
void |
setDx(double dx) |
void |
setDy(double dy) |
void |
setX(double x) |
void |
setY(double y) |
addDataPoint, addDataPointInOder, addXYJSON, draw, drawLabel, getChildDataPointList, getLevelIndex, getParas4Hyperlink, getParent, getRoot, isLeafPoint, isRootPoint, setChildDataPointList, setLevelIndex, setParent, setRoot, toJSONObject, toOldResult, toResult
addAttrNodeJSON, addBorderToJSON, addCate2SeriesXYJSON, addDataSheetToJSON, addDrawImp, addLabelBounds, addNormalXYJSON, addOtherAttrToJSON, addTooltipToJSON, checkSameCategoryName, clearDrawImp, clearLabelBounds, drawAutoFontLabelText, drawFontLabelText, getAlpha, getAttrBubble, getAttrMarker, getBorder, getCategoryNum, getColor, getDataPointBackgroundColor, getDefaultAttrLabel, getDefaultColor, getDoubleMapValue, getGanttData, getImageBackground, getInSideCateAndSeriesFont, getLabel, getLeadLine, getMapAreaName, getMapAreaNameValue, getMapLatitude, getMapLongitude, getMapValue, getMarkerBackgroundColor, getOriginStringSizeValue4JSON, getOutSideCateAndSeriesFont, getOutSideValueAndPercentFont, 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, 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 void setCenterLabel(boolean centerLabel)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getDx()
public void setDx(double dx)
public double getDy()
public void setDy(double dy)
public double getArea()
public void setArea(double area)
protected java.lang.String getFirstLineString()
getFirstLineString
在类中 VanChartDataPoint
protected java.lang.String getSecondLineString()
getSecondLineString
在类中 VanChartDataPoint
public boolean isOutside()
isOutside
在类中 VanChartMultiPieDataPoint
public FRFont getInSideValueAndPercentFont()
protected void drawLabelContent(TextGlyph textGlyph, java.awt.Graphics g, int resolution)
drawLabelContent
在类中 VanChartDataPoint
textGlyph
- g
- resolution
- protected void addLabelToJSON(JSONObject js, Repository repo) throws JSONException
addLabelToJSON
在类中 VanChartDataPoint
JSONException