请参阅: 说明
| 接口 | 说明 |
|---|---|
| Object3D |
3D图表对象
|
| Plot3D |
3D图表绘图区
|
| Plot3DGlyph |
三维绘图区图形对象接口.
|
| 类 | 说明 |
|---|---|
| AbstractChartPainter |
抽象的图表绘画器.
|
| AllEqualMarker |
恒等号, 三个横线.
|
| AntiClockLineMarker |
反斜划线\\\\
|
| Arc3DStyleBase |
Created by eason on 2014/4/14.
|
| ArcHighLightChart |
用于画饼图高光效果的类.
|
| ArcHighLightStyleBase |
Created by eason on 2014/4/22.
|
| ArcPlane3DStyle |
Created by eason on 2014/4/21.
|
| ArcTopDownShadeStyle |
Created by eason on 14-3-19.
|
| ArcTransparentChartStyle |
Created by eason on 14-3-19.
|
| Area3D |
三维面积图形.
|
| Area3DPlotGlyph |
三维饼图绘图区图形对象
|
| AreaHighLightChartStyle |
Created by eason on 2014/4/22.
|
| AreaPlane3DStyle |
Created by eason on 2014/4/18.
|
| AreaPlotGlyph |
面积图绘图区图形对象.
|
| AreaTopDownShadeStyle |
Created by eason on 14-3-19.
|
| AreaTransparentChartStyle |
Created by eason on 14-3-26.
|
| AxisGlyph |
坐标轴图形对象抽象类.
|
| AxisHelper |
坐标轴辅助类, 计算一般的刻度单位, 取得值轴单位等.
|
| Bar2DPlotGlyph |
二维柱形图绘图区图形对象
|
| Bar3DPlotGlyph |
三维柱形图绘图区图形对象.
|
| BarDataWithAxisGlyph |
柱形图的数据封装
柱形的数据: barIndex 柱子序号, barNumber 柱子个数 xAxisGlyph x坐标轴 yAxisGlyph y坐标轴.
|
| BarHighLightStyle |
用于画柱形图高光效果的类.
|
| BarHorizontal3DStyle |
条形图的 风格.
|
| BarPlotGlyph |
柱状图绘图区图形对象.
|
| BarStyle | |
| BarTopDownShadeStyle |
Created by eason on 14-3-18.
|
| BarTransparentChartStyle |
Created by eason on 14-3-19.
|
| BarVertical3DStyle |
垂直 柱形的风格, 默认3D
|
| BlueMeter |
Created by kunsnat on 14-9-11.
|
| Bubble |
图表气泡图的气泡图形.
|
| BubblePlotGlyph |
气泡图绘图区图形对象.
|
| CategoryAxisGlyph |
分类轴图形对象.
|
| CategoryPlotGlyph |
具有分类轴的绘图区的图形对象.
|
| ChartAlertValueGlyph |
从ValueAxisGlyph里面分离出来
|
| ChartGlyph<T extends PlotGlyph,U extends LegendGlyph,V extends DataSheetGlyph> |
类说明 图表图像, 实现画法.
|
| ChartGlyphLayout |
ChartGlyph各种组件的布局 .
|
| ChartStyle |
图表的风格 比如柱形图的平面3D, 高光渐变.
|
| CircleFilledMarker |
小圆形填充标记
|
| CircleMarker |
小圆形标记
|
| ClockLineMarker |
顺斜划线////
|
| CompositePiePlotGlyph |
复合饼图: 包括复合柱形图 复合饼图.
|
| ConditionAttr |
图表的条件属性类,由一个条件对应多个属性改变值
|
| ConditionAttrFactory |
图表条件工厂, 创建一些默认的条件属性.
|
| ConditionCollection |
图表的条件属性集合
|
| CrossMarker |
"+" 标记
|
| Cubic |
三维柱形图形.
|
| CustomAttr |
组合图中的组合条件
|
| CustomPlotGlyph |
组合图绘图区图形对象.
|
| Cylinder |
三维扇形辅助类, 辅助计算三维扇面.
|
| Cylinder.CylinderSide |
再画内部侧面四边形, 需要排序,按角度排序
当是Start时, angle = start || angle = start + extend / Math.abs(extend);
当是End时,angle = end || angle = end - extend / Math.abs(extend);
排序:value = Math.abs(angle - 90) % 360, 如果value 大于180度,则为value = 360 - value
共有cylinder_list.size() * 2个这样的angle需要排序
|
| DataPoint |
图表系列中的数据点, 比如: 柱形图的单独一个柱子, 折线图中的一个折线折点, 均为一个数据点.
|
| DataPoint4Bubble |
气泡中的数据点, 一个气泡即对应一个数据点.
|
| DataPoint4Funnel |
Created with IntelliJ IDEA.
|
| DataPoint4Gantt |
甘特图的数据点, 完整信息包括: 项目的ID, 百分比进度, 计划开始结束, 实际开始结束时间.
|
| DataPoint4GisMap |
gis地图数据点定义
|
| DataPoint4Map |
地图专用
|
| DataPoint4Pie |
饼图的数据点, 一个扇形即为一个饼图的数据点.
|
| DataPoint4Stock |
股价图系列点, 完整信息包括: 成交量, 开盘, 盘高, 盘低, 收盘.
|
| DataPoint4XY |
散点图的系列点.
|
| DataPointLabelInfo |
系列中数据点的标签属性
|
| DataSeries<T extends DataPoint> |
图表的数据系列, 添加不同分类的系列点
|
| DataSeries4Area |
面积图的系列.
|
| DataSheet |
数据表
|
| DataSheetGlyph |
数据表图形对象.
|
| DateAxisGlyph |
日期坐标轴图形对象.
|
| DiamondFilledMarker |
菱形填充标记
|
| DiamondMarker |
菱形标记
|
| Donut2DPlotGlyph |
2维的圆环图
|
| Donut3DPlotGlyph |
三围圆环图绘图区图形对象
|
| DonutHighLightStyle |
Created by eason on 2014/4/22.
|
| DonutPlotGlyph |
圆环图绘图区图形对象
|
| DowJonesMarker |
减号标记, 标记类型中未添加
Test for svn
|
| Equation |
Created by IntelliJ IDEA.
|
| ExpEquation |
Created by IntelliJ IDEA.
|
| FoldLine |
折线和颜色样式属性的封装.
|
| FoldLine3D |
折面 用于三维折线图, 已过时.
|
| FunnelPlotGlyph |
Created with IntelliJ IDEA.
|
| GanttPlotGlyph |
甘特图绘图区图形对象.
|
| GeneralGlyph |
封装GeneralInfo抽象类.
|
| GeneralInfo |
保存图表基本信息的类
|
| GisMapPlotGlyph |
Gis地图绘图区队形
|
| HeatMapControlBar |
Created by Mitisky on 15/7/14.
|
| HighLightChart |
用于画具有高光效果的几何形状的类
|
| LegendGlyph |
图例的图形对象, 实现图例的画法.
|
| LegendItem |
图例元素, 每个系列对象的图例区域.
|
| LinearEquation |
Created by IntelliJ IDEA.
|
| LineMarkerIcon |
图表线型,包括格式、颜色和标记类型属性
|
| LinePlotGlyph |
折线图绘图区图形对象.
|
| LogEquation |
Created by IntelliJ IDEA.
|
| MapAttr |
地图属性储存: 地图图片, 所有的区域名和对应名称 形状, 区域名对应关系, 钻取层级关系.
|
| MapHotAreaColor |
区域 热力地图, 大致是 从一个区域最大值 最小值 能够分出区间
|
| MapPlotGlyph |
地图绘图区图形对象.
|
| MapShapeValue |
地图储存shape的类型: 名称, 形状.
|
| Marker |
抽象的标记类
|
| MarkerFactory |
标记辅助类, 帮助集合处理标记, 方便的读写标记的XML
|
| MarkerGlyph |
标记类型图形对象.
|
| Meter |
仪表盘图形.
|
| MeterInterval |
仪表盘的分段区域
|
| MeterPlotGlyph | |
| MeterStyle |
仪表盘默认风格
|
| MinusSignMarker |
"=" 等号标记
|
| MoveAverageEquation |
Created by IntelliJ IDEA.
|
| NullMarker |
空标记 无标记类型
|
| NumberAxisGlyph |
数字类型的坐标轴图形对象抽象类.
|
| Pie3D |
三维饼图, 装Cylinder用的, 大部分设置都需要对其Cylinder设置.
|
| Pie3DPlotGlyph |
三维饼图绘图区图形对象.
|
| PiePlotGlyph |
饼图绘图区图形对象.
|
| Plane3DChart |
Created by eason on 14-3-21.
|
| PlotGlyph<T extends DataSeries> | |
| PlusSignMarker |
倒T型标记
|
| PointMarker |
点标记类型, 没有在标记类型中添加
|
| PolynomialEquation |
Created by IntelliJ IDEA.
|
| PowerEquation |
Created by IntelliJ IDEA.
|
| Projection |
三维视图的投影变换
不做变换时, X轴向右,Y轴向下,Z轴从屏幕中出来
1.正交投影
2.透视投影
3.直角坐标系(类似Excel)
|
| RadarAxisGlyph |
雷达图坐标轴图形对象.
|
| RadarPlotGlyph |
雷达图绘图区图形对象.
|
| RangeAxisGlyph |
位置在图表中间 专门为全距图而做的坐标轴图形对象.
|
| RangePlotGlyph |
全距图绘图区图形对象.
|
| RectangleGlyph |
矩形区域对象.
|
| RectanglePlotGlyph |
具有二维矩形坐标轴区域的图表绘图区图形对象.
|
| Ring3D |
Created by eason on 14-3-6.
|
| RoundFilledMarker |
圆形填充标记.
|
| RoundMarker |
圆形标记
|
| ShapeGlyph |
封装Shape的图形对象.
|
| SimpleMeter |
简单的仪表盘背景圆环是300度的圆环
Created by IntelliJ IDEA.
|
| SpecialGlyph |
比较独立的图形对象,该Glyph都没有可以选择的孩子Glyph
|
| SquareFilledMarker |
正方形填充标记
|
| SquareMarker |
正方形标记
|
| StackedBar3DStyle |
Created by eason on 14-3-20.
|
| StackedBarHighLightStyle |
Created by eason on 2014/4/14.
|
| StackedBarTopDownShadeStyle |
Created by eason on 14-3-19.
|
| StackedBarTransparentChartStyle |
Created by eason on 14-3-19.
|
| StarMarker |
星标记
|
| StockPlotGlyph |
股价图绘图区图形对象
|
| TextGlyph | |
| TitleGlyph |
不可旋转、截取显示、自动换行的图表标题文本
|
| TopDownShadeChart |
Created by eason on 14-3-18.
|
| TransparentChart |
Created by eason on 14-3-19.
|
| TrendLineGlyph |
趋势线的画图对象
|
| TriangleFilledMarker |
三角形填充标记
|
| TriangleMarker |
三角形标记
|
| ValueAxisGlyph |
值轴图形对象.
|
| XMarker |
X标记
|
| XYPlotGlyph |
XY均为值轴的绘图区图形对象
|
| XYScatterPlotGlyph |
散点图绘图区图形对象.
|