public class VanChartWordCloudPlotGlyph extends VanChartPlotGlyph implements PlotGlyphWithRangeLegendProvider
defaultAttrLabel, defaultAttrTooltip, legendBackgroundMap, legendItemListCATEGORY_PARA, conditionCollection, DEFAULT_SIZE, plotStyle, RESET_JAVA_FONT_X, SERIES_PARA, seriesList, STACK, X_AXIS, X_PARA, Y_AXIS, Y_PARAbounds, visible| 构造器和说明 |
|---|
VanChartWordCloudPlotGlyph() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addNotNullSeriesJSON(JSONObject js,
Repository repo,
ChartWebPara para) |
java.awt.Color[] |
createColors4Series()
为每个系列创建颜色数组
|
java.lang.String |
demoImagePath() |
java.lang.String |
getChartType() |
JSONObject |
getPlotOptionsJSON(Repository repo,
boolean isJsDraw,
ChartWebPara para)
获取 plotOptions的JSON对象
|
java.lang.String |
getPointkey(JSONObject pointData) |
java.lang.String |
getPointValue(JSONObject pointData) |
double[] |
getRangeMinAndMaxValue(double minValue,
double maxValue) |
void |
setAutoFontSize(boolean autoFontSize) |
void |
setFontFamily(java.lang.String fontFamily) |
void |
setMaxFontSize(double maxFontSize) |
void |
setMaxRotation(double maxRotation) |
void |
setMinFontSize(double minFontSize) |
void |
setMinRotation(double minRotation) |
void |
setShapeImage(ImageBackground shapeImage) |
addAlphaJSON, addBorderJSON, addHyperlinkJSON, addLabelJSON, addNullLabelJSON, addOtherJSON, addSeriesJSON, addSeriesJSONWithCate2Series, addXAxisJSON, addYAxisJSON, allNullValue, changeInfoWithCondition, createColors4Legend, createDataLabel4DataPointWithCondition, createDataLabel4EveryPoint, createDataLabel4EverySeries, createDataPointLabelAfterInstallAxisGlyph, createDataSheetLegendItems, createLegendItems, dealDataPointLabel, dealMarkerIconCondition, dealMarkerIconCondition4DataSheet, dealSeriesAccumulatedColors, draw, drawInfo, drawWithoutInfo, getAttrAlpha, getAttrAlpha, getAttrBackground, getAttrBorder, getAttrLabel, getAttrLineColor, getAxisPlotType, getCategoryNum, getChartID, getDataPointLabelBoundsWithPosition, getDefaultAttrAlpha, getDefaultAttrBorder, getDefaultAttrBubble, getDefaultAttrLabel, getDefaultAttrMarker, getDefaultAttrTooltip, getDefaultColors, getDefaultColors, getHyperLinkParas, getLabelText, getLegendItemList, getLegendMarkerIcon, getLegendSeriesSize, getMinMaxValue, getPlotGlyphType, getSeries, getSeriesFromAll, getSerieskey, getSmallIconType, isAxisRotation, isLocal, isSupportEmptyData, isTreeSeries, layoutAxisGlyph, layoutAxisGlyph, layoutDataSeriesGlyph, setAxisPlotType, setAxisRotation, setCategoryNum, setChartID, setHyperLinkParas, setLegendItemList, setLocal, setUseDefaultNullDataaddECNameToHyperLink, addOtherJSON, addSeries, addSeriesJSON, addSeriesJSON, avoidCoverLabelBounds, axisExtendsMaxMinValueWithTrendLine, calculateDataPointPercentValue, calculateOrderList, clone, createColors4Cate, createDataSheetGlyph, dealDataPointLabel, dealLabelBoundsInOrder, dealLabelBoundsOutPlotBounds, dealPlotHotAttr, doLayout, drawInfo, drawLabel4Series, drawShape4Series, equals, getAdditionalCanvasCount, getAllDataPointGlyph, getAllTrendLineGlyph, getAutoRefreshPerSecond, getCategoryCount, getCombinedSize, getConditionCollection, getDataPointLabelBoundsWithPosition, getDataPointLabelBoundsWithPosition, getDataPointLabelBoundsWithPosition4Line, getDataProcessor, getDrawSequence, getExtraLabelValue, getExtraTooltipValue, getFirstDataPoint, getHotHyperLink, getHotTooltipStyle, getPlotDetailType, getPlotFillStyle, getPlotStyle, getPreGap4AxisRightUnit, getPreGap4AxisTopUnit, getPreLeft4DataSheet, getSeriesSize, getVanChartType, getWholeChartBackground, getXDivideUnit, getYDivideUnit, is3DPlotGlyph, isDataPointXNotInPlotBounds, isExistAttrByResult, isNeedDealHotHyperlink, isNullValueBreak, isSeriesDragEnable, isSupportLegend, isSupportZoom, isZoom, notDealDataPointLabel, resetClip, selectableChildren, setAutoRefreshPerSecond, setCombinedSize, setConditionCollection, setDataProcessor, setHotHyperLink, setHotTooltipStyle, setIsNullValueBreak, setPlotFillStyle, setPlotStyle, setSeriesDragEnable, setWholeChartBackground, setZoom, skipDealPointHotAttr, toJSONObject, trendLineFittinggetBounds, getOutline4Fill, getShape, isInvisible, isVisible, setBounds, setVisibledealCondition, dealConditionWithSeriesColor, drawOnlyBorder, drawWithOutBorder, getAlpha, getBackground, getBorderColor, getBorderStyle, getGeneralInfo, getRoundRadius, is3DIE6, isRoundBorder, isShadow, paint, paintBackground, putBackgroundJSON, putPlotBackgroundJSON, setAlpha, setBackground, setBorderColor, setBorderStyle, setGeneralInfo, setRoundBorder, toVanJSONObjectpublic void setFontFamily(java.lang.String fontFamily)
public void setAutoFontSize(boolean autoFontSize)
public void setMinFontSize(double minFontSize)
public void setMaxFontSize(double maxFontSize)
public void setMinRotation(double minRotation)
public void setMaxRotation(double maxRotation)
public void setShapeImage(ImageBackground shapeImage)
public java.lang.String getChartType()
getChartType 在类中 PlotGlyph<VanChartDataSeries>public void addNotNullSeriesJSON(JSONObject js, Repository repo, ChartWebPara para) throws JSONException
addNotNullSeriesJSON 在类中 VanChartPlotGlyphJSONExceptionpublic java.awt.Color[] createColors4Series()
VanChartPlotGlyphcreateColors4Series 在类中 VanChartPlotGlyphpublic double[] getRangeMinAndMaxValue(double minValue,
double maxValue)
public JSONObject getPlotOptionsJSON(Repository repo, boolean isJsDraw, ChartWebPara para) throws JSONException
getPlotOptionsJSON 在类中 VanChartPlotGlyphrepo - 请求isJsDraw - 动态展示para - JSONException - 抛出问题public java.lang.String getPointkey(JSONObject pointData) throws JSONException
getPointkey 在类中 VanChartPlotGlyphJSONExceptionpublic java.lang.String getPointValue(JSONObject pointData) throws JSONException
getPointValue 在类中 VanChartPlotGlyphJSONExceptionpublic java.lang.String demoImagePath()
demoImagePath 在类中 VanChartPlotGlyph