程序包 | 说明 |
---|---|
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.design.chart.gui.active | |
com.fr.plugin.chart.glyph |
限定符和类型 | 方法和说明 |
---|---|
TitleGlyph |
Title.createGlyph()
将标题属性转为标题图形
|
限定符和类型 | 方法和说明 |
---|---|
TitleGlyph |
ChartGlyph.getTitleGlyph()
获取标题对象
|
限定符和类型 | 方法和说明 |
---|---|
void |
ChartGlyph.setTitleGlyph(TitleGlyph titleGlyph)
设置标题对象
|
static void |
ChartGlyphLayout.titleGlyphDoLayout(java.awt.geom.Rectangle2D chartBounds,
TitleGlyph titleGlyph,
int resolution)
布局标题
含有直角坐标系的图形使用
|
构造器和说明 |
---|
TextActiveGlyph(ChartComponent chartComponent,
TitleGlyph titleGlyph,
Glyph parentGlyph) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartTitleGlyph
Created by Mitisky on 15/8/17.
|