public abstract class Charts<T extends ChartData> extends Chart
限定符和类型 | 字段和说明 |
---|---|
protected T |
ChartData |
wrapperName, XML_TAG
构造器和说明 |
---|
Charts() |
限定符和类型 | 方法和说明 |
---|---|
BaseChartGlyph |
createGlyph(ChartData chartData)
生成ChartGlyph,包括其标题(TitleGlyph)、绘图区(PlotGlyph)和图例(LegendGlyph)属性
|
T |
getChartData() |
protected abstract java.lang.String |
getChartID() |
void |
setChartData(T chartData) |
abstract JSONObject |
toJSON(Repository repo) |
accept, anyChartAdvancedInteractionUse, buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, changePlotFormat4ADHOC, changePlotInNewType, changeSimDemo4ADHOC, clone, comChange4PiePlot, createDataSheetGlyph4ChartGlyph, createLegendGlyph, createNullChartData, createPlotGlyph4ChartGlyph, createTitleGlyph4ChartGlyph, dealFormula, defaultChartData, demoImgEvent, dependence, equals, getBasePlot, getChartName, getDataProcessor, getFilterDefinition, getImagePath, getPlot, getPlotType, getPriority, getRefreshTime, getRequiredJS, getTitle, getWrapperName, getXmlTag, initChart, isJSDraw, isStyleGlobal, isUseMoreDate, isValidPlot, modFormulaString, readChartXML, readXML, setChartImagePath, setDataProcessor, setFilterDefinition, setJSDraw, setPlot, setRequiredJs, setStyleGlobal, setTitle, setWrapperName, supportChange, switchPlot, writeDefinition, writeXML
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 T getChartData()
public void setChartData(T chartData)
protected abstract java.lang.String getChartID()
public BaseChartGlyph createGlyph(ChartData chartData)
Chart
createGlyph
在接口中 BaseChart
createGlyph
在类中 Chart
chartData
- 生成ChartGlyph所用的图表数据public abstract JSONObject toJSON(Repository repo) throws JSONException
JSONException