public class CustomPlotFactory
extends java.lang.Object
构造器和说明 |
---|
CustomPlotFactory() |
限定符和类型 | 方法和说明 |
---|---|
static void |
axisSynchronization(VanChartCustomPlot plot)
柱坐标轴和使用直角坐标系的图表坐标轴属性同步
|
static boolean |
customPlotContains(java.util.List<VanChartPlot> list,
CustomPlotType customPlotType)
判断对应的类型是否在list中
|
static void |
dataSheetSynchronization(VanChartCustomPlot plot)
数据表属性同步
|
static void |
dealAttrTooltipMultiSeries(VanChartPlot vanChartPlot)
设置组合图数据点提示属性
|
static VanChartPlot |
getCustomPlot(CustomPlotType plotType) |
static CustomPlotType |
getCustomType(Plot plot) |
static java.lang.String |
getTitle(CustomPlotType customPlotType)
获取每种类型的切换按钮标题
|
static java.lang.String |
getTooltipText(CustomPlotType customPlotType)
获取每种类型的数据点提示文本
|
static java.lang.String[] |
getTypeIconPath(CustomPlotType customPlotType)
每种图表对应的背景位置,新增时也需要增加
|
static java.lang.Boolean |
isAddPlotOption4Series(VanChartPlotGlyph plotGlyph) |
static java.lang.Boolean |
isToCate4Series(VanChartPlotGlyph plotGlyph) |
static void |
setCustomCategoryAttr(VanChartCustomPlot plot)
设置组合图的分类坐标轴属性
|
public static boolean customPlotContains(java.util.List<VanChartPlot> list, CustomPlotType customPlotType)
list
- customPlotType
- public static void axisSynchronization(VanChartCustomPlot plot)
plot
- public static void dataSheetSynchronization(VanChartCustomPlot plot)
plot
- public static void setCustomCategoryAttr(VanChartCustomPlot plot)
plot
- public static VanChartPlot getCustomPlot(CustomPlotType plotType)
public static void dealAttrTooltipMultiSeries(VanChartPlot vanChartPlot)
vanChartPlot
- public static CustomPlotType getCustomType(Plot plot)
public static java.lang.Boolean isToCate4Series(VanChartPlotGlyph plotGlyph)
public static java.lang.Boolean isAddPlotOption4Series(VanChartPlotGlyph plotGlyph)
public static java.lang.String[] getTypeIconPath(CustomPlotType customPlotType)
customPlotType
- public static java.lang.String getTooltipText(CustomPlotType customPlotType)
public static java.lang.String getTitle(CustomPlotType customPlotType)