public class Donut3DPlot extends DonutPlot
DONUT_VALUES
combinedSize, DEFAULT_SIZE, MARKERSIZE, SECOND_AXIS, secondShowUnit, showUnit, X_AXIS, XML_TAG, Y_AXIS
构造器和说明 |
---|
Donut3DPlot() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone()
克隆
|
PlotGlyph |
createPlotGlyph(ChartData chartData)
根据chartData创建plotGlyph
|
protected void |
dealCondition(LineMarkerIcon itemIcon,
DataSeries dataSeries,
java.awt.Color[] colors)
处理条件属性
|
boolean |
equals(java.lang.Object ob)
比较和Object是否相等
|
int |
getDetailType()
具体得类型
|
java.lang.String |
getPlotName()
返回Plot的类型名称,
|
Projection |
getProjection() |
void |
install4PlotGlyph(Donut3DPlotGlyph plotGlyph,
ChartData chartData)
根据ChartData 创建PlotGlyph 添加系列点 并同步Plot的属性到PlotGlyph
|
boolean |
is3D()
是3d图表类型
|
boolean |
isSupport3D()
是否支持3D
|
boolean |
isSupportSeriesDrag()
支持系列拖拽
|
boolean |
needAnalysisLinePane()
判断是否需要加载分析线型界面
|
void |
readXML(XMLableReader reader)
读取XML属性
|
void |
setProjection(Projection projection) |
void |
writeXML(XMLPrintWriter writer)
输出XML属性
|
defaultChartData, getCategoryGap, getInnerRadiusPercent, getPlotID, getPlotSmallIconPath, getPlotType, getSeriesGap, install4PlotGlyph, isHaveAxis, isSupportCate, matchPlotType, setCategoryGap, setInnerRadiusPercent, setSeriesGap
accept, addSeries2PlotGlyph, addSeriesByIndex, addSeriesByIndex, addSeriesByIndexWithoutNull, anyChartAdvancedInteractionUse, buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, clearConditionAttrAndRenewLegend, createDataLabel4DataPointWithCondition, createDataLabel4EverySeries, createDataLabelWithDataPoint4Map, createDataPoint, createDataPointLabel, createDataSeries, createDataSheetGlyph, createLegendGlyph, createLegendItems, createLegendItems, createNullChartData, dealColorCondition, dealFormula, dealLineCondition, dealNullPointAndCategoryNum, defaultSecondMoreCate, defaultThirdMoreCate, dependence, exsitMarkerType, getAlertLinePaneTitle, getAutoRefreshPerSecond, getAxis, getAxis, getCategoryNameTextAttr, getCombinedSize, getConditionCollection, getDataProcessor, getDataProcessor4Definition, getDataSheet, getHotHyperLink, getHotTooltipStyle, getHyperLinkEditorMap, getInteractivePaneArrayThatNotSurpport, getLegend, getLegendMarkerIcon, getLegendMarkerIcon4Line, getMaxValueFromData, getMaxValueFromData, getMinValueFromData, getPlotDetailType, getPlotFillStyle, getPlotStyle, getSecondAxis, getSeriesIndexConditionCollection, getUnitTextAttr, getValueTextAttr, getxAxis, getyAxis, hasEffect, hyperLinkParas, install4PlotGlyph, isExsitLineStyle, isGisKindLabel, isInteractiveAxisTooltip, isMapKindLabel, isMapPlot, isMeterPlot, isNeedRenameHyperLinkPane, isNullValueBreak, isOnlyIntervalBackground, isSeriesDragEnable, isShowAllDataPointLabel, isShowCateName, isSupportAddress4Gis, isSupportAnimate, isSupportAutoRefresh, isSupportAxisLabelWrapShow, isSupportAxisLineStyle, isSupportAxisReverse, isSupportAxisTip, isSupportBorder, isSupportCategoryFilter, isSupportDataLabelAttr, isSupportDataSeriesAttr, isSupportDataSeriesCondition, isSupportDataSheet, isSupportDelimiter, isSupportIntervalBackground, isSupportLeadLine, isSupportLegend, isSupportMoreCate, isSupportPlotBackground, isSupportSeriesFilter, isSupportTooltipInInteractivePane, isSupportTooltipSeriesType, isSupportTrendLine, isSupportValuePercent, isSupportZoomCategoryAxis, isSupportZoomDirection, isUseSecondAxis, isValidPlot, match4GUI, modFormulaString, readerAttr, readPlotXML, resetNullLegendAttr, setAutoRefreshPerSecond, setCategoryNameTextAttr, setCombinedSize, setConditionCollection, setDataProcessor, setDataSheet, setHotHyperLink, setHotTooltipStyle, setInteractiveAxisTooltip, setLegend, setNullValueBreak, setPlotFillStyle, setPlotStyle, setSecondAxis, setSecondShowUnit, setSeriesDragEnable, setShowCateName, setShowUnit, setUnitTextAttr, setValueTextAttr, setxAxis, setyAxis
changedAttrToJSONObject, changeStyleAttrAlpha, changeStyleAttrBackground, changeStyleAttrBorder, changeStyleAttrColor, changeStyleAttrContents, changeStyleAttrLineStyle, getAlpha, getBackground, getBorderColor, getBorderStyle, getRoundRadius, isRoundBorder, isShadow, readGeneralInfoXML, setAlpha, setAttrAlpha, setBackground, setBorderColor, setBorderStyle, setRoundBorder, setRoundRadius, setShadow, toJSONObject, writeGeneralInfoXML
public PlotGlyph createPlotGlyph(ChartData chartData)
createPlotGlyph
在类中 Plot
chartData
- 图表相关的数据public void install4PlotGlyph(Donut3DPlotGlyph plotGlyph, ChartData chartData)
plotGlyph
- 绘图区对象chartData
- 图表数据protected void dealCondition(LineMarkerIcon itemIcon, DataSeries dataSeries, java.awt.Color[] colors)
dealCondition
在类中 Plot
public void setProjection(Projection projection)
public Projection getProjection()
public java.lang.String getPlotName()
getPlotName
在接口中 BasePlot
getPlotName
在类中 DonutPlot
public void readXML(XMLableReader reader)
GeneralInfo
readXML
在接口中 XMLReadable
readXML
在类中 DonutPlot
reader
- XML读取器XMLableReader
public void writeXML(XMLPrintWriter writer)
GeneralInfo
public boolean isSupportSeriesDrag()
isSupportSeriesDrag
在类中 Plot
public boolean needAnalysisLinePane()
needAnalysisLinePane
在类中 Plot
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
GeneralInfo
clone
在接口中 FCloneable
clone
在类中 Plot
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public boolean isSupport3D()
isSupport3D
在类中 Plot
public boolean equals(java.lang.Object ob)
GeneralInfo
public int getDetailType()
getDetailType
在类中 Plot