public class GisMapPlot extends Plot
combinedSize, DEFAULT_SIZE, MARKERSIZE, SECOND_AXIS, secondShowUnit, showUnit, X_AXIS, Y_AXIS
构造器和说明 |
---|
GisMapPlot() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData cd) |
void |
clearConditionAttrAndRenewLegend(Plot oldPlot)
清除条件属性 并且刷新图例.
|
ChartData |
createNullChartData()
gis地图的默认数据
|
PlotGlyph |
createPlotGlyph(ChartData chartData)
通过数据构造一个画图对象
|
ChartData |
defaultChartData()
gis地图的默认数据
|
boolean |
equals(java.lang.Object ob)
比较和Object是否相等
|
java.lang.String |
getBaiduKey() |
java.lang.String |
getGoogleKey() |
java.util.HashMap<java.lang.String,BaseFormula> |
getHyperLinkEditorMap()
得到当前图表超链参数下拉框中有的选项
|
Legend |
getLegend()
gis地图没有图例
|
java.lang.String |
getPlotID()
用于识别图表类型的ID,不能用class对象,因为像柱形图和条形图是一个class对象
|
java.lang.String |
getPlotName()
返回Plot的类型名称,
|
java.lang.String |
getPlotSmallIconPath()
返回具体图表的地址,目前用于图表设计器的图表切换 ,默认返回二维柱形图小图标
|
ChartTypeValueCollection |
getPlotType()
返回属于哪一种图表类型
|
boolean |
isAddress()
地址的类型
|
boolean |
isGisKindLabel()
返回标签是否是地图和gis地图这种有地址这样的信息的
|
boolean |
isGisType()
获取gisType
|
boolean |
isHaveAxis()
界面用到的 先判断下是否有坐标轴, 是否需要加载坐标轴界面
|
boolean |
isSupportAddress4Gis()
返回是否支持提示地址.
|
boolean |
isSupportAnimate()
是否支持动态 展示图表
|
boolean |
isSupportDataSeriesAttr()
有无系列属性
|
boolean |
isSupportDataSeriesCondition()
是否支持系列属性, 默认不支持.
|
boolean |
isSupportLegend()
是否支持图例
|
boolean |
isSupportPlotBackground()
是否支持绘图区背景
|
boolean |
isSupportValuePercent()
是否支持 值百分比
|
boolean |
matchPlotType(Plot newPlot)
是否匹配
|
void |
readXML(XMLableReader reader)
读取XML属性
|
void |
setAddressType(boolean addressType) |
void |
setBaiduKey(java.lang.String key) |
void |
setGisType(boolean type)
设置gisType
|
void |
setGoogleKey(java.lang.String key) |
void |
writeXML(XMLPrintWriter writer)
输出XML属性
|
accept, addSeriesByIndex, addSeriesByIndex, addSeriesByIndexWithoutNull, anyChartAdvancedInteractionUse, buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, clone, createDataLabel4DataPointWithCondition, createDataLabel4EverySeries, createDataLabelWithDataPoint4Map, createDataPoint, createDataPointLabel, createDataSeries, createDataSheetGlyph, createLegendGlyph, createLegendItems, createLegendItems, dealColorCondition, dealCondition, dealFormula, dealLineCondition, dealNullPointAndCategoryNum, defaultSecondMoreCate, defaultThirdMoreCate, dependence, exsitMarkerType, getAlertLinePaneTitle, getAutoRefreshPerSecond, getAxis, getAxis, getCategoryNameTextAttr, getCombinedSize, getConditionCollection, getDataProcessor, getDataProcessor4Definition, getDataSheet, getDetailType, getHotHyperLink, getHotTooltipStyle, getInteractivePaneArrayThatNotSurpport, getLegendMarkerIcon, getLegendMarkerIcon4Line, getMaxValueFromData, getMaxValueFromData, getMinValueFromData, getPlotDetailType, getPlotFillStyle, getPlotStyle, getSecondAxis, getSeriesIndexConditionCollection, getUnitTextAttr, getValueTextAttr, getxAxis, getyAxis, hasEffect, hyperLinkParas, install4PlotGlyph, is3D, isExsitLineStyle, isInteractiveAxisTooltip, isMapKindLabel, isMapPlot, isMeterPlot, isNeedRenameHyperLinkPane, isNullValueBreak, isOnlyIntervalBackground, isSeriesDragEnable, isShowAllDataPointLabel, isShowCateName, isSupport3D, isSupportAutoRefresh, isSupportAxisLabelWrapShow, isSupportAxisLineStyle, isSupportAxisReverse, isSupportAxisTip, isSupportBorder, isSupportCate, isSupportCategoryFilter, isSupportDataLabelAttr, isSupportDataSheet, isSupportDelimiter, isSupportIntervalBackground, isSupportLeadLine, isSupportMoreCate, isSupportSeriesDrag, isSupportSeriesFilter, isSupportTooltipInInteractivePane, isSupportTooltipSeriesType, isSupportTrendLine, isSupportZoomCategoryAxis, isSupportZoomDirection, isUseSecondAxis, isValidPlot, match4GUI, modFormulaString, needAnalysisLinePane, 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 java.lang.String getPlotName()
BasePlot
public void setAddressType(boolean addressType)
public boolean isAddress()
public void setGisType(boolean type)
type
- true表示百度地图public boolean isGisType()
public void clearConditionAttrAndRenewLegend(Plot oldPlot)
clearConditionAttrAndRenewLegend
在类中 Plot
oldPlot
- 原来的绘图区对象public PlotGlyph createPlotGlyph(ChartData chartData)
createPlotGlyph
在类中 Plot
chartData
- 数据protected void addSeries2PlotGlyph(PlotGlyph plotGlyph, ChartData cd)
addSeries2PlotGlyph
在类中 Plot
public boolean matchPlotType(Plot newPlot)
matchPlotType
在类中 Plot
newPlot
- 新对象public ChartData defaultChartData()
defaultChartData
在类中 Plot
public ChartData createNullChartData()
createNullChartData
在类中 Plot
public boolean isHaveAxis()
isHaveAxis
在类中 Plot
public java.lang.String getBaiduKey()
public void setBaiduKey(java.lang.String key)
public java.lang.String getGoogleKey()
public void setGoogleKey(java.lang.String key)
public boolean isSupportDataSeriesAttr()
isSupportDataSeriesAttr
在类中 Plot
public boolean isSupportAddress4Gis()
isSupportAddress4Gis
在类中 Plot
public boolean isSupportDataSeriesCondition()
isSupportDataSeriesCondition
在类中 Plot
public boolean isSupportValuePercent()
isSupportValuePercent
在类中 Plot
public boolean isSupportAnimate()
isSupportAnimate
在类中 Plot
public void writeXML(XMLPrintWriter writer)
GeneralInfo
public void readXML(XMLableReader reader)
GeneralInfo
readXML
在接口中 XMLReadable
readXML
在类中 Plot
reader
- XML读取器XMLableReader
public boolean equals(java.lang.Object ob)
GeneralInfo
public ChartTypeValueCollection getPlotType()
getPlotType
在类中 Plot
public boolean isSupportPlotBackground()
isSupportPlotBackground
在类中 Plot
public java.lang.String getPlotSmallIconPath()
Plot
getPlotSmallIconPath
在接口中 BasePlot
getPlotSmallIconPath
在类中 Plot
public boolean isGisKindLabel()
isGisKindLabel
在类中 Plot
public boolean isSupportLegend()
isSupportLegend
在类中 Plot
public java.lang.String getPlotID()
Plot
public java.util.HashMap<java.lang.String,BaseFormula> getHyperLinkEditorMap()
Plot
getHyperLinkEditorMap
在接口中 BasePlot
getHyperLinkEditorMap
在类中 Plot