限定符和类型 | 方法和说明 |
---|---|
protected DataPoint |
StockPlot.createDataPoint()
创建股价图的系列点
|
protected DataPoint |
Plot.createDataPoint() |
protected DataPoint |
PiePlot.createDataPoint() |
protected DataPoint |
FunnelPlot.createDataPoint() |
protected DataPoint |
BarPlot.createDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
Plot.createDataLabel4DataPointWithCondition(DataPoint dataPoint,
ConditionCollection conditionCollection) |
protected void |
Plot.createDataLabelWithDataPoint4Map(DataPoint dataPoint,
DataPoint4Map dataPoint4Map) |
protected void |
Plot.dealNullPointAndCategoryNum(NormalChartData chartData,
int seriesIndex,
int categoryIndex,
DataPoint dataPoint) |
限定符和类型 | 类和说明 |
---|---|
class |
DataSeries<T extends DataPoint>
图表的数据系列, 添加不同分类的系列点
|
限定符和类型 | 类和说明 |
---|---|
class |
DataPoint4Bubble
气泡中的数据点, 一个气泡即对应一个数据点.
|
class |
DataPoint4Funnel
Created with IntelliJ IDEA.
|
class |
DataPoint4Gantt
甘特图的数据点, 完整信息包括: 项目的ID, 百分比进度, 计划开始结束, 实际开始结束时间.
|
class |
DataPoint4GisMap
gis地图数据点定义
|
class |
DataPoint4Map
地图专用
|
class |
DataPoint4Pie
饼图的数据点, 一个扇形即为一个饼图的数据点.
|
class |
DataPoint4Stock
股价图系列点, 完整信息包括: 成交量, 开盘, 盘高, 盘低, 收盘.
|
class |
DataPoint4XY
散点图的系列点.
|
限定符和类型 | 方法和说明 |
---|---|
DataPoint |
DataSeries.getDataPoint(int categoryIndex)
获取系列中指定位置的数据点,如果该位置没有数据点,则返回一个默认的数据点对象
|
protected DataPoint |
PlotGlyph.getFirstDataPoint() |
限定符和类型 | 方法和说明 |
---|---|
protected ShapeGlyph |
PiePlotGlyph.calculateShapeGlyph4DifferentSub(DataPoint dataPoint) |
java.lang.String |
DataPointLabelInfo.createLabelText(DataPoint dataPoint)
生成DataPoint的系列标签
|
java.lang.String |
DataPointLabelInfo.createLabelText4Map(DataPoint dataPoint)
组合地图的标签创建
|
void |
MarkerGlyph.dealCondition4Area(ConditionCollection collection,
DataPoint dataPoint,
java.awt.Color[] colors)
处理面积图的条件显示
|
void |
MarkerGlyph.dealCondition4Line(ConditionCollection collection,
DataPoint dataPoint,
java.awt.Color[] colors)
处理折线类的条件显示
|
protected void |
PlotGlyph.dealDataPointLabel(DataPoint dataPoint,
int resolution)
处理数据点的标签的边框
|
protected void |
PiePlotGlyph.dealInsideLabelBounds(DataPoint dataPoint,
int resolution) |
protected void |
Pie3DPlotGlyph.dealInsideLabelBounds(DataPoint dataPoint,
int resolution) |
protected void |
PiePlotGlyph.dealLabelBounds(DataPoint dataPoint,
int resolution) |
protected void |
Donut3DPlotGlyph.dealLabelBounds(DataPoint dataPoint,
int resolution) |
protected void |
Donut2DPlotGlyph.dealLabelBounds(DataPoint dataPoint,
int resolution) |
protected void |
PlotGlyph.dealLabelBoundsOutPlotBounds(java.awt.geom.Rectangle2D labelBounds,
java.awt.geom.GeneralPath labelsPath,
DataPoint dataPoint,
java.util.List orderList,
int orderListIndex) |
protected void |
PiePlotGlyph.dealLabelBoundsOutPlotBounds(java.awt.geom.Rectangle2D labelBounds,
java.awt.geom.GeneralPath labelsPath,
DataPoint dataPoint,
java.util.List orderList,
int orderListIndex) |
protected void |
FunnelPlotGlyph.dealLabelBoundsOutPlotBounds(java.awt.geom.Rectangle2D labelBounds,
java.awt.geom.GeneralPath labelsPath,
DataPoint dataPoint,
java.util.List orderList,
int orderListIndex) |
protected java.awt.Shape |
PiePlotGlyph.getArc2D(DataPoint dataPoint) |
protected java.awt.Shape |
CompositePiePlotGlyph.getArc2D(DataPoint dataPoint) |
protected java.awt.geom.Rectangle2D |
PlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
DataPoint dataPoint,
int position) |
protected java.awt.geom.Rectangle2D |
BarPlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
DataPoint dataPoint,
int position)
根据标签的位置Position返回特定DataPoint的标签边界,
|
protected java.awt.geom.Rectangle2D |
BarPlotGlyph.getLabelBoundsInHorizontal(java.awt.geom.Dimension2D dim,
java.awt.geom.Rectangle2D rect,
DataPoint dataPoint,
int position) |
protected java.awt.geom.Rectangle2D |
BarPlotGlyph.getLabelBoundsInVertical(java.awt.geom.Dimension2D dim,
java.awt.geom.Rectangle2D rect,
DataPoint dataPoint,
int position) |
protected java.awt.geom.Dimension2D |
PiePlotGlyph.getLabelDim(DataPoint dataPoint,
int resolution) |
protected java.awt.geom.Dimension2D |
Donut3DPlotGlyph.getLabelDim(DataPoint dataPoint,
int resolution) |
protected double |
XYPlotGlyph.getStartX(DataPoint dataPoint)
将x轴当做分类的 存的名字就是x的值
|
protected double |
XYScatterPlotGlyph.getStartY(DataPoint dataPoint) |
protected double |
XYPlotGlyph.getStartY(DataPoint dataPoint) |
protected double |
BubblePlotGlyph.getStartY(DataPoint dataPoint) |
protected boolean |
PiePlotGlyph.isGuideLineShow(DataPoint dataPoint) |
protected boolean |
FunnelPlotGlyph.isGuideLineShow(DataPoint dataPoint) |
protected boolean |
PlotGlyph.notDealDataPointLabel(DataPoint dataPoint,
TextGlyph textGlyph) |
protected boolean |
PlotGlyph.skipDealPointHotAttr(DataPoint point) |
protected boolean |
GisMapPlotGlyph.skipDealPointHotAttr(DataPoint point) |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
VanChartAttrHelper.getCateAndSeries(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getCateAndValue(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getCateAndValueAndPercent(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getCategoryName(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getLabelText(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getLabelWithOutCategory(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getPercent(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getScatterSeries(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getSeries(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getSlotCateAndValue(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getTreeMapLabelText(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
static java.lang.String |
VanChartAttrHelper.getValueAndPercent(AttrTooltipContent tooltipContent,
DataPoint dataPoint) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
VanChartRectanglePlot.dealNullPointAndCategoryNum(NormalChartData chartData,
int seriesIndex,
int categoryIndex,
DataPoint dataPoint) |
protected void |
VanChartPlot.dealNullPointAndCategoryNum(NormalChartData chartData,
int seriesIndex,
int categoryIndex,
DataPoint dataPoint) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartBarDataPoint
Created by Mitisky on 16/2/23.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartBubbleDataPoint
Created by Mitisky on 16/3/31.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.geom.Rectangle2D |
VanChartBubblePlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
int position,
DataPoint dataPoint) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.geom.Rectangle2D |
VanChartColumnPlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
int position,
DataPoint dataPoint)
根据标签的位置Position返回特定DataPoint的标签边界,
|
限定符和类型 | 方法和说明 |
---|---|
protected int |
VanChartCustomDataSheetGlyph.dealRealCateIndex(DataPoint dataPoint,
int cateIndex) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartDrillMapDataPoint
Created by Mitisky on 16/6/17.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartFunnelDataPoint
Created by Mitisky on 16/10/10.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGanttDataPoint
Created by hufan on 2017/1/13.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartGaugeDataPoint
Created by Mitisky on 15/12/9.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
PointerGaugeGlyph.getCateOrPercentLabelWithDataPoint(DataPoint dataPoint) |
java.lang.String |
GaugeGlyph.getCateOrPercentLabelWithDataPoint(DataPoint dataPoint) |
java.lang.String |
SlotGaugeGlyph.getValueLabelWithDataPoint(DataPoint dataPoint) |
java.lang.String |
PointerGaugeGlyph.getValueLabelWithDataPoint(DataPoint dataPoint) |
java.lang.String |
GaugeGlyph.getValueLabelWithDataPoint(DataPoint dataPoint) |
void |
GaugeGlyph.setCateOrPercentLabelString(DataPoint dataPoint) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartDataPoint
Created by Mitisky on 15/10/18.
|
class |
VanChartMultiCategoryDataPoint
Created by mengao on 2017/7/3.
|
限定符和类型 | 方法和说明 |
---|---|
protected int |
VanChartDataSheetGlyph.dealRealCateIndex(DataPoint dataPoint,
int cateIndex) |
protected double |
VanChartRectanglePlotGlyph.getCateValue(VanChartBaseAxisGlyph axisGlyph,
DataPoint dataPoint,
boolean justHalf) |
protected java.awt.geom.Rectangle2D |
VanChartPlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
int position,
DataPoint dataPoint) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartLineDataPoint
Created by Mitisky on 15/11/10.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMapDataPoint
Created by Mitisky on 16/6/1.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.geom.Rectangle2D |
VanChartMapPlotGlyph.getDataPointLabelBoundsWithPosition(java.awt.geom.Dimension2D labelPreDim,
java.awt.geom.Rectangle2D dataPointRect,
int position,
DataPoint dataPoint) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartMultiPieDataPoint
Created by Fangjie on 2016/6/17.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartPieDataPoint
Created by Mitisky on 15/8/20.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.geom.Dimension2D |
VanChartPiePlotGlyph.getLabelDim(DataPoint dataPoint,
int resolution) |
限定符和类型 | 类和说明 |
---|---|
class |
VanChartRadarDataPoint
Created by Mitisky on 16/1/7.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartScatterDataPoint
Created by Mitisky on 15/11/10.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartStructureDataPoint
Created by shine on 2017/2/16.
|
限定符和类型 | 类和说明 |
---|---|
class |
VanChartTreeMapDataPoint
Created by hufan on 2016/7/20.
|
限定符和类型 | 类和说明 |
---|---|
class |
WordCloudDataPoint
Created by Mitisky on 16/11/30.
|