限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
XYScatterPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建PlotGlyph
|
PlotGlyph |
StockPlot.createPlotGlyph(ChartData chartData)
创建StockPlotGlyph
|
PlotGlyph |
RangePlot.createPlotGlyph(ChartData chartData)
根据ChartData创建RangePlotGlyph
|
PlotGlyph |
RadarPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建相应的PlotGlyph
|
abstract PlotGlyph |
Plot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|
PlotGlyph |
PiePlot.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
PlotGlyph |
Pie3DPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建PlotGlyph
|
PlotGlyph |
MeterPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建初始化PlotGlyph
|
PlotGlyph |
MapPlot.createPlotGlyph(ChartData chartData)
创建地图的MapPlotGlyph, 地图图形实例
|
PlotGlyph |
LinePlot.createPlotGlyph(ChartData chartData)
创建LinePlotGlyph
|
PlotGlyph |
GisMapPlot.createPlotGlyph(ChartData chartData)
通过数据构造一个画图对象
|
PlotGlyph |
GanttPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建GanttPlotGlyph
|
PlotGlyph |
FunnelPlot.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
PlotGlyph |
Donut3DPlot.createPlotGlyph(ChartData chartData)
根据chartData创建plotGlyph
|
PlotGlyph |
Donut2DPlot.createPlotGlyph(ChartData chartData)
根据chartData创建plotglyph
|
PlotGlyph |
CustomPlot.createPlotGlyph(ChartData chartData)
根据ChartData生成对应的PlotGlyph
|
PlotGlyph |
ChartsPlot.createPlotGlyph(ChartData chartData) |
PlotGlyph |
BubblePlot.createPlotGlyph(ChartData chartData)
根据ChartData生成相应的BubblePlotGlyph
|
PlotGlyph |
Bar3DPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建Bar3DPlotGlyph
|
PlotGlyph |
Bar2DPlot.createPlotGlyph(ChartData chartData)
根据ChartData创建对应的Bar2DPlotGlyph
|
PlotGlyph |
AreaPlot.createPlotGlyph(ChartData chartData)
根据ChartData 生成对应的AreaPlotGlyph
|
PlotGlyph |
Area3DPlot.createPlotGlyph(ChartData chartData)
根据ChartData生成对应的Area3DPlotGlyph.
|
protected PlotGlyph |
Chart.createPlotGlyph4ChartGlyph(ChartData chartData,
ChartGlyph chartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
XYScatterPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData)
根据ChartData给PlotGlyph添加系列点
|
protected void |
StockPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData cd)
更正到股价图的对应股价图数据 并添加系列点
|
protected void |
Plot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData) |
protected void |
MeterPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData)
更正返回仪表盘的ChartData 并添加系列点
|
protected void |
MapPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData cd) |
protected void |
GisMapPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData cd) |
protected void |
GanttPlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData)
根据ChartData添加系列点到PlotGlyph中
|
protected void |
BubblePlot.addSeries2PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData)
根据ChartData, 为PlotGlyph创建并添加系列点
|
protected void |
Plot.addSeriesByIndex(int from,
int to,
PlotGlyph plotGlyph,
ChartData cd) |
protected void |
PiePlot.addSeriesByIndex(int from,
int to,
PlotGlyph plotGlyph,
ChartData chartData) |
protected void |
FunnelPlot.addSeriesByIndex(int from,
int to,
PlotGlyph plotGlyph,
ChartData cd) |
protected void |
Plot.addSeriesByIndex(int from,
int to,
PlotGlyph plotGlyph,
ChartData cd,
boolean excludeNull) |
protected void |
GanttPlot.addSeriesByIndex(int from,
int to,
PlotGlyph plotGlyph,
GanttChartData chartData)
按分类 系列序号添加系列点
步骤 a b
项目ID 1 DataPoint DataPoint
项目ID 2 DataPoint DataPoint
|
protected void |
MeterPlot.addSeriesByIndex(PlotGlyph plotGlyph,
MeterChartData chartData)
根据ChartData添加系列点到PlotGlyph
|
protected void |
XYScatterPlot.addSeriesByIndex(PlotGlyph plotGlyph,
ScatterChartData chartData)
按序号分类系列 给PlotGlyph添加系列点
|
protected void |
Plot.addSeriesByIndexWithoutNull(int from,
int to,
PlotGlyph plotGlyph,
ChartData cd) |
protected void |
Plot.createDataLabel4EverySeries(PlotGlyph plotGlyph) |
protected void |
Plot.createDataPointLabel(PlotGlyph plotGlyph)
createDataLabel for DataPoint
|
protected void |
MapPlot.createDataPointLabel(PlotGlyph plotGlyph) |
protected void |
FunnelPlot.createDataPointLabel(PlotGlyph plotGlyph)
createDataLabel for DataPoint
|
DataSheetGlyph |
Plot.createDataSheetGlyph(PlotGlyph plotGlyph)
创建数据表对应的Glyph
|
protected void |
Chart.createDataSheetGlyph4ChartGlyph(ChartGlyph chartGlyph,
PlotGlyph plotGlyph) |
protected void |
Chart.createLegendGlyph(ChartGlyph chartGlyph,
PlotGlyph plotGlyph) |
LegendGlyph |
StockPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例 需要判断趋势线之后 再决定返回LegendGlyph
|
LegendGlyph |
Plot.createLegendGlyph(PlotGlyph plotGlyph)
kunsnat: 股价图.
|
LegendGlyph |
MapPlot.createLegendGlyph(PlotGlyph plotGlyph)
根据地图特性, 创建热力图类似的图例, 颜色和个数大都是指定的
|
LegendGlyph |
Bar2DPlot.createLegendGlyph(PlotGlyph plotGlyph)
在创建时 如果系列为1.
|
LegendItem[] |
Plot.createLegendItems(PlotGlyph plotGlyph)
kunsnat: 甘特图不同, 还有气泡图.
|
LegendItem[] |
GanttPlot.createLegendItems(PlotGlyph plotGlyph)
创建股价图的对应系列图例项
|
LegendItem[] |
BubblePlot.createLegendItems(PlotGlyph plotGlyph)
创建图例项
|
LegendItem[] |
Plot.createLegendItems(PlotGlyph plotGlyph,
int seriesSize)
将趋势线也加入到图例中.
|
void |
Plot.install4PlotGlyph(PlotGlyph plotGlyph,
ChartData chartData)
初始化PlotGlyph中的属性, 和Plot同步
|
限定符和类型 | 类和说明 |
---|---|
class |
ChartGlyph<T extends PlotGlyph,U extends LegendGlyph,V extends DataSheetGlyph>
类说明 图表图像, 实现画法.
|
限定符和类型 | 类和说明 |
---|---|
class |
Area3DPlotGlyph
三维饼图绘图区图形对象
|
class |
AreaPlotGlyph
面积图绘图区图形对象.
|
class |
Bar2DPlotGlyph
二维柱形图绘图区图形对象
|
class |
Bar3DPlotGlyph
三维柱形图绘图区图形对象.
|
class |
BarPlotGlyph
柱状图绘图区图形对象.
|
class |
BubblePlotGlyph
气泡图绘图区图形对象.
|
class |
CategoryPlotGlyph
具有分类轴的绘图区的图形对象.
|
class |
CompositePiePlotGlyph
复合饼图: 包括复合柱形图 复合饼图.
|
class |
CustomPlotGlyph
组合图绘图区图形对象.
|
class |
Donut2DPlotGlyph
2维的圆环图
|
class |
Donut3DPlotGlyph
三围圆环图绘图区图形对象
|
class |
DonutPlotGlyph
圆环图绘图区图形对象
|
class |
FunnelPlotGlyph
Created with IntelliJ IDEA.
|
class |
GanttPlotGlyph
甘特图绘图区图形对象.
|
class |
GisMapPlotGlyph
Gis地图绘图区队形
|
class |
LinePlotGlyph
折线图绘图区图形对象.
|
class |
MapPlotGlyph
地图绘图区图形对象.
|
class |
MeterPlotGlyph |
class |
Pie3DPlotGlyph
三维饼图绘图区图形对象.
|
class |
PiePlotGlyph
饼图绘图区图形对象.
|
class |
RadarPlotGlyph
雷达图绘图区图形对象.
|
class |
RangePlotGlyph
全距图绘图区图形对象.
|
class |
RectanglePlotGlyph
具有二维矩形坐标轴区域的图表绘图区图形对象.
|
class |
StockPlotGlyph
股价图绘图区图形对象
|
class |
XYPlotGlyph
XY均为值轴的绘图区图形对象
|
class |
XYScatterPlotGlyph
散点图绘图区图形对象.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph[] |
CustomPlotGlyph.getAllPlotGlyph()
返回所有plotGlyph的数组,用于单元测试
|
限定符和类型 | 方法和说明 |
---|---|
DataSheetGlyph |
DataSheet.createDataSheetGlyph(PlotGlyph plotGlyph,
LegendItem[] legendItems)
根据画图区的Glypgh对象和图例元素的集合生成数据表的Glyph,如果数据表不可见则返回null
|
void |
DataSheetGlyph.doLayout(PlotGlyph plotGlyph)
数据表的布局方法调用
|
void |
DataSheetGlyph.setDataWithoutLegendItems(PlotGlyph plotGlyph)
初始化数据
|
构造器和说明 |
---|
DataSheetGlyph(PlotGlyph plotGlyph) |
DataSheetGlyph(PlotGlyph plotGlyph,
LegendItem[] legendItem) |
构造器和说明 |
---|
PlotActiveGlyph(ChartComponent chartComponent,
PlotGlyph plotGlyph,
Glyph parentGlyph) |
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
PiePlot4VanChart.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartAreaPlotGlyph
Created by Mitisky on 15/11/19.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartAreaPlot.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartLegend.createLegendGlyph(PlotGlyph plotGlyph)
生成画图例的Glyph
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartPlot.createDataPointLabel(PlotGlyph plotGlyph)
新图表为了预览速度,在plotGlyph中生成标签
|
DataSheetGlyph |
VanChartRectanglePlot.createDataSheetGlyph(PlotGlyph plotGlyph)
创建数据表对应的Glyph
|
VanChartLegendGlyph |
VanChartPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartBubblePlotGlyph
Created by Mitisky on 16/3/31.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartBubblePlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartColumnPlotGlyph
Created by Mitisky on 15/9/28.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartColumnPlot.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartCustomPlotGlyph
Created by Fangjie on 2016/5/6.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartCustomPlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartDrillMapPlotGlyph
Created by Mitisky on 16/6/20.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartDrillMapPlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartFunnelPlotGlyph
Created by Mitisky on 16/10/10.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartFunnelPlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGanttPlotGlyph
Created by hufan on 2017/1/9.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartGanttPlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGaugePlotGlyph
Created by Mitisky on 15/11/27.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartGaugePlot.createPlotGlyph(ChartData chartData)
根据ChartData创建初始化PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartPlotGlyph
Created by Mitisky on 15/11/17.
|
class |
VanChartRectanglePlotGlyph
矩形绘图区图表
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartHeatMapPlotGlyph
Created by Mitisky on 16/10/20.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartHeatMapPlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartHeatMapPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartLinePlotGlyph
Created by Mitisky on 15/11/10.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartLinePlot.createPlotGlyph(ChartData chartData)
创建相关PlotGlyph
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMapPlotGlyph
Created by Mitisky on 16/5/19.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartMapPlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
由于地图地图具有图片属性,故而在创建plotGlyph之前需要注册最新的plot
|
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartMapPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMapBubblePlotGlyph
Created by Mitisky on 16/6/6.
|
class |
VanChartMapScatterPlotGlyph
Created by Mitisky on 16/6/6.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMultiPiePlotGlyph
Created by Fangjie on 2016/6/17.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartMultiPiePlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartPiePlotGlyph
Created by Mitisky on 15/8/18.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartRadarPlotGlyph
Created by Mitisky on 15/12/28.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartRadarPlot.createPlotGlyph(ChartData chartData)
根据ChartData生成对应的Area3DPlotGlyph.
|
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartRangeLegend.createLegendGlyph(PlotGlyph plotGlyph) |
void |
GradualIntervalConfig.dealGradualLegendMinAndMaxValue(VanChartRangeLegendGlyph legendGlyph,
PlotGlyph plotGlyph) |
void |
GradualLegend.initGradualLegendGlyph(VanChartRangeLegendGlyph legendGlyph,
PlotGlyph plotGlyph) |
void |
SectionLegend.initSectionLegendGlyph(VanChartRangeLegendGlyph legendGlyph,
PlotGlyph plotGlyph) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartScatterPlotGlyph
Created by hu on 16/24/3.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartScatterPlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartScatterPlot.createLegendGlyph(PlotGlyph plotGlyph)
创建图例
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartStructurePlotGlyph
Created by shine on 2017/2/16.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartStructurePlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 方法和说明 |
---|---|
VanChartLegendGlyph |
VanChartStructurePlot.createLegendGlyph(PlotGlyph plotGlyph) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartTreeMapPlotGlyph
Created by Fangjie on 2016/7/12.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartTreeMapPlot.createPlotGlyph(ChartData chartData) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartGlyph.addColorsJSON(PlotGlyph plotGlyph,
JSONObject js)
配色写入json
|
void |
VanChartGlyph.addPlotBackgroundAndBorder(PlotGlyph plotGlyph,
JSONObject js,
Repository repo)
绘图区背景写入json
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartWordCloudPlotGlyph
Created by Mitisky on 16/11/29.
|
限定符和类型 | 方法和说明 |
---|---|
PlotGlyph |
VanChartWordCloudPlot.createPlotGlyph(ChartData chartData)
根据图表数据创建Plot对应的PlotGlyph
|