public interface VanChartDataSheetPlotGlyphInterface
限定符和类型 | 方法和说明 |
---|---|
void |
adjustAxisGlyphWithBottomGap(double bottomGap)
布局数据表的时候,需要对绘图区下方继续裁剪,
下方x坐标轴也要进行平移等计算,y坐标轴需要计算unitLength等。
|
void |
adjustAxisGlyphWithLeftGap(double leftGap)
布局数据表的时候,坐标轴左侧对绘图区的裁剪部分不够数据表使用,需要对绘图区左侧继续裁剪,
因为是相对位置,所以只需要右侧的y坐标轴往左移就好了,x坐标轴需要计算unitLength等。
|
LegendItem[] |
createDataSheetLegendItems() |
LegendItem[] |
createLegendItems() |
int |
getBottomXAxisCount() |
java.awt.geom.Rectangle2D |
getBounds()
返回矩形Glyph的边界
|
VanChartBaseAxisGlyph |
getDefaultXAxisGlyph() |
DataSeries |
getSeries(int index)
指定位置上的系列, 如果不存在, 则返回一个空的系列.
|
int |
getSeriesSize()
已经添加的系列的数量
|
void |
setBounds(java.awt.geom.RectangularShape bounds)
设置矩形Glyph的边界
|
void adjustAxisGlyphWithLeftGap(double leftGap)
leftGap
- 绘图区左侧还需要裁剪leftGapvoid adjustAxisGlyphWithBottomGap(double bottomGap)
bottomGap
- 绘图区下方还需要裁剪rightGapjava.awt.geom.Rectangle2D getBounds()
void setBounds(java.awt.geom.RectangularShape bounds)
bounds
- 矩形边界VanChartBaseAxisGlyph getDefaultXAxisGlyph()
int getBottomXAxisCount()
LegendItem[] createLegendItems()
LegendItem[] createDataSheetLegendItems()
int getSeriesSize()
DataSeries getSeries(int index)
index
- 要返回的系列的索引