程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.chart.gui.active | |
com.fr.plugin.chart.bubble | |
com.fr.plugin.chart.glyph | |
com.fr.plugin.chart.scatter | |
com.fr.plugin.chart.treemap |
限定符和类型 | 方法和说明 |
---|---|
TextGlyph |
Title.createGlyph4AxisTitle()
将坐标轴标题转换为坐标轴图形
|
限定符和类型 | 类和说明 |
---|---|
class |
TitleGlyph
不可旋转、截取显示、自动换行的图表标题文本
|
限定符和类型 | 字段和说明 |
---|---|
protected TextGlyph |
Meter.titleGlyph
标题
|
protected TextGlyph |
AxisGlyph.titleGlyph |
限定符和类型 | 方法和说明 |
---|---|
TextGlyph |
DataPoint.getDataLabel()
获取数据点的标签
|
TextGlyph |
Meter.getTitle()
返回仪表盘的标题
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
PlotGlyph.notDealDataPointLabel(DataPoint dataPoint,
TextGlyph textGlyph) |
void |
DataPoint4Pie.setDataLabel(TextGlyph dataLabel) |
void |
DataPoint4Funnel.setDataLabel(TextGlyph dataLabel) |
void |
DataPoint.setDataLabel(TextGlyph dataLabel)
设置数据点的标签
|
void |
Meter.setTitle(TextGlyph title)
设置仪表盘的标题
|
void |
AxisGlyph.setTitleGlyph(TextGlyph titleGlyph)
设置坐标轴的标题文本Glyph
|
限定符和类型 | 方法和说明 |
---|---|
void |
PlotGlyph.getAllDataPointGlyph(java.util.List<TextGlyph> list)
所有数据点标签的glyph
|
构造器和说明 |
---|
BlueMeter(TextGlyph title,
double value,
MeterStyle meterStyle) |
Meter(TextGlyph title,
double value,
MeterStyle meterStyle) |
SimpleMeter(TextGlyph title,
double value,
MeterStyle meterStyle) |
构造器和说明 |
---|
DataLabelActiveGlyph(ChartComponent chartComponent,
TextGlyph dataLabel,
Glyph parentGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartBubbleDataPoint.drawAutoFontLabelText(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartTitleGlyph
Created by Mitisky on 15/8/17.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartDataPoint.drawAutoFontLabelText(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
protected void |
VanChartDataPoint.drawFontLabelText(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
protected void |
VanChartDataPoint.drawLabelContent(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartScatterDataPoint.drawAutoFontLabelText(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartTreeMapDataPoint.drawLabelContent(TextGlyph textGlyph,
java.awt.Graphics g,
int resolution)
设置标签位置
|