2
| |
| 1
|
| 3
| |
| 4
getQuadrantByRadianAngle(double) -
Static method in class com.ijchart.xychart.util.AngleUtil
计算角度所在象限,象限分布如下所示:
2
| |
| 1
|
| 3
| |
| 4
getQuadrantOrigin() -
Method in class com.ijchart.xychart.plot.XYPlot
返回象限原点.
getQuadrantPaint(int) -
Method in class com.ijchart.xychart.plot.XYPlot
返回绘制每一个象限的Paint.
getRadius() -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
返回圆形的半径.
getRadiusGridlinePaint() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
返回绘制半径线的paint,并向所有监听器发送
RenderChangeEvent 事件.
getRadiusGridlines() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回半径表格线的集合,此集合不可修改.
getRadiusGridlineStroke() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
返回绘制半径线的stroke.
getRender() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
返回IRender对象.
getRender() -
Method in class com.ijchart.xychart.event.RenderChangeEvent
返回产生事件的render对象.
getRender() -
Method in class com.ijchart.xychart.plot.CategoryPlot
返回第0个render.
getRender(int) -
Method in class com.ijchart.xychart.plot.CategoryPlot
根据索引值获取render.
getRender() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
返回第0个render.
getRender(int) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
根据索引值获取render.
getRender() -
Method in class com.ijchart.xychart.plot.XYPlot
返回第0个render.
getRender(int) -
Method in class com.ijchart.xychart.plot.XYPlot
根据索引值获取render.
getRenderAreaBorderPaint() -
Method in class com.ijchart.xychart.render.AbstractRender
返回render区域外边框的Paint.
getRenderAreaBorderStroke() -
Method in class com.ijchart.xychart.render.AbstractRender
返回render区域外边框的Stroke.
getRenderDrawOrder() -
Method in class com.ijchart.xychart.plot.AbstractPlot
返回render的调用顺序.
getRenderIndex(AbstractCategoryRender) -
Method in class com.ijchart.xychart.plot.CategoryPlot
返回指定render的索引,没有找到则返回-1.
getRenderIndex(AbstractNoAxisRender) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
返回指定render的索引,没有找到则返回-1.
getRenderIndex(AbstractXYRender) -
Method in class com.ijchart.xychart.plot.XYPlot
返回指定render的索引,没有找到则返回-1.
getRenderIndexForValueAxis(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
根据指定的value坐标轴的索引返回对应的render的索引.
getRenderingHints() -
Method in class com.ijchart.xychart.client.ChartPanel
返回绘图提示.
getRenders() -
Method in class com.ijchart.xychart.plot.AbstractPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.plot.CategoryPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.plot.XYPlot
返回render集合,此集合不可修改.
getRenders() -
Method in class com.ijchart.xychart.title.LegendTitle
返回render集合.
getRenderShapeCollection(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
根据指定的value坐标轴的索引值返回render图形集合.
getRenderShapes() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回第0个render图形集合.
getRenderShapes(int) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回指定索引的render图形集合.
getRenderShapesList() -
Method in class com.ijchart.xychart.plot.AbstractPlot
返回render图形集合的集合.
getReplaceValues() -
Method in class com.ijchart.xychart.format.ReplaceFormatter
返回被替换的值.
getRequest() -
Method in class com.ijchart.xychart.web.WebChart
返回HttpServletRequest对象.
getReshowDelay() -
Method in class com.ijchart.xychart.client.ChartPanel
返回再次显示tooltip的延迟时间.
getRight() -
Method in class com.ijchart.xychart.axis.AxisSpace
返回右侧空间大小.
getRight() -
Method in class com.ijchart.xychart.ui.RectangleInsets
返回右边长度.
getRingLengthFactor() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
返回环的长度与扇区半径的占比.
getRotate() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回图形环境旋转角度,单位为弧度.
getRotate() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回图形环境旋转角度,单位为弧度.
getRotationAngle() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回旋转的角度(单位是弧度).
getRowCount() -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
返回数据集的行数
getRowCount() -
Method in interface com.ijchart.xychart.dataset.IMatrixDataset
返回数据集的行数.
getRowCount() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
返回数据集的行数.
getRowDatas(int) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
得到某一行的所有数据.
getRowItemBorderPaint(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据所共用的边框paint.
getRowItemBorderPaint(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据所共用的边框paint.
getRowItemBorderStroke(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据所共用的边框paint.
getRowItemBorderStroke(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据所共用的边框paint.
getRowItemFillPaint(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据所共用的填充paint.
getRowItemFillPaint(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据所共用的填充paint.
getRowItemFillPaintTransformer(int) -
Method in class com.ijchart.xychart.render.AbstractRender
如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一行所共用的填充图形内部的方式,本方法用于
返回填充方式.
getRowItemFillPaintTransformer(int) -
Method in interface com.ijchart.xychart.render.IRender
如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一行所共用的填充图形内部的方式,本方法用于
返回填充方式.
getRowItemLabelDirection(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的方向.
getRowItemLabelFont(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的字体.
getRowItemLabelFont(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据的标签的字体.
getRowItemLabelHorizontalAlignment(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的水平对齐方式.
getRowItemLabelHorizontalAlignment(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据的标签的水平对齐方式.
getRowItemLabelPaint(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的paint.
getRowItemLabelPaint(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据的标签的paint.
getRowItemLabelPosition(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的位置.
getRowItemLabelPosition(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据的标签的位置.
getRowItemLabelVerticalAlignment(int) -
Method in class com.ijchart.xychart.render.AbstractRender
返回数据集中的一行数据的标签的垂直对齐方式.
getRowItemLabelVerticalAlignment(int) -
Method in interface com.ijchart.xychart.render.IRender
返回数据集中的一行数据的标签的垂直对齐方式.
getRowKey(int) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
根据行索引取得RolKey.
getRowKey(int) -
Method in interface com.ijchart.xychart.dataset.IMatrixDataset
根据行索引index得到该行的RowKey值,第一列为0,第二列为1,依次类推.
getRowKey(int) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
根据行索引index得到该行的RowKey值,第一列为0,第二列为1,依次类推.
getRowKeyFormatter() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回用于格式化数据集中的rowKey值.
getScaleType() -
Method in class com.ijchart.xychart.render.xy.XYBubbleRender
返回缩放类型.
getScaleX() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
返回x轴方向的坐标.
getScaleX() -
Method in class com.ijchart.xychart.client.ChartPanel
返回x方向的缩放因子.
getScaleY() -
Method in class com.ijchart.xychart.client.ChartPanel
返回y方向的缩放因子.
getScreenDataArea(int, int) -
Method in class com.ijchart.xychart.client.ChartPanel
返回屏幕上的数据区域(考虑到缩放因子).
getSecondsBetween(long, long) -
Static method in class com.ijchart.xychart.util.DateUtil
计算两个日期值之间相差的秒数.
getSectorShadowPaint() -
Method in class com.ijchart.xychart.shape.SectorChartShape
返回绘制标签阴影的paint.
getSectorShadowXOffset() -
Method in class com.ijchart.xychart.shape.SectorChartShape
返回扇形在x方向的阴影长度.
getSectorShadowYOffset() -
Method in class com.ijchart.xychart.shape.SectorChartShape
返回扇形在x方向的阴影长度.
getSelectAnchorPaint() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回图形选中时锚点的Paint.
getSelectRectAlpha() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回选中图形时所绘制锚点的Alpha值.
getSelectRectWidth() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回选中图形时所绘制锚点的宽度.
getShadowShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回阴影图形的集合,此集合不可修改.
getShadowXOffset() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
返回x方向的阴影长度.
getShadowYOffset() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
返回x方向的阴影长度.
getShape() -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
返回图形对象.
getShape() -
Method in class com.ijchart.xychart.event.ChartMouseEvent
返回chart的图形对象.
getShape() -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
返回图形对象.
getShape() -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
返回要绘制的图形.
getShape() -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
返回图表图形.
getShape() -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
返回图形对象.
getShapeChange() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回IShapeChange 对象.
getShapeChange() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回IShapeChange 对象.
getShapeDrawType() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回图形在chart中的绘制类型.
getShapeDrawType() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回图形在chart中的绘制类型.
getShapeForPoint(Point2D) -
Method in class com.ijchart.xychart.client.ChartPanel
返回某个点对应的图形.
getShapeForPoint(Point2D, ChartShapeDrawType) -
Method in class com.ijchart.xychart.client.ChartPanel
返回某个点的图形.
getShapeType() -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.CylinderTextChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.EllipseTextChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.GranttChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.HighLowChartShape
描述本图形的类型.
getShapeType() -
Method in interface com.ijchart.xychart.shape.IChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.IShapedChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.LineChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.ParallelepipedTextChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.RectangleTextChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.RingChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.SectorChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.StockChartShape
描述本图形的类型.
getShapeType() -
Method in class com.ijchart.xychart.shape.TextAndPointerChartShape
描述本图形的类型.
getShapeWidth() -
Method in class com.ijchart.xychart.render.xy.StockRender
返回图形的宽度.
getShowTooltipShapeTypeList() -
Method in class com.ijchart.xychart.client.ChartPanel
返回所有的显示tooltip的图形类型.
getSlidingType() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
返回数据集滚动类型.
getSourceValues() -
Method in class com.ijchart.xychart.format.ReplaceFormatter
返回源值.
getStackedBarRender() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
返回柱状图绘制对象.
getStackedBarRender() -
Method in class com.ijchart.xychart.axis.value.StackedNumberValueAxis
返回柱状图绘制对象.
getStaggerWidth() -
Method in class com.ijchart.xychart.render.category.StepRender
返回间隔的宽度.
getStandDeviationData() -
Method in class com.ijchart.xychart.data.StatisticalChartData
返回绝对偏差对象(可能为null).
getStandDeviationValue() -
Method in class com.ijchart.xychart.data.StatisticalChartData
得到double类型的绝对偏差,如果值为null则返回Double.NaN.
getStart() -
Method in class com.ijchart.xychart.data.GranttChartData
返回开始时间.
getStartAngle() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
返回开始绘制扇形的角度.
getStartAngle() -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
返回绘制的起始角度.
getStartCategory() -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
返回起点分类(category)对象.
getStartData() -
Method in class com.ijchart.xychart.data.IntervalChartData
返回开始值对象(可能为null).
getStartData() -
Method in class com.ijchart.xychart.data.StartEndNumberChartData
返回start数字对象.
getStartIndex() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
返回开始的索引值.
getStartPercent() -
Method in class com.ijchart.xychart.render.category.GranttRender
返回控制进度指示器的开始边界(按全部的宽度百分比).
getStartPercentMarginOfRowValue() -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
返回每一行值开始处的空白,按百分比计算.
getStartTickAngle() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回开始绘制刻度的角度.
getStartValue() -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
返回起点的y值.
getStartValue() -
Method in class com.ijchart.xychart.data.IntervalChartData
得到double类型的开始值,如果值为null则返回Double.NaN.
getStartValue() -
Method in class com.ijchart.xychart.data.StartEndNumberChartData
得到double类型的start值.
getStartValue() -
Method in class com.ijchart.xychart.marker.IntervalValueMarker
返回起始值.
getStartX() -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
返回起点的x值.
getStartX() -
Method in class com.ijchart.xychart.data.IntervalXBoxAndWhiskerData
返回x的起始值.
getStartX() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
返回x方向的起点坐标.
getStartXData() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
返回startX数字对象.
getStartXData() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
返回startX数字对象.
getStartXValue() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
得到double类型的startX值.
getStartXValue() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
得到double类型的startX值.
getStartY() -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
返回起点的y值.
getStartY() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
返回起点的y坐标.
getStartYData() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
返回startY数字对象.
getStartYValue() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
得到double类型的startY值.
getStDev() -
Method in class com.ijchart.xychart.function.NormalDistributionFunction
返回标准方差.
getStep() -
Method in class com.ijchart.xychart.tickunit.DoubleTickUnit
返回步长.
getStringBound(Graphics, String) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的边界,如果字符串中包含'\n'则会换行.
getStringBound(Graphics, String, int, int) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的边界,如果字符串中包含'\n'则会换行.
getStringBound(Font, String) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定字体的边界.
getStringBoundWithFm(Graphics, String) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的边界.
getStringHeight(Graphics, String) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的高度.
getStringNoWrapBounds(String, Font) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的边界,不考虑换行符'\n'.
getStringWidth(Graphics, String) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的宽度.
getStringWrapBounds(String, Font) -
Static method in class com.ijchart.xychart.util.TextUtil
计算一个字符串在指定图形环境下的边界,如果字符串中包含'\n'则会换行.
getStripBorderPaint() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
返回绘制条状图形的边框的paint.
getStripBorderStroke() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
返回绘制条状图形的边框的stroke.
getStripWidth() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
返回条状图形的宽度.
getStroke() -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
返回绘制直线使用的stroke对象.
getStroke() -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
返回绘制直线使用的stroke对象.
getStrokeWidth(Stroke) -
Static method in class com.ijchart.xychart.util.StrokeUtil
计算stroke的宽度.如果stroke是BasicStroke,返回BasicStroke.getLineWidth(),否则返回1.
getStyle() -
Method in class com.ijchart.xychart.title.DateTitle
返回格式化日期的掩码.
getStyle() -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
返回area的style属性值.
getSubCategoryAxes() -
Method in class com.ijchart.xychart.axis.category.GroupCategoryAxis
返回子分类坐标轴的集合,此集合不可修改.
getSubCategoryAxisCount() -
Method in class com.ijchart.xychart.axis.category.GroupCategoryAxis
返回子分类坐标轴的个数.
getSubPlots() -
Method in class com.ijchart.xychart.plot.AbstractPlot
返回所有的子plot对象.
getSubPlots() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
返回所有的子plot对象.
getSubPlots() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
返回所有的子plot对象.
getSubtitle(int) -
Method in class com.ijchart.xychart.client.IJChart
返回指定索引的子标题对象.
getSubtitleCount() -
Method in class com.ijchart.xychart.client.IJChart
返回子标题的个数.
getSubtitles() -
Method in class com.ijchart.xychart.client.IJChart
返回子标题对象集合,此集合是不可修改的.
getSuffix() -
Method in class com.ijchart.xychart.format.AppendFormatter
返回后缀字符串.
getSymbols() -
Method in class com.ijchart.xychart.axis.value.SymbolValueAxis
返回符号数组.
getText() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回显示的文字.
getText() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回显示的文字.
getText() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回显示的文字.
getText() -
Method in class com.ijchart.xychart.title.TextTitle
返回标题字符串.
getTextAntiAlias() -
Method in class com.ijchart.xychart.client.ChartPanel
返回当前文字环境是否反锯齿.
getTextDirection() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字的方向.
getTextDirection() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字的方向.
getTextFont() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字的字体.
getTextFont() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回文字的字体.
getTextFont() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字的字体.
getTextFont() -
Method in class com.ijchart.xychart.title.TextTitle
返回标题的字体.
getTextHorizontalAlign() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字的水平对齐方式.
getTextHorizontalAlign() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回文字的水平对齐方式.
getTextHorizontalAlign() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字的水平对齐方式.
getTextMaxShowLine() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
返回标签最大的显示行数.
getTextPaint() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字Paint.
getTextPaint() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回外内容Paint
getTextPaint() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字Paint.
getTextPaint() -
Method in class com.ijchart.xychart.title.TextTitle
返回标题的颜色.
getTextPosition() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字和图形的位置关系.
getTextPosition() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回文字和图形的位置关系.
getTextPosition() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字和图形的位置关系.
getTextVerticalAlign() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
返回文字的垂直对齐方式.
getTextVerticalAlign() -
Method in class com.ijchart.xychart.marker.AbstractMarker
返回文字的垂直对齐方式.
getTextVerticalAlign() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
返回文字的垂直对齐方式.
getTickLabelAngle() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值旋转的弧度.
getTickLabelFont() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度的字体.
getTickLabelFont(Object) -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度的字体.
getTickLabelFont() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回绘制刻度值的字体.
getTickLabelFont() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回绘制刻度标签的字体.
getTickLabelFormat() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回格式化刻度值的对象.
getTickLabelFormat() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回格式化刻度值的类.
getTickLabelHorizontalAlign() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回刻度值的水平对齐方式.
getTickLabelInsets() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值的空白.
getTickLabelLines() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值的行数.
getTickLabelPaint() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值的Paint.
getTickLabelPaint(Object) -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值的Paint.
getTickLabelPaint() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回绘制刻度值的paint.
getTickLabelPaint() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回绘制刻度标签的paint.
getTickLabelRotateBound(Rectangle2D, double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
计算坐标轴刻度值的外边界旋转后的边界.
getTickLabels(Graphics2D, Rectangle2D, RectangleEdge) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回坐标轴刻度值数组.
getTickLabels() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回刻度值集合.
getTickLabelShapes() -
Method in class com.ijchart.xychart.chartinfo.AxisShapeCollection
返回坐标轴刻度标签图形集合,此集合不可修改.
getTickLabelShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回所有刻度标签图形的图形集合,此集合不可修改.
getTickLabelShapes() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回刻度标签图形集合,此集合是不可修改的.
getTickLabelVerticalAlign() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回刻度值的垂直对齐方式.
getTickLength() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回刻度的长度.
getTickLineShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回所有刻度线图形的图形集合,此集合不可修改.
getTickLineShapes() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回刻度值线图形集合,此集合是不可修改的.
getTickMarkCount() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回坐标轴刻度的个数.
getTickMarkInsideLength() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值在数据区内部的长度.
getTickMarkOutsideLength() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度值在数据区外部的长度.
getTickMarkPaint() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度的Paint.
getTickMarkShapes() -
Method in class com.ijchart.xychart.chartinfo.AxisShapeCollection
返回坐标轴刻度值图形集合,此集合不可修改.
getTickMarkStroke() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴刻度的Stroke.
getTickPaint() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回绘制刻度的paint.
getTickPaint() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回绘制刻度的paint.
getTickRange() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
得到数据集的数据范围.
getTickSize() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回刻度的大小.
getTickSizeAngle() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回刻度的大小(单位为角度).
getTickStroke() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回绘制刻度的stroke.
getTickStroke() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回绘制刻度的stroke.
getTickUnit() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回用于产生坐标轴上的刻度值的类.
getTickUnits(double, double, int, boolean) -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
根据最小值和最大值及数据的最大个数来确定坐标轴上的刻度值,刻度值都是整数.
getTickUnits(double, double, int, boolean) -
Method in class com.ijchart.xychart.tickunit.DoubleTickUnit
根据最小值和最大值及数据的最大个数来确定坐标轴上的刻度值,刻度值都是double类型的浮点数.
getTickUnits(double, double, int, boolean) -
Method in interface com.ijchart.xychart.tickunit.INumberTickUnit
根据最小值和最大值及数据的最大个数来确定坐标轴上的刻度值.
getTickUnits(double, double, int, boolean) -
Method in class com.ijchart.xychart.tickunit.LogTickUnit
根据最小值和最大值及数据的最大个数来确定坐标轴上的刻度值,刻度值都是double类型的浮点数.
getTickUnits(double, double, int, boolean) -
Method in class com.ijchart.xychart.tickunit.LongTickUnit
根据最小值和最大值及数据的最大个数来确定坐标轴上的刻度值,刻度值都是长整数.
getTickValueFormatter() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
返回用于格式化坐标轴标签值的格式化类.
getTimeZone() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回时区.
getTimeZone() -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
返回时区.
getTitle() -
Method in class com.ijchart.xychart.client.IJChart
返回图表的主标题,多数情况下图表只有一个标题,但也可以设置多个标题.
getTitleShapes() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
返回第0个title图形集合.
getTitleShapes(int) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
返回指定索引的title图形集合.
getTitleShapes() -
Method in class com.ijchart.xychart.chartinfo.TitleShapeCollection
返回所有的标题图形的集合,此集合不可修改.
getTitleShapesList() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
返回标题图形集合,此集合不可修改.
getToolTipGenerator() -
Method in class com.ijchart.xychart.render.AbstractRender
返回用于生成图形的tooltip的IToolTipGenerator 对象.
getToolTipGenerator() -
Method in interface com.ijchart.xychart.render.IRender
返回用于生成图形的tooltip的IToolTipGenerator 对象.
getTooltipShape() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回tooltip区域图形,此图形需要考虑旋转等因素对图形的影响.
getTooltipShape() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回tooltip区域图形,此图形需要考虑旋转等因素对图形的影响.
getTooltipShapeRotate() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回tooltip图形应该旋转的角度.
getTooltipShapeRotate() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回tooltip图形应该旋转的角度.
getTooltipShapeTranslatePoint() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回tooltip图形应该偏移的位置.
getTooltipShapeTranslatePoint() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
返回tooltip图形应该偏移的位置.
getTooltipShapeTranslatePoint() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回tooltip图形应该偏移的位置.
getTooltipShapeTranslatePoint() -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
返回tooltip图形应该偏移的位置.
getTooltipText() -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
返回annotation的提示字符.
getToolTipText(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
返回tooltip字符串.
getTooltipText() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回tooltip字符串.
getTooltipText() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回tooltip字符串.
getToolTipText() -
Method in class com.ijchart.xychart.title.AbstractTitle
返回tooltip字符串.
getTop() -
Method in class com.ijchart.xychart.axis.AxisSpace
返回顶端空间大小.
getTop() -
Method in class com.ijchart.xychart.ui.RectangleInsets
返回顶部长度.
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
返回图形左上角的坐标.
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.HighLowChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.IShapedChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
返回图形左上角的坐标.
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
返回图形左上角的坐标.
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.SectorChartShape
返回图形左上角的坐标.
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLeftPoint() -
Method in class com.ijchart.xychart.shape.StockChartShape
返回图形左上角的坐标(不考虑图形的旋转).
getTopLineLength() -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
返回矩形图形之上的线的长度.
getTransformShapeType() -
Method in class com.ijchart.xychart.shape.EllipseTextChartShape
返回图形的变换类型.
getTrigger() -
Method in class com.ijchart.xychart.event.ChartMouseEvent
返回鼠标事件.
getTrimArea(Rectangle2D) -
Method in class com.ijchart.xychart.ui.RectangleInsets
返回area去掉空白后的图形.
getType() -
Method in class com.ijchart.xychart.event.ChartChangeEvent
返回图表事件变化类型.
getType() -
Method in class com.ijchart.xychart.event.ChartProgressEvent
返回事件类型.
getType() -
Method in class com.ijchart.xychart.event.PlotChangeEvent
返回事件类型.
getUnderlyingDataset() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
返回内部数据集.
getUnits() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回显示在仪表盘上的单位名称.
getUnitType() -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
返回日期的单位类型.
getUnitType() -
Method in class com.ijchart.xychart.ui.RectangleInsets
长度单位类型,绝对值或相对值(百分比).
getUpPaint() -
Method in class com.ijchart.xychart.render.xy.StockRender
当价格的close值大于open值时,填充图形用的paint对象.
getUpperBound() -
Method in class com.ijchart.xychart.range.NumberRange
返回大值.
getUpperBound() -
Method in class com.ijchart.xychart.render.paint.GrayPaintScale
返回最大边界值.
getUpperBound() -
Method in interface com.ijchart.xychart.render.paint.IPaintScale
返回最大边界值.
getUpperBound() -
Method in class com.ijchart.xychart.render.paint.LookupPaintScale
返回最大边界值.
getUpperDate() -
Method in class com.ijchart.xychart.range.DateRange
返回大的日期值.
getUpperMargin() -
Method in class com.ijchart.xychart.axis.AbstractAxis
返回坐标轴结束端的空白区域,单位为百分比.
getUpperY() -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
返回标签在上边界的y值.
getURL() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
返回URL字符串.
getURL() -
Method in interface com.ijchart.xychart.shape.IChartShape
返回URL字符串.
getURLPrefix() -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
返回URL前缀.
getURLText() -
Method in class com.ijchart.xychart.title.AbstractTitle
返回URL字符串.
getUserDefineDatasetRange() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回用户自定义的数据范围.
getValue() -
Method in class com.ijchart.xychart.annotation.CategoryTextAnnotation
返回y轴的值.
getValue() -
Method in class com.ijchart.xychart.data.DateNumberChartData
返回数字对象.
getValue() -
Method in class com.ijchart.xychart.data.NumberChartData
得到double类型的值.
getValue() -
Method in class com.ijchart.xychart.dataset.data.KeyValuePair
得到键值对应的值.
getValue() -
Method in class com.ijchart.xychart.marker.ValueMarker
返回数据值.
getValue() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回指针值.
getValue() -
Method in class com.ijchart.xychart.ui.Align
返回值.
getValueAxis() -
Method in class com.ijchart.xychart.axis.value.SymbolValueAxis
返回value坐标轴.
getValueAxis() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回value坐标轴.
getValueAxis(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回指定索引值的value坐标轴.
getValueAxisByRenderIndex(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
根据索引返回value坐标轴对象.
getValueAxisCount() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回value坐标轴的数量.
getValueAxisEdge() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回第0个value坐标轴的边界.
getValueAxisEdge(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回指定索引值的value坐标轴的边界.
getValueAxisIndex(AbstractValueAxis) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回value坐标轴的索引值,没有则返回-1.
getValueAxisLocation() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回第0个value坐标轴的位置.
getValueAxisLocation(int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回指定索引的value坐标轴的位置.
getValueAxisOffsetType() -
Method in class com.ijchart.xychart.render.AbstractWithAxisRender
返回坐标轴偏移类型.
getValueAxisOffsetType() -
Method in interface com.ijchart.xychart.render.IRenderWithAxis
返回坐标轴偏移类型.
getValueAxisOffsetType() -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
返回坐标轴偏移类型.
getValueAxisType() -
Method in class com.ijchart.xychart.axis.value.AbstractNumberValueAxisWithType
返回value坐标轴的类型.
getValueCrosshairPaint() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回value轴十字线的Paint.
getValueCrosshairStroke() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回value轴十字线的Stroke.
getValueFont() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回显示值使用的字体.
getValueGridBandShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回所有的value网格区域的图形集合,此集合不可修改.
getValueGridlinePaint() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回绘制value方向的网格线的paint.
getValueGridLineShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回所有的value网格线的图形集合,此集合不可修改.
getValueGridlineStroke() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
返回绘制value方向的网格线的stroke.
getValueLinePaint() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
返回绘制值线的paint.
getValueLineShapes() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
返回所有的值线的图形集合,此集合不可修改.
getValueLineStroke() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
返回绘制值线的stroke.
getValueLineValue() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
返回value坐标轴对应的值线的值.
getValueMarkers(Layer) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
根据Layer对象返回所有的value marker.
getValuePaint() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
返回显示值使用的paint.
getValues() -
Method in class com.ijchart.xychart.data.BoxAndWhiskerData
返回所有的值,此集合不可修改.
getValueZeroBaselinePaint() -
Method in class com.ijchart.xychart.plot.XYPlot
返回绘制value轴方向的值为0的基线的Paint.
getValueZeroBaselineStroke() -
Method in class com.ijchart.xychart.plot.XYPlot
返回绘制value轴方向的值为0的基线的Stroke.
getVersion() -
Static method in class com.ijchart.xychart.client.IJChartInfo
返回版本号.
getVerticalAlignment() -
Method in class com.ijchart.xychart.title.AbstractTitle
返回标题的垂直对齐方式.
getVerticalTraceLine() -
Method in class com.ijchart.xychart.client.ChartPanel
返回垂直跟踪线.
getVolume() -
Method in class com.ijchart.xychart.data.OHLCChartData
返回交易量.
getVolumePaint() -
Method in class com.ijchart.xychart.render.xy.StockRender
返回填充volume图形的paint对象.
getVolumePaint() -
Method in class com.ijchart.xychart.shape.StockChartShape
返回volume paint对象.
getVolumeRect() -
Method in class com.ijchart.xychart.shape.StockChartShape
返回volume矩形对象.
getWidth() -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
设置工字形的宽度.
getWidth() -
Method in class com.ijchart.xychart.shape.IShapedChartShape
设置工字形的宽度.
getWidth() -
Method in class com.ijchart.xychart.ui.Rectangle
返回矩形的宽度.
getWindDirection() -
Method in class com.ijchart.xychart.data.WindChartData
返回风向值(单位是角度).
getWindDirectionData() -
Method in class com.ijchart.xychart.data.WindChartData
返回风向值(单位是角度)对象.
getWindForce() -
Method in class com.ijchart.xychart.data.WindChartData
返回风强度值.
getWindForceData() -
Method in class com.ijchart.xychart.data.WindChartData
返回风强度值的对象.
getX() -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
返回图片的x坐标.
getX() -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
返回x值.
getX() -
Method in class com.ijchart.xychart.data.DateNumberChartData
得到double类型的x值.
getX() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x值.
getX() -
Method in interface com.ijchart.xychart.data.IXYChartData
返回x值.
getX() -
Method in class com.ijchart.xychart.data.XYNumberChartData
得到double类型的x值.
getX() -
Method in class com.ijchart.xychart.data.YIntervalChartData
得到double类型的x值.
getX() -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
返回包含outlier圆形的矩形的x坐标.
getX1() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第一个点的x坐标.
getX1() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回第一个点的x坐标.
getX2() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第二个点的x坐标.
getX2() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回第二个点的x坐标.
getX3() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第三个点的x坐标.
getXAxisShape() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回第0个X轴的图形集合.
getXAxisShape(int) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回指定索引值的X轴的图形集合.
getXAxisShapeList() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回X轴图形集合.此集合不可修改.
getXCrossShape() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回x方向的十字线.
getXData() -
Method in class com.ijchart.xychart.data.XYNumberChartData
返回x数字对象.
getXData() -
Method in class com.ijchart.xychart.data.YIntervalChartData
返回x数字对象.
getXFormat() -
Method in class com.ijchart.xychart.format.XYNumberChartDataFormatter
返回格式化x值类.
getXHigh() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x的高值.
getXHighValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x的高值.
getXLow() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x的低值.
getXLowValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x的低值.
getXOffset() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
返回绘制3D效果时X轴方向的偏移值.
getXOffset() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
返回绘制3D效果时X轴方向的偏移值.
getXOffset() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
返回绘制3D效果时X轴方向的偏移值.
getXOffset() -
Method in class com.ijchart.xychart.plot.Category3DPlot
返回绘制3D效果时X轴方向的偏移值.
getXOffset() -
Method in class com.ijchart.xychart.shape.CylinderTextChartShape
返回x方向偏移值.
getXOffset() -
Method in interface com.ijchart.xychart.ui.IEffect3D
返回绘制3D效果时X轴方向的偏移值.
getXValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回x值.
getXYStackedBarRender() -
Method in class com.ijchart.xychart.axis.value.StackedXYBarValueAxis
返回柱状图绘制对象.
getY() -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
返回图片的y坐标.
getY() -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
返回y值.
getY() -
Method in class com.ijchart.xychart.data.DateNumberChartData
得到double类型的y值.
getY() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y值.
getY() -
Method in interface com.ijchart.xychart.data.IXYChartData
返回y值.
getY() -
Method in class com.ijchart.xychart.data.XYNumberChartData
得到double类型的y值.
getY() -
Method in class com.ijchart.xychart.data.YIntervalChartData
得到double类型的y值.
getY(double) -
Method in interface com.ijchart.xychart.function.IFunction
根据x值计算y值.
getY(double) -
Method in class com.ijchart.xychart.function.LineFunction
根据x值计算y值.
getY(double) -
Method in class com.ijchart.xychart.function.NormalDistributionFunction
根据x值计算y值.
getY(double) -
Method in class com.ijchart.xychart.function.PowerFunction
根据x值计算y值.
getY() -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
返回包含outlier圆形的矩形的y坐标.
getY1() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第一个点的y坐标.
getY1() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回第一个点的y坐标.
getY2() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第二个点的y坐标.
getY2() -
Method in class com.ijchart.xychart.shape.LineChartShape
返回第二个点的y坐标.
getY3() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
返回第三个点的y坐标.
getYAxisShape() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回第0个Y轴的图形集合.
getYAxisShape(int) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回指定索引值的Y轴的图形集合.
getYAxisShapeList() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回Y轴图形集合.此集合不可修改.
getYCrossShape() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回y方向的十字线.
getYData() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
返回y数字对象.
getYData() -
Method in class com.ijchart.xychart.data.XYNumberChartData
返回y数字对象.
getYData() -
Method in class com.ijchart.xychart.data.YIntervalChartData
返回y数字对象.
getYearsBetween(long, long) -
Static method in class com.ijchart.xychart.util.DateUtil
计算两个日期值之间相差的年数.
getYFormat() -
Method in class com.ijchart.xychart.format.XYNumberChartDataFormatter
返回格式化y值类.
getYHigh() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y的高值.
getYHigh() -
Method in class com.ijchart.xychart.data.YIntervalChartData
得到double类型的y高值.
getYHighData() -
Method in class com.ijchart.xychart.data.YIntervalChartData
返回y的高值数字对象.
getYHighValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y的高值.
getYLow() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y的低值.
getYLow() -
Method in class com.ijchart.xychart.data.YIntervalChartData
得到double类型的y低值.
getYLowData() -
Method in class com.ijchart.xychart.data.YIntervalChartData
返回y的低值数字对象.
getYLowValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y的低值.
getYOffset() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
返回绘制3D效果时Y轴方向的偏移值.
getYOffset() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
返回绘制3D效果时Y轴方向的偏移值.
getYOffset() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
返回绘制3D效果时Y轴方向的偏移值.
getYOffset() -
Method in class com.ijchart.xychart.plot.Category3DPlot
返回绘制3D效果时Y轴方向的偏移值.
getYOffset() -
Method in class com.ijchart.xychart.shape.CylinderTextChartShape
返回y方向偏移值.
getYOffset() -
Method in interface com.ijchart.xychart.ui.IEffect3D
返回绘制3D效果时Y轴方向的偏移值.
getYValue() -
Method in class com.ijchart.xychart.data.ErrorChartData
返回y值.
getYValue() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
得到double类型的y值.
getZ() -
Method in class com.ijchart.xychart.data.XYZNumberChartData
得到double类型的z值.
getZData() -
Method in class com.ijchart.xychart.data.XYZNumberChartData
返回z数字对象.
getZeroDomainBaseline() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回domain坐标轴0值线.
getZeroValueBaseline() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
返回value坐标轴0值线.
getZoomBorderPaint() -
Method in class com.ijchart.xychart.client.ChartPanel
返回绘制缩放框的边框的paint.
getZoomDatasetRange() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
返回缩放时使用的数据范围.
getZoomFillPaint() -
Method in class com.ijchart.xychart.client.ChartPanel
返回填充缩放框的paint.
getZoomInFactor() -
Method in class com.ijchart.xychart.client.ChartPanel
返回放大因子.
getZoomOutFactor() -
Method in class com.ijchart.xychart.client.ChartPanel
返回缩小因子.
getZoomTriggerDistance() -
Method in class com.ijchart.xychart.client.ChartPanel
返回触发缩放的最小拖放距离.
GradientPaintTransformType - Class in com.ijchart.xychart.constantTitle: IJChartGranttChartData - Class in com.ijchart.xychart.dataTitle: IJChartGranttChartData(long, long) -
Constructor for class com.ijchart.xychart.data.GranttChartData
构造器.
GranttChartData(long, long, Double) -
Constructor for class com.ijchart.xychart.data.GranttChartData
构造器.
GranttChartData(Date, Date) -
Constructor for class com.ijchart.xychart.data.GranttChartData
构造器.
GranttChartData(Date, Date, Double) -
Constructor for class com.ijchart.xychart.data.GranttChartData
构造器.
GranttChartShape - Class in com.ijchart.xychart.shapeTitle: IJChartGranttChartShape(Rectangle2D, Rectangle2D, Rectangle2D) -
Constructor for class com.ijchart.xychart.shape.GranttChartShape
构造甘特图图形.
GranttChartShape(Rectangle2D, Rectangle2D, Rectangle2D, String) -
Constructor for class com.ijchart.xychart.shape.GranttChartShape
构造甘特图图形.
GranttDrawType - Class in com.ijchart.xychart.constantTitle: IJChartGranttRender - Class in com.ijchart.xychart.render.categoryTitle: IJChartGranttRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.GranttRender
构造器.
GranttValueAxis - Class in com.ijchart.xychart.axis.valueTitle: IJChartGranttValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.GranttValueAxis
由数据集构造对象.
GranttValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.GranttValueAxis
由坐标轴标签和数据集构造对象.
Graphics2DState - Class in com.ijchart.xychart.uiTitle: IJChartGraphics2DState(Graphics2D) -
Constructor for class com.ijchart.xychart.ui.Graphics2DState
当前的图形环境 (不可为null).
GraphicsUtil - Class in com.ijchart.xychart.utilTitle: IJChartGraphicsUtil() -
Constructor for class com.ijchart.xychart.util.GraphicsUtil
GrayPaintScale - Class in com.ijchart.xychart.render.paintTitle: IJChartGrayPaintScale() -
Constructor for class com.ijchart.xychart.render.paint.GrayPaintScale
缺省的构造器.
GrayPaintScale(double, double) -
Constructor for class com.ijchart.xychart.render.paint.GrayPaintScale
构造器.
GroupCategoryAxis - Class in com.ijchart.xychart.axis.categoryTitle: IJChartGroupCategoryAxis(AbstractCategoryRender, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.category.GroupCategoryAxis
由数据集构造对象.
GroupCategoryAxis(AbstractCategoryRender, String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.category.GroupCategoryAxis
由坐标轴标签和数据集构造对象.
GroupStackedBarRender - Class in com.ijchart.xychart.render.categoryTitle: IJChartGroupStackedBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.GroupStackedBarRender
构造器.
GroupStackedBarRender(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.render.category.GroupStackedBarRender
构造器.
GroupStackedNumberValueAxis - Class in com.ijchart.xychart.axis.valueTitle: IJChartGroupStackedNumberValueAxis(IMatrixDataset, StackedBarRender) -
Constructor for class com.ijchart.xychart.axis.value.GroupStackedNumberValueAxis
由数据集构造对象.
GroupStackedNumberValueAxis(String, IMatrixDataset, StackedBarRender) -
Constructor for class com.ijchart.xychart.axis.value.GroupStackedNumberValueAxis
由坐标轴标签和数据集构造对象.
H
- handleClick(int, int, ChartShapeCollection) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- Handles a 'click' on the plot.
- hashCode() -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.CategoryTextAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.axis.AxisSpace
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.category.GroupCategoryAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.AbstractNumberValueAxisWithType
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.BoxAndWhiskerValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.DateValueAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.ErrorValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.GranttValueAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.IntervalValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.IntervalXNumberYBaseValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.IntervalXYValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.OHLCDateAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.OHLCValueAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.StackedNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.StackedXYBarValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.StackedXYValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.StatisticalNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.SymbolValueAxis
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.WaterfallNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.WindValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.XYNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.XYZNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.YIntervalValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.axis.value.ZNumberValueAxis
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.AnnotationShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.AxisShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.LegendShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.chartinfo.TitleShapeCollection
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.client.IJChart
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.constant.AreaRenderEndType
- 返回hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.AxisLabelType
- 计算hashcode的值.
- hashCode() -
Method in class com.ijchart.xychart.constant.AxisLocation
- 计算has hcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.ChartOrientation
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.ChartShapeDrawType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.DateTickUnitType
- 计算hashcode的值.
- hashCode() -
Method in class com.ijchart.xychart.constant.Direction
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.GradientPaintTransformType
- Returns a hash code value for the object
- hashCode() -
Method in class com.ijchart.xychart.constant.GranttDrawType
- 返回hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.HistogramType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.HorizontalAlignment
- 返回hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.ImageType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.KeyValueComparatorType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.LegendType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.LengthAdjustmentType
- 返回hashcode方法.
- hashCode() -
Method in class com.ijchart.xychart.constant.MeterShapeType
- 返回hascode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.PlotType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.ShapeType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.TextDirection
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.TextPosition
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.UnitType
- 返回hascode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.ValueAxisOffsetType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.VerticalAlignment
- 返回hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.constant.XYValueAxisType
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.BoxAndWhiskerData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.DateChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.DateNumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.ErrorChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.GranttChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.group.AbstractGroupChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.IntervalChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.IntervalXBoxAndWhiskerData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.NumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.OHLCChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.StartEndNumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.StatisticalChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.VectorChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.WindChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.XYNumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.XYZNumberChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.data.YIntervalChartData
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.dataset.AbstractDataset
- 计算hascode值.
- hashCode() -
Method in class com.ijchart.xychart.dataset.data.KeyValuePair
- 计算hascode值.
- hashCode() -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 计算hascode值.
- hashCode() -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 计算hascode值.
- hashCode() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 计算hascode值.
- hashCode() -
Method in class com.ijchart.xychart.event.ChartChangeEvent
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.event.ChartShapeChangeEvent
- Returns a hash code value for the object.
- hashCode() -
Method in class com.ijchart.xychart.event.DatasetChangeEvent
- Returns a hash code value for the object.
- hashCode() -
Method in class com.ijchart.xychart.format.AppendFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.DateFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.IntervalXNumberYBaseChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.IntervalXYNumberChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.MillisecondsToDateFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.NumberChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.NumberFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.NumberGroupChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.ReplaceFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.function.LineFunction
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.label.DefaultPieChartLabelGenerator
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.marker.CategoryMarker
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.marker.IntervalValueMarker
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.marker.ValueMarker
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.plot.Category3DPlot
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.CombineCategoryAxisCategoryPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.CombineDomainAxisXYPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.CombineValueAxisCategoryPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.combine.CombineValueAxisXYPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.plot.XYPlot
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.range.DateRange
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.range.NumberRange
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.render.AbstractRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.AbstractWithAxisRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.AreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.Bar2DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.Bar3DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.BoxAndWhiskerRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.CylinderRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.GranttRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.IntervalBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.LayeredBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.LevelRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.Line3DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StackedAreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StackedBar3DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StackedBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StatisticalBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StatisticalLineRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.StepRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.AbstractNoAxisRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.paint.GrayPaintScale
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.paint.LookupPaintScale
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.AbstractXYAreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.AbstractXYRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.DeviationRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.IntervalXNumberYBaseBar2DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.StockRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.VectorRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.WindRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYAreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYBoxAndWhiskerRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYBubbleRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYDotRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYIntervalBar2DRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYStackedAreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYStackedStepAreaRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.XYStepLineRender
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.render.xy.YIntervalRenderer
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.CylinderTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.EllipseTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.IShapedChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.LineChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.ParallelepipedTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.RectangleTextChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.RingChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.StockChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.shape.TextAndPointerChartShape
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.tickunit.DoubleTickUnit
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.tickunit.LogTickUnit
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.tickunit.LongTickUnit
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.title.AbstractTitle
- Returns a hashcode for the title.
- hashCode() -
Method in class com.ijchart.xychart.title.DateTitle
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.title.ImageTitle
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.title.LegendTitle
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.title.TextTitle
- 计算hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.tooltip.DefaultTooltipGenerator
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.ui.Align
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.ui.DefaultEffect3D
- 计算对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.ui.DefaultGradientPaintTransformer
- 返回hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.ui.Layer
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.ui.Rectangle
- 覆盖hashCode方法.
- hashCode() -
Method in class com.ijchart.xychart.ui.RectangleEdge
- 计算hashcode.
- hashCode() -
Method in class com.ijchart.xychart.ui.RectangleInsets
- 覆盖hasCode方法,返回hascode值.
- hashCode() -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 计算hashcode值.
- hashCode(Object) -
Static method in class com.ijchart.xychart.util.HashcodeUtil
- 计算一个对象的hashcode值,如果对象为null,返回0.
- hashCode(Object[]) -
Static method in class com.ijchart.xychart.util.HashcodeUtil
- 计算一个数组的hashcode值,如果对象为null,返回0.
- hashCode(Image) -
Static method in class com.ijchart.xychart.util.HashcodeUtil
- 计算一个Image的hashcode值.如果图片是null,返回0,否则返回image.width*image.height.
- hashCode(boolean) -
Static method in class com.ijchart.xychart.util.HashcodeUtil
- 计算一个对象的hashcode值,b为真返回1否则返回0.
- hashCode(Paint) -
Static method in class com.ijchart.xychart.util.HashcodeUtil
- 计算Paint对象的hashcode值.
- hashCode() -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 计算对象的hashcode值.
- HashcodeUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- hasListener(IAnnotationChangeListener) -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 返回指定的listener是否存在,本方法主要用于单元测试.
- HighLowRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- HighLowRender(SingleRowDataset) -
Constructor for class com.ijchart.xychart.render.xy.HighLowRender
- 构造器.
- HistogramType - Class in com.ijchart.xychart.constant
- Title: IJChart
- HORIZONTAL -
Static variable in class com.ijchart.xychart.constant.ChartOrientation
- 水平方向.
- HORIZONTAL -
Static variable in class com.ijchart.xychart.constant.Direction
- 水平方向.
- HORIZONTAL -
Static variable in class com.ijchart.xychart.constant.GradientPaintTransformType
- 水平扩展.
- HORIZONTAL -
Static variable in class com.ijchart.xychart.constant.TextDirection
- 水平方向.
- HorizontalAlignment - Class in com.ijchart.xychart.constant
- Title: IJChart
- horizontalAlignToAnchor(HorizontalAlignment) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 根据水平对齐方式转化为TextAnchor对象.
- HOTSPOT_TYPE_CIRCLE -
Static variable in interface com.ijchart.xychart.shape.IChartShape
- 圆形热点图形类型.
- HOTSPOT_TYPE_POLYGON -
Static variable in interface com.ijchart.xychart.shape.IChartShape
- 多边形热点图形类型.
- HOTSPOT_TYPE_RECTANGLE -
Static variable in interface com.ijchart.xychart.shape.IChartShape
- 矩形热点图形类型.
I
- IAngle - Interface in com.ijchart.xychart.constant
- Title: IJChart
- IAnnotation - Interface in com.ijchart.xychart.annotation
- Title: IJChart
- IAnnotationChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IAreaFragment - Interface in com.ijchart.xychart.web
- Title: IJChart
- IAxis - Interface in com.ijchart.xychart.axis
- Title: IJChart
- IAxisChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- ICategoryAnnotation - Interface in com.ijchart.xychart.annotation
- Title: IJChart
- IChangeChartShape - Interface in com.ijchart.xychart.chartinfo.draw
- Title: IJChart
- IChartChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IChartData - Interface in com.ijchart.xychart.data
- Title: IJChart
- IChartDataFormatter - Interface in com.ijchart.xychart.format
- Title: IJChart
- IChartMouseListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IChartProgressListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IChartShape - Interface in com.ijchart.xychart.shape
- Title: IJChart
- IChartShapeChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IDataset - Interface in com.ijchart.xychart.dataset
- Title: IJChart
- IDatasetChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IDrawingSupplier - Interface in com.ijchart.xychart.ui.supplier
- Title: IJChart
- IEffect3D - Interface in com.ijchart.xychart.ui
- Title: IJChart
- IFormatter - Interface in com.ijchart.xychart.format
- Title: IJChart
- IFunction - Interface in com.ijchart.xychart.function
- Title: IJChart
- IJChart - Class in com.ijchart.xychart.client
- Title: IJChart
- IJChart(AbstractPlot) -
Constructor for class com.ijchart.xychart.client.IJChart
- 创建一个对象,默认产生图例.
- ImageTitle(Image, int, int) -
Constructor for class com.ijchart.xychart.title.ImageTitle
- 创建image标题对象,并且指定图片的绘制宽度和高度.
- ImageType - Class in com.ijchart.xychart.constant
- Title: IJChart
- IMarkerChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IMatrixDataset - Interface in com.ijchart.xychart.dataset
- Title: IJChart
- IN_RENDER_AREA_BOTTOM_CENTER -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的下侧的中间.
- IN_RENDER_AREA_BOTTOM_LEFT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的的左下角.
- IN_RENDER_AREA_BOTTOM_RIGHT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的右下角.
- IN_RENDER_AREA_CENTER_CENTER -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的中心.
- IN_RENDER_AREA_CENTER_LEFT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的中间的左侧.
- IN_RENDER_AREA_CENTER_RIGHT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的中间的右侧.
- IN_RENDER_AREA_TOP_CENTER -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的上边的中间位置.
- IN_RENDER_AREA_TOP_LEFT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的左上角.
- IN_RENDER_AREA_TOP_RIGHT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域内部的上边的右上角.
- INoAxisRender - Interface in com.ijchart.xychart.render
- Title: IJChart
- INSETS_ONE -
Static variable in class com.ijchart.xychart.ui.RectangleInsets
- 顶部、左边、底部、右边都为1的RectangleInsets.
- INSETS_THREE -
Static variable in class com.ijchart.xychart.ui.RectangleInsets
- 顶部、左边、底部、右边都为3的RectangleInsets.
- INSETS_TWO -
Static variable in class com.ijchart.xychart.ui.RectangleInsets
- 顶部、左边、底部、右边都为2的RectangleInsets.
- INSETS_ZERO -
Static variable in class com.ijchart.xychart.ui.RectangleInsets
- 顶部、左边、底部、右边都为零的RectangleInsets.
- INSIDE -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字在
IChartShape 内部.
- INSIDE -
Static variable in class com.ijchart.xychart.constant.TransformShapeType
- 内部.
- IntervalBarRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- IntervalBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.IntervalBarRender
- 构造器.
- IntervalChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- IntervalChartData(double, double) -
Constructor for class com.ijchart.xychart.data.IntervalChartData
- 构造器.
- IntervalChartData(Number, Number) -
Constructor for class com.ijchart.xychart.data.IntervalChartData
- 构造器.
- IntervalValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- IntervalValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.IntervalValueAxis
- 由数据集构造对象.
- IntervalValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.IntervalValueAxis
- 由坐标轴标签和数据集构造对象.
- IntervalValueMarker - Class in com.ijchart.xychart.marker
- Title: IJChart
- IntervalValueMarker(double, double) -
Constructor for class com.ijchart.xychart.marker.IntervalValueMarker
- 由起始值和结束值构造对象.
- IntervalValueMarker(double, double, Paint, Paint, Stroke, float) -
Constructor for class com.ijchart.xychart.marker.IntervalValueMarker
- 构造器.
- IntervalXBoxAndWhiskerData - Class in com.ijchart.xychart.data
- Title: IJChart
- IntervalXBoxAndWhiskerData(double, double) -
Constructor for class com.ijchart.xychart.data.IntervalXBoxAndWhiskerData
- 构造器.
- IntervalXNumberYBaseBar2DRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- IntervalXNumberYBaseBar2DRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.IntervalXNumberYBaseBar2DRender
- 构造器.
- IntervalXNumberYBaseChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- IntervalXNumberYBaseChartData(double, double, double) -
Constructor for class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
- 构造器.
- IntervalXNumberYBaseChartData(Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
- 构造器.
- IntervalXNumberYBaseChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- IntervalXNumberYBaseChartDataFormatter(String, String, String) -
Constructor for class com.ijchart.xychart.format.IntervalXNumberYBaseChartDataFormatter
- 构造器.
- IntervalXNumberYBaseValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- IntervalXNumberYBaseValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.IntervalXNumberYBaseValueAxis
- 由数据集构造对象.
- IntervalXNumberYBaseValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.IntervalXNumberYBaseValueAxis
- 由坐标轴标签和数据集构造对象.
- IntervalXYNumberChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- IntervalXYNumberChartData(double, double, double, double) -
Constructor for class com.ijchart.xychart.data.IntervalXYNumberChartData
- 构造器.
- IntervalXYNumberChartData(Number, Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.IntervalXYNumberChartData
- 构造器.
- IntervalXYNumberChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- IntervalXYNumberChartDataFormatter(String, String, String, String) -
Constructor for class com.ijchart.xychart.format.IntervalXYNumberChartDataFormatter
- 构造器.
- IntervalXYValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- IntervalXYValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.IntervalXYValueAxis
- 由数据集构造对象.
- IntervalXYValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.IntervalXYValueAxis
- 由坐标轴标签和数据集构造对象.
- INumberTickUnit - Interface in com.ijchart.xychart.tickunit
- Title: IJChart
- INVALID_COORDINATE_VALUE -
Static variable in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 如果某个值不在坐标轴刻度值之间,此值在坐标轴上没有对应的点.
- InvalidChartDataException - Exception in com.ijchart.xychart.exception
- Title: IJChart
- InvalidChartDataException() -
Constructor for exception com.ijchart.xychart.exception.InvalidChartDataException
- 没有参数的构造器.
- IPaintScale - Interface in com.ijchart.xychart.render.paint
- Title: IJChart
- IPlotChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IRender - Interface in com.ijchart.xychart.render
- Title: IJChart
- IRenderChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IRenderWithAxis - Interface in com.ijchart.xychart.render
- Title: IJChart
- isAllowDuplicateXValues() -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 返回是否允许重复的x值.
- isAngleGridlinesVisible() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 返回角度网格线是否可见.
- isAngleLabelsVisible() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 返回角度标签是否显示.
- isAutoSelectBorderPaint() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否自动选择绘制图形边框的Paint.
- isAutoSelectBorderStroke() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否自动选择绘制图形边框的Stroke.
- isAutoSelectFillPaint() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否自动选择填充图形的Paint.
- isAutoSelectTickLabelAlign() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置是否自动选择标签的对齐方式.
- isAutoWidth() -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 返回是否自动调整bar的宽度.
- isAutoWrap() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 返回当字符串不能在一行显示时是否自动换行.
- isAxisLabelVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回坐标轴标签是否可见,可见返回true,否则返回false.
- isAxisLineVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回坐标轴轴线是否显示.
- isAxisRangeIncludeZero() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 返回计算坐标轴的刻度时是否包含0.
- isBaseItemAllowDuplicateXvalues() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回控制所有行的数据是否允许重复.
- isBaseItemAutoSort() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回控制所有的数据自动排序.
- isBaseItemDrawBorder() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的数据的边框是否可见.
- isBaseItemDrawBorder() -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的数据的边框是否可见.
- isBaseItemFill() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回所有数据是否填充图形内部.
- isBaseItemFill() -
Method in interface com.ijchart.xychart.render.IRender
- 返回所有数据是否填充图形内部.
- isBaseItemLineVisible() -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回所有的线条是否显示的布尔值.
- isBaseItemLineVisible() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回所有的线条是否显示的布尔值.
- isBaseItemShapeFilled() -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回所有的图形是否填充的布尔值.
- isBaseItemShapeFilled() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回所有的图形是否填充的布尔值.
- isBaseItemShapeVisible() -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回所有的图形是否显示的布尔值.
- isBaseItemShapeVisible() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回所有的图形是否显示的布尔值.
- isBorderVisible() -
Method in class com.ijchart.xychart.client.IJChart
- 返回边框是否可见.
- isBorderVisible() -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 返回外边框是否可见.
- isBorderVisible(RectangleEdge) -
Method in class com.ijchart.xychart.shape.RectangleTextChartShape
- 返回某个边界是否可见.
- isBorderVisible() -
Method in class com.ijchart.xychart.title.AbstractTitle
- 返回边框是否可见.
- isCanReset() -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 是否可以重置本类到初始化状态.
- isCanReset() -
Method in interface com.ijchart.xychart.ui.supplier.IDrawingSupplier
- 是否可以重置本类到初始化状态.
- isCenterBarAtStartValue() -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 返回是否柱状图的中心在开始值的位置.
- isCircular() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回是否强制饼图为圆形.
- isColumnItemDrawBorder(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一列数据的边框是否可见.
- isColumnItemDrawBorder(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一列数据的边框是否可见.
- isColumnItemFill(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一列数据是否填充图形内部.
- isColumnItemFill(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一列数据是否填充图形内部.
- isColumnItemLabelVisible(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一列数据的标签是否显示.
- isColumnItemLabelVisible(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一列数据的标签是否显示.
- isColumnItemVisible(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集一列的数据是否全部可见.
- isColumnItemVisible(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集一列的数据是否全部可见.
- isDomainCrosshairLockedOnData() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回十字线是否自动锁定数据点.
- isDomainCrosshairVisible() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回domain轴方向的十字线是否可见.
- isDomainGridlineVisible() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回domain方向的网格线是否可见.
- isDomainZeroBaselineVisible() -
Method in class com.ijchart.xychart.plot.XYPlot
- 返回domain轴方向的值为0的基线是否可见.
- isDomainZoomable() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回domain坐标轴方向是否可缩放.
- isDomainZoomable() -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 返回domain坐标轴是否可缩放.
- isDomainZoomable() -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 返回domain坐标轴是否可缩放.
- isDomainZoomable() -
Method in interface com.ijchart.xychart.plot.IZoomable
- 返回domain坐标轴是否可缩放.
- isDomainZoomable() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 返回domain坐标轴是否可缩放.
- isDrawAreaContains(Point2D) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 图形集合共同的区域是否包含点point.
- isDrawAreaContains(Point2D) -
Method in interface com.ijchart.xychart.chartinfo.IShapeCollection
- 图形集合共同的区域是否包含点point.
- isDrawAsLine() -
Method in class com.ijchart.xychart.marker.CategoryMarker
- 返回是否显示为一条直线,而不是一个区域.
- isDrawAsRing() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回是否显示为圆环图.
- isDrawBorder() -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 返回轮廓线是否绘制的标志
- isDrawBorder() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 返回轮廓线是否绘制的标志.
- isDrawBorder() -
Method in interface com.ijchart.xychart.shape.IChartShape
- 返回轮廓线是否绘制的标志
- isDrawCloseLine() -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 返回是否绘制close值对应的直线.
- isDrawCompleteAndIncomplete() -
Method in class com.ijchart.xychart.render.category.GranttRender
- 返回用于控制是否绘制完成进度和未完成进度.
- isDrawGroupLine() -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 返回是否绘制连接线.
- isDrawJoinLine() -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 返回是否绘制连接线.
- isDrawLabel() -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 返回是否显示文字.
- isDrawNoDataMessage() -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 返回是否显示没有数据时的信息.
- isDrawOpenLine() -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 返回是否绘制open值对应的直线.
- isDrawPlotLine() -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 返回是否绘制连接线.
- isDrawRadius() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 返回是否绘制半径线.
- isDrawRadius() -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 返回是否绘制半径线.
- isDrawStripBorder() -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 返回是否绘制条状图形的边框.
- isDrawText() -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 返回是否显示文字.
- isDrawText() -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 返回是否显示文字.
- isDrawTick() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 返回是否显示刻度.
- isDrawTickLabel() -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 返回是否显示刻度值.
- isDrawVolume() -
Method in class com.ijchart.xychart.render.xy.StockRender
- 返回是否绘制volume图形.
- isDrawXError() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 返回是否绘制x方向的Error线.
- isDrawYError() -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 返回是否绘制y方向的Error线,并向所有监听器发送
RenderChangeEvent 事件.
- isDrawYError() -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 返回是否绘制y方向的Error线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- isEmpty() -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 返回数据集是否为空.
- isEmpty() -
Method in interface com.ijchart.xychart.dataset.IMatrixDataset
- 返回数据集是否为空.
- isEmpty() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 返回数据集是否为空.
- isEmpty(String) -
Static method in class com.ijchart.xychart.util.StringUtil
- 测试字符串str是否为null或空字符串.
- isEmpty(String[], boolean) -
Static method in class com.ijchart.xychart.util.StringUtil
- 判断数组中的元素是否都为null.
- isEmptyWithTrim(String) -
Static method in class com.ijchart.xychart.util.StringUtil
- 测试字符串str是否为null或空字符串或
String.trim() 返回空.
- isFillBackground() -
Method in class com.ijchart.xychart.title.AbstractTitle
- 返回是否使用背景Paint填充图形.
- isFillShape() -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 返回轮廓线是否绘制的标志
- isFillShape() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 返回轮廓线是否绘制的标志.
- isFillShape() -
Method in interface com.ijchart.xychart.shape.IChartShape
- 返回轮廓线是否绘制的标志
- isFillZoomRectangle() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回是否填充缩放矩形.
- isForce2D() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
- 是否强制以2D形式绘制.
- isForce2D() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 是否强制以2D形式绘制.
- isForce2D() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 是否强制以2D形式绘制.
- isForceInsideTextNoWrap() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 返回是否强制图形内部的字符串不换行.
- isForceShowAll() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 返回是否强制显示所有的字符,即如果字符太长,不在后面添加"."字符.
- isGeneratorTooltip() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否生成图形的tooltip.
- isGeneratorUrl() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否生成图形的url.
- isGridBandVisible() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 返回控制网格区域是否显示的标志.
- isGridLineVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回是否显示网格线.
- isGroup() -
Method in class com.ijchart.xychart.label.DefaultLabelGenerator
- 是否以组的形式生成标签.
- isGroup() -
Method in interface com.ijchart.xychart.label.ILabelGenerator
- 是否以组的形式生成标签.
- isGroup() -
Method in class com.ijchart.xychart.label.LabelGeneratorAdaptor
- 是否以组的形式生成标签.
- isGroup() -
Method in class com.ijchart.xychart.tooltip.DefaultTooltipGenerator
- 是否以组的形式生成tooltip.
- isGroup() -
Method in interface com.ijchart.xychart.tooltip.IToolTipGenerator
- 是否以组的形式生成tooltip.
- isGuideLineVisible() -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 返回向导线是否可见.
- IShapeChange - Interface in com.ijchart.xychart.shape.change
- Title: IJChart
- IShapeCollection - Interface in com.ijchart.xychart.chartinfo
- Title: IJChart
- IShapedChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- IShapedChartShape(double, double, double, double) -
Constructor for class com.ijchart.xychart.shape.IShapedChartShape
- 绘制工字形的图形.
- IShapedChartShape(Point2D, double, double) -
Constructor for class com.ijchart.xychart.shape.IShapedChartShape
- 绘制工字形的图形.
- isHighFarOut() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 如果离散点的个数大于2倍中间部分,则认为是远离高值.本函数用于返回该布尔值.
- isHorizontal(double) -
Static method in class com.ijchart.xychart.util.AngleUtil
- 判断角度是否是水平,即angle等于0或Math.PI .
- isHorizontalRepeat() -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 返回图片是否在水平方向重复.
- isImageFill() -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
- 返回是否用图片自动填充区域.
- isImageFill() -
Method in class com.ijchart.xychart.title.ImageTitle
- 返回是否用图片自动填充title区域.
- isInRenderArea(LegendTitlePosition) -
Static method in class com.ijchart.xychart.constant.LegendTitlePosition
- 判断位置是否在render区域的内部.
- isInverted() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 返回是否反转坐标值.
- isItemDrawBorder(int, int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回是否绘制图形边框.
- isItemFill(int, int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否填充图形内部.
- isItemFill(int, int) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回是否填充图形内部.
- isItemFill(int, int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回是否填充图形内部.
- isItemLabelVisible(int, int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回某个数据项的标签是否显示.
- isItemLabelVisible(int, int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回某个数据项的标签是否显示.
- isItemVisible(int, int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回某行某列的数据是否显示.
- isItemVisible(int, int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回某行某列的数据是否显示.
- isLabelInPie() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回标签是否在饼图内部.
- isLabelLinksVisible() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回是否显示标签和饼图之间的连接线.
- isLeftOrRight(RectangleEdge) -
Static method in class com.ijchart.xychart.ui.RectangleEdge
- 是否是左边界或右边界.
- isLogTickUnit() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- tickUnit是否是LogTickUnit.
- isLowFarOut() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 是否集合里包含远离低值的值点.本函数用于返回该布尔值.
- isMultiple() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 返回集合里面是否有多个outlier对象.
- isNotify() -
Method in class com.ijchart.xychart.client.IJChart
- 返回有事件变化时是否通知监听器发生变化.
- isOffsetValueLine() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 是否需要偏移坐标轴.
- isOutRenderArea(LegendTitlePosition) -
Static method in class com.ijchart.xychart.constant.LegendTitlePosition
- 判断位置是否在render区域的外部.
- isOverlapped(Outlier) -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 返回是否有重叠部分.
- isPie3D() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回是否是3D类型的饼图.
- isRadiusGridlinesVisible() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 返回半径线是否可见.
- isRangeIncludeZero() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 返回数据范围是否包含0.
- isRefreshBuffer() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回是否刷新缓冲器.
- isRenderAreaBorderVisible() -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回render区域外边框是否可见.
- isRenderAsPercentages() -
Method in class com.ijchart.xychart.render.category.StackedBarRender
- 如果以百分比形式显示数据,返回true,否则返回false.
- isRenderAsPercentages() -
Method in interface com.ijchart.xychart.render.IStackedRender
- 如果以百分比形式显示数据,返回true,否则返回false.
- isRenderAsPercentages() -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 如果以百分比形式显示数据,返回true,否则返回false.
- isRowItemAllowDuplicateXvalue(int) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 控制每行的数据是否允许重复.
- isRowItemAutoSort(int) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回控制每行的数据是否自动排序.
- isRowItemDrawBorder(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一行数据的边框是否可见.
- isRowItemDrawBorder(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一行数据的边框是否可见.
- isRowItemFill(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一行数据是否填充图形内部.
- isRowItemFill(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一行数据是否填充图形内部.
- isRowItemLabelVisible(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集中的一行数据的标签是否显示.
- isRowItemLabelVisible(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集中的一行数据的标签是否显示.
- isRowItemLineVisible(int) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回每个系列的线条是否显示.
- isRowItemLineVisible(int) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回每行的线条是否显示.
- isRowItemShapeFilled(int) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回某个系列的图形是否被填充.
- isRowItemShapeFilled(int) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回某个行的图形是否被填充.
- isRowItemShapeVisible(int) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 返回某个系列的图形是否显示的布尔值.
- isRowItemShapeVisible(int) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 返回某个行的图形是否显示的布尔值.
- isRowItemVisible(int) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回数据集一行的数据是否全部可见.
- isRowItemVisible(int) -
Method in interface com.ijchart.xychart.render.IRender
- 返回数据集一行的数据是否全部可见.
- isSectionOutlinesVisible() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回是否绘制扇形的边框.
- isSector3D() -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 返回是否是3D类型的扇形图.
- isSelected() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 返回图形是否被选中.
- isSelected() -
Method in interface com.ijchart.xychart.shape.IChartShape
- 返回图形是否被选中.
- isSerializable(Class) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 如果一个类实现了Serializable接口返回true,否则返回false
- isShapeChanged() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 返回图形是否有改变.
- isShapesVisible() -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 返回是否显示图形.
- isShapesVisible() -
Method in class com.ijchart.xychart.render.xy.YIntervalRenderer
- 返回所有的图形是否显示的布尔值.
- isShowLegend() -
Method in class com.ijchart.xychart.client.IJChart
- 返回是否显示图例对象.
- isSimpleLabels() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 返回绘制label的类型,在饼图区域内显示还是外面显示.
- isStagger() -
Method in class com.ijchart.xychart.render.category.StepRender
- 返回显示多行数据时是否增加间隔.
- IStackedRender - Interface in com.ijchart.xychart.render
- Title: IJChart
- isThisDataType(Class) -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 判断所有的数据值是否是类c.
- isThisDataType(Class) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 判断所有的数据值是否是类c.
- isThisDataType(Class) -
Method in interface com.ijchart.xychart.dataset.IDataset
- 判断所有的数据值是否是类c.
- isThisDataType(Class) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 判断所有的数据值是否是类c.
- isTickLabelsVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回坐标轴刻度值是否显示.
- isTickLabelVisible() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置刻度值是否可见.
- isTickMarkVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回刻度值是否可见.
- isTopOrBottom(RectangleEdge) -
Static method in class com.ijchart.xychart.ui.RectangleEdge
- 是否是上边界或下边界.
- isValueCrosshairLockedOnData() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回控制十字线是否自动锁定数据点.
- isValueCrosshairVisible() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回控制value轴方向的十字线是否可见.
- isValueGridlineVisible() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 返回value方向的网格线是否可见.
- isValueLineVisible() -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 返回是否绘制value值线.
- isValueZeroBaselineVisible() -
Method in class com.ijchart.xychart.plot.XYPlot
- 返回value轴方向的值为0的基线是否可见.
- isValueZoomable() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回value坐标轴方向是否可缩放.
- isValueZoomable() -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 返回value坐标轴是否可缩放.
- isValueZoomable() -
Method in interface com.ijchart.xychart.plot.IZoomable
- 返回value坐标轴是否可缩放.
- isValueZoomable() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 返回value坐标轴是否可缩放.
- isVertical(double) -
Static method in class com.ijchart.xychart.util.AngleUtil
- 判断角度是否垂直,即angle等于0.5*Math.PI或1.5*Math.PI .
- isVerticalAxisTrace() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回是否跟踪垂直坐标轴.
- isVerticalRepeat() -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 返回图片是否在垂直方向重复.
- isVisible() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 返回坐标轴是否可见,可见返回true,否则返回false.
- isVisible() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 返回图形是否可见.
- isVisible() -
Method in interface com.ijchart.xychart.shape.IChartShape
- 返回图形是否可见.
- isZoomable() -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回是否可缩放.
- iterator() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 返回Iterator集合.
- ITitle - Interface in com.ijchart.xychart.title
- Title: IJChart
- ITitleChangeListener - Interface in com.ijchart.xychart.listener
- Title: IJChart
- IToolTipGenerator - Interface in com.ijchart.xychart.tooltip
- Title: IJChart
- IXYAnnotation - Interface in com.ijchart.xychart.annotation
- Title: IJChart
- IXYChartData - Interface in com.ijchart.xychart.data
- Title: IJChart
- IZoomable - Interface in com.ijchart.xychart.plot
- Title: IJChart
J
- javascriptEscape(String) -
Static method in class com.ijchart.xychart.util.StringUtil
- 把字符串转化为符合javascript语法的字符串.
- JPEG -
Static variable in class com.ijchart.xychart.constant.ImageType
- JPEG类型的图片.
K
- KeyValueComparatorType - Class in com.ijchart.xychart.constant
- Title: IJChart
- KeyValuePair - Class in com.ijchart.xychart.dataset.data
- Title: IJChart
- KeyValuePair(Object, Object) -
Constructor for class com.ijchart.xychart.dataset.data.KeyValuePair
- 由键值和值构造对象.
- KeyValuePair(Object, Object, KeyValueComparatorType) -
Constructor for class com.ijchart.xychart.dataset.data.KeyValuePair
- 由键值和值构造对象.
L
- LabelGeneratorAdaptor - Class in com.ijchart.xychart.label
- Title: IJChart
- LabelGeneratorAdaptor() -
Constructor for class com.ijchart.xychart.label.LabelGeneratorAdaptor
-
- Layer - Class in com.ijchart.xychart.ui
- Title: IJChart
- LayeredBarRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- LayeredBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.LayeredBarRender
- 构造器.
- LEFT -
Static variable in class com.ijchart.xychart.constant.HorizontalAlignment
- 左对齐.
- LEFT -
Static variable in class com.ijchart.xychart.ui.Align
- 左对齐.
- LEFT -
Static variable in class com.ijchart.xychart.ui.RectangleEdge
- 左边界.
- LEGEND_BORDER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 图例边框图形.
- LEGEND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 图例图形.
- LegendItemChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- LegendItemChartShape(IChartShape, String) -
Constructor for class com.ijchart.xychart.shape.LegendItemChartShape
- 由图表图形和标签组成图例图形.
- LegendShapeCollection - Class in com.ijchart.xychart.chartinfo
- Title: IJChart
- LegendShapeCollection() -
Constructor for class com.ijchart.xychart.chartinfo.LegendShapeCollection
- 无参数构造器.
- LegendTitle - Class in com.ijchart.xychart.title
- Title: IJChart
- LegendTitle(Collection) -
Constructor for class com.ijchart.xychart.title.LegendTitle
- 构造器.
- LegendTitlePosition - Class in com.ijchart.xychart.constant
- Title: IJChart
- LegendType - Class in com.ijchart.xychart.constant
- Title: IJChart
- LengthAdjustmentType - Class in com.ijchart.xychart.constant
- Title: IJChart
- LevelRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- LevelRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.LevelRender
- 构造器.
- LIGHT_BLUE -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light blue color.
- LIGHT_CYAN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light cyan color.
- LIGHT_GREEN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light green color.
- LIGHT_MAGENTA -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light magenta color.
- LIGHT_RED -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light red color.
- LIGHT_YELLOW -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A light yellow color.
- Line3DRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- Line3DRender(IEffect3D, IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.Line3DRender
- 构造器.
- LineAndShapeChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- LineAndShapeChartShape(double, double, Shape, Line2D) -
Constructor for class com.ijchart.xychart.shape.LineAndShapeChartShape
- 由一个图形和一条直线组成的复合图形.
- LineAndShapeChartShape(double, double, Shape, Line2D, String) -
Constructor for class com.ijchart.xychart.shape.LineAndShapeChartShape
- 由一个图形和一条直线组成的复合图形.
- LineAndShapeRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- LineAndShapeRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.LineAndShapeRender
- 构造器.
- LineChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- LineChartShape(double, double, double, double) -
Constructor for class com.ijchart.xychart.shape.LineChartShape
- 绘制一条从点(x1,y1)到点(x2,y2)的直线.
- LineChartShape(Point2D, Point2D) -
Constructor for class com.ijchart.xychart.shape.LineChartShape
- 绘制一条从点p1到点p2的直线.
- LineChartShape(Line2D) -
Constructor for class com.ijchart.xychart.shape.LineChartShape
- 绘制一条直线.
- LineFunction - Class in com.ijchart.xychart.function
- Title: IJChart
- LineFunction(double, double) -
Constructor for class com.ijchart.xychart.function.LineFunction
- 根据截距和斜率构造直线.
- lineToRectangle(Line2D, Stroke, double) -
Static method in class com.ijchart.xychart.util.StrokeUtil
- 根据直线和绘制直线的画笔(stroke),计算包含此直线的矩形.
- LogTickUnit - Class in com.ijchart.xychart.tickunit
- Title: IJChart
- LogTickUnit() -
Constructor for class com.ijchart.xychart.tickunit.LogTickUnit
- 缺省构造器.
- LogTickUnit(double, boolean) -
Constructor for class com.ijchart.xychart.tickunit.LogTickUnit
- 构造器.
- LogTickUnit(boolean, double) -
Constructor for class com.ijchart.xychart.tickunit.LogTickUnit
- 构造器.
- LogTickUnit(double, double) -
Constructor for class com.ijchart.xychart.tickunit.LogTickUnit
- 构造器.
- LongTickUnit - Class in com.ijchart.xychart.tickunit
- Title: IJChart
- LongTickUnit() -
Constructor for class com.ijchart.xychart.tickunit.LongTickUnit
- 缺省构造器.
- LongTickUnit(long) -
Constructor for class com.ijchart.xychart.tickunit.LongTickUnit
- 构造器.
- LookupPaintScale - Class in com.ijchart.xychart.render.paint
- Title: IJChart
- LookupPaintScale() -
Constructor for class com.ijchart.xychart.render.paint.LookupPaintScale
- 缺省的构造器.
- LookupPaintScale(double, double) -
Constructor for class com.ijchart.xychart.render.paint.LookupPaintScale
- 构造器.
- LookupPaintScale(double, double, Paint) -
Constructor for class com.ijchart.xychart.render.paint.LookupPaintScale
- 构造器.
- LookupPaintScale(double, double, Paint, String[]) -
Constructor for class com.ijchart.xychart.render.paint.LookupPaintScale
- 构造器.
M
- main(String[]) -
Static method in class com.ijchart.xychart.TestClass
-
- mapRenderToDomainAxis(int, int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 匹配render和domain坐标轴.
- mapRenderToValueAxis(int, int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 匹配render和domain坐标轴.
- mapValueAxisToRender(int, int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 匹配value坐标轴到render.
- markerChanged(MarkerChangeEvent) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 收到marker发生变化的事件.
- markerChanged(MarkerChangeEvent) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 收到marker发生变化的事件.
- markerChanged(MarkerChangeEvent) -
Method in interface com.ijchart.xychart.listener.IMarkerChangeListener
- 收到marker发生变化的事件.
- MarkerChangeEvent - Class in com.ijchart.xychart.event
- Title: IJChart
- MarkerChangeEvent(AbstractMarker) -
Constructor for class com.ijchart.xychart.event.MarkerChangeEvent
- 构造一个新的对象.
- MathUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- MathUtil() -
Constructor for class com.ijchart.xychart.util.MathUtil
-
- MAX_INTERIOR_GAP -
Static variable in class com.ijchart.xychart.render.noaxis.PieRender
- 最大的内部空白大小(百分比).
- MeterArcChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- MeterArcChartShape(Arc2D) -
Constructor for class com.ijchart.xychart.shape.MeterArcChartShape
- 构造器.
- MeterArcChartShape(Arc2D, double, double, Number[]) -
Constructor for class com.ijchart.xychart.shape.MeterArcChartShape
- 构造器.
- MeterRender - Class in com.ijchart.xychart.render.noaxis
- Title: IJChart
- MeterRender(SingleRowDataset) -
Constructor for class com.ijchart.xychart.render.noaxis.MeterRender
- 构造器.
- MeterRender(SingleRowDataset, double) -
Constructor for class com.ijchart.xychart.render.noaxis.MeterRender
- 构造器.
- MeterShapeType - Class in com.ijchart.xychart.constant
- Title: IJChart
- MIDDLE -
Static variable in class com.ijchart.xychart.constant.TextAnchor
- 中间位置.
- middlePoint(Point2D, Point2D) -
Static method in class com.ijchart.xychart.util.GeometryUtil
- 计算两点的中点.
- MillisecondsToDateFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- MillisecondsToDateFormatter(String) -
Constructor for class com.ijchart.xychart.format.MillisecondsToDateFormatter
- 由日期掩码构造本对象.
- MillisecondsToDateFormatter(Locale, String) -
Constructor for class com.ijchart.xychart.format.MillisecondsToDateFormatter
- 由日期掩码构造本对象.
- MinMaxChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- MinMaxChartShape(Point2D, Point2D) -
Constructor for class com.ijchart.xychart.shape.MinMaxChartShape
- 构造图形.
- MinMaxChartShape(Point2D, Point2D, Shape, Shape) -
Constructor for class com.ijchart.xychart.shape.MinMaxChartShape
- 构造图形.
- MinMaxRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- MinMaxRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.MinMaxRender
- 构造器.
- mouseClicked(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标点击事件.
- mouseDragged(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标拖放事件.
- mouseEntered(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标进入事件.
- mouseExited(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标退出事件.
- mouseMoved(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标移动事件.
- mousePressed(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标按下事件.
- mouseReleased(MouseEvent) -
Method in class com.ijchart.xychart.client.ChartPanel
- 处理鼠标释放事件.
N
- NEW_DATASET -
Static variable in class com.ijchart.xychart.constant.ChartChangeEventType
- 新的数据集.
- NO_CHANGE -
Static variable in class com.ijchart.xychart.constant.LengthAdjustmentType
- 无变化.
- NoAxisPlot - Class in com.ijchart.xychart.plot
- Title: IJChart
- NoAxisPlot() -
Constructor for class com.ijchart.xychart.plot.NoAxisPlot
- 缺省的构造器.
- NoAxisPlot(AbstractNoAxisRender) -
Constructor for class com.ijchart.xychart.plot.NoAxisPlot
- 构造一个新的对象.
- NONE -
Static variable in class com.ijchart.xychart.constant.LegendType
- 不显示图例.
- NONE -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字不显示.
- NormalDistributionFunction - Class in com.ijchart.xychart.function
- Title: IJChart
- NormalDistributionFunction(double, double) -
Constructor for class com.ijchart.xychart.function.NormalDistributionFunction
- 创建一个标准方差函数.
- NORTH -
Static variable in class com.ijchart.xychart.ui.Align
- 北边(同顶端对齐.).
- NORTH_EAST -
Static variable in class com.ijchart.xychart.ui.Align
- 东北方向对齐(同TOP_RIGHT).
- NORTH_WEST -
Static variable in class com.ijchart.xychart.ui.Align
- 西北方向对齐(同TOP_LEFT).
- notifyListeners(AnnotationChangeEvent) -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 通知所有注册的监听器注解(annotation)对象发生了变化.
- notifyListeners(AxisChangeEvent) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 通知所有的监听器对象,坐轴标发生了变化
- notifyListeners(ChartChangeEvent) -
Method in class com.ijchart.xychart.client.IJChart
- 通知所有监听器图表对象发生了变化.
- notifyListeners(ChartProgressEvent) -
Method in class com.ijchart.xychart.client.IJChart
- 通知所有监听器有图表对象变化事件.
- notifyListeners(DatasetChangeEvent) -
Method in class com.ijchart.xychart.dataset.AbstractDataset
- 通知所有注册的监听器数据集发生了变化
- notifyListeners(MarkerChangeEvent) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 通知所有注册的监听器marker对象发生了变化.
- notifyListeners(PlotChangeEvent) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 通知监听器有
PlotChangeEvent 事件.
- notifyListeners(RenderChangeEvent) -
Method in class com.ijchart.xychart.render.AbstractRender
- 通知所有注册的监听器数据集发生了变化
- notifyListeners(ChartShapeChangeEvent) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 通知所有注册的监听器图形发生了变化.
- notifyListeners(TitleChangeEvent) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 通知监听器有标题变化事件.
- nullToEmpty(String) -
Static method in class com.ijchart.xychart.util.StringUtil
- 如果字符串str为null,返回空字符串,否则返回str.
- nullToString(Object) -
Static method in class com.ijchart.xychart.util.StringUtil
- 如果字符串str为null,返回空字符串类型的"null",否则返回str.
- NumberChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- NumberChartData(double) -
Constructor for class com.ijchart.xychart.data.NumberChartData
- 构造器.
- NumberChartData(Number) -
Constructor for class com.ijchart.xychart.data.NumberChartData
- 构造器.
- NumberChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- NumberChartDataFormatter(String) -
Constructor for class com.ijchart.xychart.format.NumberChartDataFormatter
- 构造器.
- NumberFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- NumberFormatter(String) -
Constructor for class com.ijchart.xychart.format.NumberFormatter
- 由数字掩码构造本对象.
- NumberFormatter(Locale, String) -
Constructor for class com.ijchart.xychart.format.NumberFormatter
- 由数字掩码构造本对象.
- NumberGroupChartData - Class in com.ijchart.xychart.data.group
- Title: IJChart
- NumberGroupChartData(Object) -
Constructor for class com.ijchart.xychart.data.group.NumberGroupChartData
- 构造器.
- NumberGroupChartData(Object, List) -
Constructor for class com.ijchart.xychart.data.group.NumberGroupChartData
- 构造器.
- NumberGroupChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- NumberGroupChartDataFormatter(String) -
Constructor for class com.ijchart.xychart.format.NumberGroupChartDataFormatter
- 构造器.
- NumberRange - Class in com.ijchart.xychart.range
- Title: IJChart
- NumberRange(double, double) -
Constructor for class com.ijchart.xychart.range.NumberRange
- 由一小一大两个值构造对象,必须lower<=upper.
- numberTicks -
Variable in class com.ijchart.xychart.axis.value.NumberValueAxis
- 数字型的刻度值.
- NumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- NumberValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.NumberValueAxis
- 由数据集构造对象.
- NumberValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.NumberValueAxis
- 由坐标轴标签和数据集构造对象.
- NumberValueAxis3D - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- NumberValueAxis3D(IMatrixDataset, IEffect3D) -
Constructor for class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 由数据集构造对象.
- NumberValueAxis3D(String, IMatrixDataset, IEffect3D) -
Constructor for class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 由坐标轴标签和数据集构造对象.
O
- OFFSET_TYPE_HALF_CATEGORY -
Static variable in class com.ijchart.xychart.constant.ValueAxisOffsetType
- 偏移半个分类的长度.
- OFFSET_TYPE_NONE -
Static variable in class com.ijchart.xychart.constant.ValueAxisOffsetType
- 坐标轴不偏移
- OHLCChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- OHLCChartData(Date, double, double, double, double, double) -
Constructor for class com.ijchart.xychart.data.OHLCChartData
- 构造器
- OHLCDateAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- OHLCDateAxis(SingleRowDataset) -
Constructor for class com.ijchart.xychart.axis.value.OHLCDateAxis
- 由数据集构造对象.
- OHLCDateAxis(String, SingleRowDataset) -
Constructor for class com.ijchart.xychart.axis.value.OHLCDateAxis
- 由坐标轴标签和数据集构造对象.
- OHLCValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- OHLCValueAxis(SingleRowDataset) -
Constructor for class com.ijchart.xychart.axis.value.OHLCValueAxis
- 由数据集构造对象.
- OHLCValueAxis(String, SingleRowDataset) -
Constructor for class com.ijchart.xychart.axis.value.OHLCValueAxis
- 由坐标轴标签和数据集构造对象.
- ONE_BY_ONE -
Static variable in class com.ijchart.xychart.constant.DataBackgroundShapeDrawType
- 绘制一个背景图形后再绘制数据点图形.
- ONE_BY_ROW -
Static variable in class com.ijchart.xychart.constant.DataBackgroundShapeDrawType
- 绘制一个背景图形后再绘制一行数据点图形.
- ONE_BY_TWO_ROW -
Static variable in class com.ijchart.xychart.constant.DataBackgroundShapeDrawType
- 绘制一个背景图形后再绘制两行数据点图形.
- ONE_HOUR_MILLSECONDS -
Static variable in class com.ijchart.xychart.tickunit.DateTickUnit
- 1个小时的毫秒值.
- opposite(RectangleEdge) -
Static method in class com.ijchart.xychart.ui.RectangleEdge
- 返回相反的边界值.
- OUTER_RENDER_AREA_BOTTOM -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域外部的下边.
- OUTER_RENDER_AREA_LEFT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域外部的左边.
- OUTER_RENDER_AREA_RIGHT -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域外部的右边.
- OUTER_RENDER_AREA_TOP -
Static variable in class com.ijchart.xychart.constant.LegendTitlePosition
- render区域的上边.
- Outlier - Class in com.ijchart.xychart.render.category.outlier
- Title: IJChart
- Outlier(double, double, double) -
Constructor for class com.ijchart.xychart.render.category.outlier.Outlier
- 由(x,y)坐标和半径长度构造对象.
- OutlierList - Class in com.ijchart.xychart.render.category.outlier
- Title: IJChart
- OutlierList(Outlier) -
Constructor for class com.ijchart.xychart.render.category.outlier.OutlierList
- 构造器.
- OutlierListCollection - Class in com.ijchart.xychart.render.category.outlier
- Title: IJChart
- OutlierListCollection() -
Constructor for class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 构造器.
- OUTLINE -
Static variable in class com.ijchart.xychart.constant.TransformShapeType
- 轮廓.
- OUTSIDE_BOTTOM -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字在
IChartShape 的外部底侧.
- OUTSIDE_LEFT -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字在
IChartShape 的外部左侧.
- OUTSIDE_RIGHT -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字在
IChartShape 的外部右侧.
- OUTSIDE_TOP -
Static variable in class com.ijchart.xychart.constant.TextPosition
- 文字在
IChartShape 的外部顶端.
- overlaps(Outlier) -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
- 判断两个对象是否有重叠.
- PaintScaleLegendChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- PaintScaleLegendChartShape(IPaintScale, String, RectangleEdge, Rectangle2D, IMatrixDataset) -
Constructor for class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 构造器.
- PARALLELA -
Static variable in class com.ijchart.xychart.constant.GranttDrawType
- 顶对齐.
- ParallelepipedTextChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- ParallelepipedTextChartShape(Rectangle2D, String) -
Constructor for class com.ijchart.xychart.shape.ParallelepipedTextChartShape
- 在区域drawArea中显示文字text.
- ParallelepipedTextChartShape(Rectangle2D, String, Font) -
Constructor for class com.ijchart.xychart.shape.ParallelepipedTextChartShape
- 在区域drawArea中显示文字text.
- PARAM_CHART_ID -
Static variable in class com.ijchart.xychart.web.WebChart
- chart id 的前缀.
- PARAM_CHART_IMAGE_HEIGHT -
Static variable in class com.ijchart.xychart.web.WebChart
- 图片的高度参数.
- PARAM_CHART_IMAGE_TYPE -
Static variable in class com.ijchart.xychart.web.WebChart
- 图片的类型参数.
- PARAM_CHART_IMAGE_WIDTH -
Static variable in class com.ijchart.xychart.web.WebChart
- 图片的宽度参数.
- PIE -
Static variable in class com.ijchart.xychart.constant.MeterShapeType
- 饼形.
- PieLabelDistributor - Class in com.ijchart.xychart.render.noaxis.pie
- Title: IJChart
- PieLabelDistributor() -
Constructor for class com.ijchart.xychart.render.noaxis.pie.PieLabelDistributor
- 构造器.
- PieLabelRecord - Class in com.ijchart.xychart.render.noaxis.pie
- Title: IJChart
- PieLabelRecord(Comparable, double, double, Rectangle2D, String, double, double, double) -
Constructor for class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 构造器.
- PieOutsideLabelChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- PieOutsideLabelChartShape(Rectangle2D, String, Polygon) -
Constructor for class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 在区域drawArea中显示文字text.
- PieOutsideLabelChartShape(Rectangle2D, String, Font, Polygon) -
Constructor for class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 在区域drawArea中显示文字text.
- PieRender - Class in com.ijchart.xychart.render.noaxis
- Title: IJChart
- PieRender(SingleRowDataset) -
Constructor for class com.ijchart.xychart.render.noaxis.PieRender
- 构造器.
- PieRender(SingleRowDataset, boolean) -
Constructor for class com.ijchart.xychart.render.noaxis.PieRender
- 构造器.
- PLOT_BACKGROUND_IMAGE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- plot的背景图片图形.
- PLOT_BACKGROUND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- plot的背景图形.
- PLOT_BORDER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- plot边框图形.
- PLOT_NO_DATA_MESSAGE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- plot没有数据时的消息图形.
- PLOT_TYPE_CATEGORY -
Static variable in class com.ijchart.xychart.constant.PlotType
- CategoryPlot类型.
- PLOT_TYPE_CATEGORY3D -
Static variable in class com.ijchart.xychart.constant.PlotType
- CategoryPlot3D类型.
- PLOT_TYPE_COMBINE_CATEGORY_AXIS_CATEGORY_PLOT -
Static variable in class com.ijchart.xychart.constant.PlotType
- CombineCategoryAxisCategoryPlot类型.
- PLOT_TYPE_COMBINE_DOMAIN_AXIS_XY_PLOT -
Static variable in class com.ijchart.xychart.constant.PlotType
- CombineDomainAxisXYPlot类型.
- PLOT_TYPE_COMBINE_VALUE_AXIS_CATEGORY_PLOT -
Static variable in class com.ijchart.xychart.constant.PlotType
- CombineValueAxisCategoryPlot类型.
- PLOT_TYPE_COMBINE_VALUE_AXIS_XY_PLOT -
Static variable in class com.ijchart.xychart.constant.PlotType
- CombineValueAxisXYPlot类型.
- PLOT_TYPE_NO_AXIS -
Static variable in class com.ijchart.xychart.constant.PlotType
- 没有坐标轴的plot类型.
- PLOT_TYPE_XYPLOT -
Static variable in class com.ijchart.xychart.constant.PlotType
- XYPlot类型.
- PLOT_X_CROSS_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- x方向的十字线.
- PLOT_Y_CROSS_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- y方向的十字线.
- PLOT_ZERO_DOMAIN_BASE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- domain坐标轴0值线.
- PLOT_ZERO_VALUE_BASE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- value坐标轴0值线.
- plotChanged(PlotChangeEvent) -
Method in class com.ijchart.xychart.client.IJChart
- 收到Plot发生变化的事件.
- plotChanged(PlotChangeEvent) -
Method in interface com.ijchart.xychart.listener.IPlotChangeListener
- 收到Plot发生变化的事件.
- PlotChangeEvent - Class in com.ijchart.xychart.event
- Title: IJChart
- PlotChangeEvent(AbstractPlot) -
Constructor for class com.ijchart.xychart.event.PlotChangeEvent
- 构造一个新的对象,事件类型为
ChartChangeEventType.GENERAL .
- PlotChangeEvent(AbstractPlot, ChartChangeEventType) -
Constructor for class com.ijchart.xychart.event.PlotChangeEvent
- 构造一个新的对象.
- plotGap -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- plot之间的间隔.
- plotGap -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- plot之间的间隔.
- PlotShapeCollection - Class in com.ijchart.xychart.chartinfo
- Title: IJChart
- PlotShapeCollection() -
Constructor for class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 无参数构造器.
- plotShapes -
Variable in class com.ijchart.xychart.plot.AbstractPlot
- plot区域图形集合.
- PlotType - Class in com.ijchart.xychart.constant
- Title: IJChart
- PNG -
Static variable in class com.ijchart.xychart.constant.ImageType
- PNG类型的图片.
- PolarRender - Class in com.ijchart.xychart.render.noaxis
- Title: IJChart
- PolarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.noaxis.PolarRender
- 构造器.
- PowerFunction - Class in com.ijchart.xychart.function
- Title: IJChart
- PowerFunction(double, double) -
Constructor for class com.ijchart.xychart.function.PowerFunction
- 构造幂函数.
- processDataset() -
Method in class com.ijchart.xychart.render.xy.AbstractXYAreaRender
- 处理数据集,返回新的符合格式的数据集.
- PROGRESS_CALCULATE_FINISHED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:结束计算所有图形.
- PROGRESS_CALCULATE_STARTED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:开始计算所有图形.
- PROGRESS_DRAWING_LEGEND_SHAPES_STARTED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:开始绘制图例包含的图形.
- PROGRESS_DRAWING_PLOT_SHAPES_STARTED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:开始绘制Plot包含的图形.
- PROGRESS_DRAWING_SHAPES_FINISHED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:结束绘制所有图形.
- PROGRESS_DRAWING_SHAPES_STARTED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:开始绘制所有图形.
- PROGRESS_DRAWING_TITLE_SHAPES_STARTED -
Static variable in class com.ijchart.xychart.event.ChartProgressEvent
- 事件:开始绘制标题包含的图形.
R
- RANGE_ZERO -
Static variable in class com.ijchart.xychart.range.NumberRange
- lower值和upper值都为0的NumberRange对象.
- readAttributedString(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writeAttributedString(AttributedString,ObjectOutputStream) 序列化的
AttributedString对象
- readHashtablePaint(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取一个hashtable的paint对象.
- readHashtableStroke(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取一个hashtable的stroke对象.
- readImage(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writeImage(ObjectOutputStream,Image) 序列化的Image对象
- readPaint(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writePaint(ObjectOutputStream,Paint) 序列化的Paint对象
- readPaintMap(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 从输入流中读取Map,Map的每个元素为(Object,Paint).
- readPoint2D(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writePoint2D(ObjectOutputStream,Point2D) 序列化的Point2D对象
- readShape(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writeShape(ObjectOutputStream,Shape) 序列化的Shape对象
- readStroke(ObjectInputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 读取方法
SerialUtil.writeStroke(ObjectOutputStream,Stroke) 序列化的Stroke对象
- Rectangle - Class in com.ijchart.xychart.ui
- Title: IJChart
- Rectangle(double, double) -
Constructor for class com.ijchart.xychart.ui.Rectangle
- 由宽度和高度值构造一个矩形.
- RECTANGLE_ZERO -
Static variable in class com.ijchart.xychart.ui.Rectangle
- 长和宽都为0的矩形区域.
- RectangleEdge - Class in com.ijchart.xychart.ui
- Title: IJChart
- RectangleImageChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- RectangleImageChartShape(Rectangle2D, Image) -
Constructor for class com.ijchart.xychart.shape.RectangleImageChartShape
- 在区域drawArea中显示图片image.
- RectangleImageChartShape(Rectangle2D, Image, boolean) -
Constructor for class com.ijchart.xychart.shape.RectangleImageChartShape
- 在区域drawArea中显示图片image.
- RectangleInsets - Class in com.ijchart.xychart.ui
- Title: IJChart
- RectangleInsets(double, double, double, double) -
Constructor for class com.ijchart.xychart.ui.RectangleInsets
- 构造器,长度类型为绝对值.
- RectangleInsets(UnitType, double, double, double, double) -
Constructor for class com.ijchart.xychart.ui.RectangleInsets
- 用指定的UnitType构造对象.
- RectangleTextChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- RectangleTextChartShape(Rectangle2D, String) -
Constructor for class com.ijchart.xychart.shape.RectangleTextChartShape
- 在区域drawArea中显示文字text.
- RectangleTextChartShape(Rectangle2D, String, Font) -
Constructor for class com.ijchart.xychart.shape.RectangleTextChartShape
- 在区域drawArea中显示文字text.
- RegressionUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- RegressionUtil() -
Constructor for class com.ijchart.xychart.util.RegressionUtil
-
- RELATIVE -
Static variable in class com.ijchart.xychart.constant.UnitType
- 相对值(百分比).
- RELATIVE_FREQUENCY -
Static variable in class com.ijchart.xychart.constant.HistogramType
- 相对值类型的直方图.
- removeAllAnnotation() -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 删除所有的注解(annotation)对象,并向所有监听器发送
RenderChangeEvent 事件.
- removeAllAnnotation() -
Method in class com.ijchart.xychart.render.xy.AbstractXYRender
- 删除所有的注解(annotation)对象,并向所有监听器发送
RenderChangeEvent 事件.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 清除所有的注解(annotation)对象变化监听者对象.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 删除所有监听器.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 清除所有的图形
IChartShape 对象变化监听者对象.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.dataset.AbstractDataset
- 清除所有的数据集变化监听者对象
- removeAllChangeListener() -
Method in interface com.ijchart.xychart.dataset.IDataset
- 清除所有的数据集变化监听者对象
- removeAllChangeListener() -
Method in class com.ijchart.xychart.render.AbstractRender
- 清除所有的监听器对象.
- removeAllChangeListener() -
Method in interface com.ijchart.xychart.render.IRender
- 清除所有的监听器对象.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 清除所有的图形
IChartShape 对象变化监听者对象.
- removeAllChangeListener() -
Method in interface com.ijchart.xychart.shape.IChartShape
- 清除所有的图形
IChartShape 对象变化监听者对象.
- removeAllChangeListener() -
Method in class com.ijchart.xychart.title.AbstractTitle
- 删除所有监听器.
- removeAllChartData() -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 清空数据集.
- removeAllProgressListener() -
Method in class com.ijchart.xychart.client.IJChart
- 删除所有进度监听器.
- removeAllSubCategoryAxes() -
Method in class com.ijchart.xychart.axis.category.GroupCategoryAxis
- 删除所有的子分类坐标轴.
- removeAllSubTitle() -
Method in class com.ijchart.xychart.client.IJChart
- 删除所有的子标题对象,并向所有监听器发送
ChartChangeEvent 事件.
- removeCategoryMarker(Layer, CategoryMarker) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 根据指定的Layer对象删除marker对象.
- removeChangeListener(IAnnotationChangeListener) -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 删除注册的注解(annotation)对象变化监听者对象.
- removeChangeListener(IAxisChangeListener) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 删除一个监听器.
- removeChangeListener(IChartShapeChangeListener) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 删除注册的图形
IChartShape 对象变化监听者对象.
- removeChangeListener(IChartChangeListener) -
Method in class com.ijchart.xychart.client.IJChart
- 删除一个监听图表变化的监听器.
- removeChangeListener(IDatasetChangeListener) -
Method in class com.ijchart.xychart.dataset.AbstractDataset
- 删除注册的数据集变化监听者对象
- removeChangeListener(IDatasetChangeListener) -
Method in interface com.ijchart.xychart.dataset.IDataset
- 删除注册的数据集变化监听者对象
- removeChangeListener(IMarkerChangeListener) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 删除一个监听器.
- removeChangeListener(IPlotChangeListener) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 删除一个监听器.
- removeChangeListener(IRenderChangeListener) -
Method in class com.ijchart.xychart.render.AbstractRender
- 删除注册的监听器对象.
- removeChangeListener(IRenderChangeListener) -
Method in interface com.ijchart.xychart.render.IRender
- 删除注册的监听器对象.
- removeChangeListener(IChartShapeChangeListener) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 删除注册的图形
IChartShape 对象变化监听者对象.
- removeChangeListener(IChartShapeChangeListener) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 删除注册的图形
IChartShape 对象变化监听者对象.
- removeChangeListener(ITitleChangeListener) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 删除一个监听器.
- removeChartDataByIndex(int) -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 根据索引删除数据集对象.
- removeChartDataByKey(Object) -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 根据键值删除数据集对象.
- removeChartMouseListener(IChartMouseListener) -
Method in class com.ijchart.xychart.client.ChartPanel
- 删除ChartMouseListener监听器对象.
- removeProgressListener(IChartProgressListener) -
Method in class com.ijchart.xychart.client.IJChart
- 删除一个监听器.
- removeRepeatValues(String[]) -
Static method in class com.ijchart.xychart.util.StringUtil
- 对一个数组中的值进行分析,去掉重复的,只保留中间的值.
- removeShapesListener(List, IChartShapeChangeListener) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 清除所有的图形的监听器.
- removeShowTooltipShapeType(ChartShapeDrawType) -
Method in class com.ijchart.xychart.client.ChartPanel
- 删除一个显示tooltip的图形类型.
- removeSubCategoryAxis(int) -
Method in class com.ijchart.xychart.axis.category.GroupCategoryAxis
- 根据索引删除指定的子分类坐标轴,并向所有监听器发送
AxisChangeEvent 事件.
- removeSubPlot(CategoryPlot) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 删除一个子plot对象,并向所有监听器发送
PlotChangeEvent 事件.
- removeSubPlot(XYPlot) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 删除一个子plot对象,并向所有监听器发送
PlotChangeEvent 事件.
- removeSubTitle(ITitle) -
Method in class com.ijchart.xychart.client.IJChart
- 删除指定的子标题对象,并向所有监听器发送
ChartChangeEvent 事件.
- removeValue(int) -
Method in class com.ijchart.xychart.data.BoxAndWhiskerData
- 删除第index个数据.
- removeValueMarker(Layer, ValueMarker) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 根据指定的Layer对象删除marker对象.
- removeValueMarker(Layer, IntervalValueMarker) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 根据指定的Layer对象删除interval marker对象.
- RENDER_3D_CLOSE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 封闭3D区域的线条图形.
- RENDER_ANGLE_GRIDLINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 极地图的角度表格线.
- RENDER_BACKGROUND_IMAGE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- render的背景图片图形.
- RENDER_BACKGROUND_INTERVAL_MARKER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 背景的interval marker图形.
- RENDER_BACKGROUND_MARKER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 背景的marker图形.
- RENDER_BACKGROUND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- render的背景图形.
- RENDER_BORDER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- render边框图形.
- RENDER_DATA_ITEM_BACKGROUND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 每个数据点对应的图形的背景图形.
- RENDER_DATA_ITEM_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 每个数据点对应的图形.
- RENDER_DEVIATION_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 偏差图形.
- RENDER_DIFFERENCE_BACKGROUND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 差异(difference)图形的背景颜色.
- RENDER_DOMAIN_GRIDLINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- domain网格线图形.
- RENDER_FOREGROUND_INTERVAL_MARKER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 前景的interval marker图形.
- RENDER_FOREGROUND_MARKER_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 前景的marker图形.
- RENDER_GUIDE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 向导线图形.
- RENDER_JOIN_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 连接线图形.
- RENDER_METER_ARC_TICK_LABEL_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 仪表盘图形的刻度值标签.
- RENDER_METER_ARC_TICK_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 仪表盘图形的刻度线.
- RENDER_METER_NEEDLE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 仪表盘指针图形.
- RENDER_METER_UNIT_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 仪表盘单位图形.
- RENDER_MIN_MAX_VALUE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 值连接线图形.
- RENDER_MIN_MAX_VALUE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 小值与大值图形.
- RENDER_PIE_3D_EFFECT_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 绘制3D效果的饼图.
- RENDER_PIE_LABEL_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 饼图标签图形.
- RENDER_QUADRANT_BACKGROUND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- render的象限背景图形.
- RENDER_RADIUS_GRIDLINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 极地图的半径表格线.
- RENDER_SHADOW_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 阴影图形.
- RENDER_TICK_LABEL_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 刻度标签图形.
- RENDER_TICK_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 刻度线(tick line)图形.
- RENDER_VALUE_GRIDBAND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- value网格区域图形.
- RENDER_VALUE_GRIDLINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- value网格线图形.
- RENDER_VALUE_LINE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 值线(value line)图形.
- renderChanged(RenderChangeEvent) -
Method in interface com.ijchart.xychart.listener.IRenderChangeListener
- 收到render发生变化的事件.
- renderChanged(RenderChangeEvent) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 收到render发生变化的事件.
- renderChanged(RenderChangeEvent) -
Method in class com.ijchart.xychart.plot.combine.CombineDomainAxisXYPlot
- 收到render发生变化的事件.
- renderChanged(RenderChangeEvent) -
Method in class com.ijchart.xychart.plot.combine.CombineValueAxisCategoryPlot
- 收到render发生变化的事件.
- renderChanged(RenderChangeEvent) -
Method in class com.ijchart.xychart.plot.combine.CombineValueAxisXYPlot
- 收到render发生变化的事件.
- RenderChangeEvent - Class in com.ijchart.xychart.event
- Title: IJChart
- RenderChangeEvent(IRender) -
Constructor for class com.ijchart.xychart.event.RenderChangeEvent
- 构造器.
- RenderDrawOrder - Class in com.ijchart.xychart.constant
- Title: IJChart
- renderingOrder -
Variable in class com.ijchart.xychart.plot.AbstractPlot
- render的调用顺序.
- RenderShapeCollection - Class in com.ijchart.xychart.chartinfo
- Title: IJChart
- RenderShapeCollection() -
Constructor for class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 无参数构造器.
- renderShapesList -
Variable in class com.ijchart.xychart.plot.AbstractPlot
- render图形集合的集合.
- renderToDomainAxis -
Variable in class com.ijchart.xychart.plot.AbstractAxisPlot
- render和domain坐标轴的对应关系.
- renderToValueAxis -
Variable in class com.ijchart.xychart.plot.AbstractAxisPlot
- render和value坐标轴的对应关系.
- ReplaceFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- ReplaceFormatter(Object[], Object[]) -
Constructor for class com.ijchart.xychart.format.ReplaceFormatter
- 构造器.
- reset() -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 重置本类到初始化状态.
- reset() -
Method in interface com.ijchart.xychart.ui.supplier.IDrawingSupplier
- 重置本类到初始化状态.
- resetShapeIdSequence() -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 重置图形序列号为0.
- resetShapeIdSequence() -
Method in interface com.ijchart.xychart.chartinfo.IShapeCollection
- 重置图形序列号为0.
- resizeRange(double) -
Method in class com.ijchart.xychart.range.NumberRange
- 增加或减小数据范围.
- resolveValueAxisLocation(AxisLocation, ChartOrientation) -
Static method in class com.ijchart.xychart.plot.AbstractPlot
- 根据chart的方向和value坐标轴的位置确定其位置.
- restoreAutoBounds() -
Method in class com.ijchart.xychart.client.ChartPanel
- 在分类(x)和值(y)坐标轴上均恢复自动调整范围.
- restoreAutoDomainBounds() -
Method in class com.ijchart.xychart.client.ChartPanel
- 在分类(x)坐标轴上恢复自动调整范围.
- restoreAutoValueBounds() -
Method in class com.ijchart.xychart.client.ChartPanel
- 在值(y)坐标轴上恢复自动调整范围.
- restoreClip(Graphics2D) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 恢复clip区域.
- restoreOldState() -
Method in class com.ijchart.xychart.ui.Graphics2DState
- 恢复旧的状态.
- restoreState() -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 恢复当前状态为旧的状态.
- restoreState() -
Method in interface com.ijchart.xychart.ui.supplier.IDrawingSupplier
- 恢复当前状态为旧的状态.
- restoreTransform() -
Method in class com.ijchart.xychart.ui.Graphics2DState
- 恢复AffineTransform.
- REVERSE -
Static variable in class com.ijchart.xychart.constant.RenderDrawOrder
- 按N-1,N-2,...,2,1,0的顺序调用render类,其中N是render的个数.
- reverseArray(String[]) -
Static method in class com.ijchart.xychart.util.ArrayUtil
- 反转数组中的元素.
- reverseArray(double[]) -
Static method in class com.ijchart.xychart.util.ArrayUtil
- 反转数组中的元素.
- reverseArray(int[]) -
Static method in class com.ijchart.xychart.util.ArrayUtil
- 反转数组中的元素.
- RIGHT -
Static variable in class com.ijchart.xychart.constant.HorizontalAlignment
- 右对齐.
- RIGHT -
Static variable in class com.ijchart.xychart.ui.Align
- 右对齐.
- RingChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- RingChartShape(Arc2D, Rectangle2D, String) -
Constructor for class com.ijchart.xychart.shape.RingChartShape
- 构造器.
- Rotation - Class in com.ijchart.xychart.constant
- Title: IJChart
- ROW -
Static variable in class com.ijchart.xychart.constant.AxisLabelType
- 行.
- ROW -
Static variable in class com.ijchart.xychart.constant.DatasetSlidingType
- 行类型.
- ROW -
Static variable in class com.ijchart.xychart.constant.LegendType
- 行类型.
- RowXValueDuplicateException - Exception in com.ijchart.xychart.exception
- Title: IJChart
- RowXValueDuplicateException(String) -
Constructor for exception com.ijchart.xychart.exception.RowXValueDuplicateException
- 构造器.
S
- saveChartAsJPEG(String, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为JPEG格式的图片.
- saveChartAsJPEG(OutputStream, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为JPEG格式的图片.
- saveChartAsJPEG(File, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为JPEG格式的图片.
- saveChartAsPNG(String, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为PNG格式的图片.
- saveChartAsPNG(OutputStream, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为PNG格式的图片.
- saveChartAsPNG(File, int, int) -
Method in class com.ijchart.xychart.client.IJChart
- 把chart存储为PNG格式的图片.
- saveOldState() -
Method in class com.ijchart.xychart.ui.Graphics2DState
- 保存旧的状态.
- saveState() -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 保存当前的状态.
- saveState() -
Method in interface com.ijchart.xychart.ui.supplier.IDrawingSupplier
- 保存当前的状态.
- scale(Rectangle2D) -
Method in class com.ijchart.xychart.client.ChartPanel
- 缩放一个矩形,返回的图形为缩放后的矩形.
- SCALE_AREA_TO_1 -
Static variable in class com.ijchart.xychart.constant.HistogramType
- 把显示区域缩小为1的直方图.
- SCALE_ON_BOTH_AXES -
Static variable in class com.ijchart.xychart.render.xy.XYBubbleRender
- 在domain与value坐标轴方向都缩放.
- SCALE_ON_DOMAIN_AXIS -
Static variable in class com.ijchart.xychart.render.xy.XYBubbleRender
- 在domain坐标轴方向缩放.
- SCALE_ON_RANGE_AXIS -
Static variable in class com.ijchart.xychart.render.xy.XYBubbleRender
- 在value坐标轴方向缩放.
- scaleImage() -
Method in class com.ijchart.xychart.title.ImageTitle
- 缩放图片.
- SectorChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- SectorChartShape(Arc2D, Rectangle2D, String) -
Constructor for class com.ijchart.xychart.shape.SectorChartShape
- 构造器.
- SectorChartShape(Arc2D, Rectangle2D, String, boolean) -
Constructor for class com.ijchart.xychart.shape.SectorChartShape
- 构造器.
- SerialUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- SerialUtil() -
Constructor for class com.ijchart.xychart.util.SerialUtil
-
- service(HttpServletRequest, HttpServletResponse) -
Method in class com.ijchart.xychart.web.DisplayChartServlet
- Service method.
- setAllocatedY(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置分配给y的坐标.
- setAllowDuplicateXValues(boolean) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置是否允许重复的x值,并向所有监听器发送
RenderChangeEvent 事件.
- setAngle(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置饼图中心的角度(单位是弧度).
- setAngleGridlinePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制角度网络线的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setAngleGridlineStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制角度网络线的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setAngleGridlinesVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置角度网格线是否可见,并向所有监听器发送
RenderChangeEvent 事件.
- setAngleLabelFont(Font) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制角度标签的font,并向所有监听器发送
RenderChangeEvent 事件.
- setAngleLabelPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制标签的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setAngleLabelsVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置角度标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setAntiAlias(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置当前图形环境是否反锯齿,如果此值为true,会提高图像的质量,但是绘制速度会变慢.
- setArc(Arc2D) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置扇形图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAreaFragment(IAreaFragment) -
Method in class com.ijchart.xychart.web.WebChart
- 设置IAreaFragment对象.
- setArrowAngle(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置箭头的角度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowAngle(double) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置箭头的角度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowHeadLength(double) -
Method in class com.ijchart.xychart.render.xy.VectorRender
- 设置箭头的长度,并向所有监听器发送
RenderChangeEvent 事件.
- setArrowLength(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置箭头的长度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowLength(double) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置箭头的长度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowPaint(Paint) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置绘制箭头的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowPaint(Paint) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置绘制箭头的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowPaint(Paint) -
Method in class com.ijchart.xychart.shape.TextAndPointerChartShape
- 设置绘制箭头的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setArrowShaftLength(double) -
Method in class com.ijchart.xychart.render.xy.VectorRender
- 设置箭柄的长度,并向所有监听器发送
RenderChangeEvent 事件.
- setArrowShape(Shape) -
Method in class com.ijchart.xychart.shape.TextAndPointerChartShape
- 设置箭头的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setArrowStroke(Stroke) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置绘制箭头的stroke对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowStroke(Stroke) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置绘制箭头的stroke对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowStroke(Stroke) -
Method in class com.ijchart.xychart.shape.TextAndPointerChartShape
- 设置绘制箭头的stroke对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setArrowWidth(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置每边箭头的宽度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArrowWidth(double) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置每边箭头的宽度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setArtifactPaint(Paint) -
Method in class com.ijchart.xychart.render.category.BoxAndWhiskerRender
- 设置绘制中间线和平均值标记的Paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setArtifactPaint(Paint) -
Method in class com.ijchart.xychart.render.xy.XYBoxAndWhiskerRender
- 设置绘制中间线和平均值标记的Paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setArtifactPaint(Paint) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置填充椭圆和绘制横线的Paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAutoSelectBorderPaint(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否自动选择绘制图形边框的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setAutoSelectBorderStroke(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 返回是否自动选择绘制图形边框的Stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setAutoSelectFillPaint(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置是否自动选择填充图形的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setAutoSelectTickLabelAlign(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置是否自动选择标签的对齐方式.
- setAutoWidth(boolean) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置是否自动调整bar的宽度,并向所有监听器发送
RenderChangeEvent 事件.
- setAutoWidthFactor(double) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置自动计算宽度时的因子.
- setAutoWidthGap(double) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置两个图形之间最小的间距,并向所有监听器发送
RenderChangeEvent 事件.
- setAutoWrap(boolean) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 设置当字符串不能在一行显示时是否自动换行,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAveragedOutlier(Outlier) -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 设置平均值Outlier对象.
- setAverageValueEllipse(Ellipse2D[]) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置表示平均值的圆形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAvgEllipse(Ellipse2D) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置椭圆图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAxis(XYNumberValueAxis) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制刻度线的坐标轴.
- setAxis3DFillPaint(Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置3D坐标轴的填充Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setAxisLabelAngle(double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置标签的旋转角度,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelFont(Font) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴标签的字体,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelHorizontalAlign(HorizontalAlignment) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置标签水平对齐方式,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelInsets(RectangleInsets) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置标签的空白,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelPaint(Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴标签Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelType(AxisLabelType) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴标签类型,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLabelVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴标签是否可见,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLinePaint(Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴轴线的Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLinePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置绘制轴线的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setAxisLineStroke(Stroke) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴轴线的Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setAxisLineStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置绘制轴线的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setAxisLineVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴轴线是否显示.
- setAxisOffset(RectangleInsets) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置坐标轴与数据区之间的空白,并向所有的监听器发送
PlotChangeEvent 事件.
- setAxisOffset(double) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置坐标轴和条状图形的偏移,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setAxisRangeIncludeZero(boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置计算坐标轴的刻度时是否包含0,并向所有监听器发送
AxisChangeEvent 事件.
- setBackgroundAlpha(float) -
Method in class com.ijchart.xychart.client.IJChart
- 设置背景透明度alpha值,并向所有监听器发送
PlotChangeEvent 事件.
- setBackgroundAlpha(float) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置背景透明度alpha值,并向所有监听器发送
PlotChangeEvent 事件.
- setBackgroundAlpha(float) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置背景透明度alpha值,并向所有监听器发送
PlotChangeEvent 事件.
- setBackgroundImage(Image) -
Method in class com.ijchart.xychart.client.IJChart
- 设置背景图片,并向所有监听器发送
ChartChangeEvent 事件.
- setBackgroundImage(Image) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置背景图片,并向所有监听器发送
PlotChangeEvent 事件.
- setBackgroundImage(Image) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置背景图片,并向所有监听器发送
RenderChangeEvent 事件.
- setBackgroundImageAlignment(Align) -
Method in class com.ijchart.xychart.client.IJChart
- 设置背景图片的对齐方式,并向所有监听器发送
ChartChangeEvent 事件.
- setBackgroundImageAlpha(float) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置绘制背景图片的alpha值,并向所有监听器发送
RenderChangeEvent 事件.
- setBackgroundImageShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置背景图片图形.
- setBackgroundImageShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置背景图片图形.
- setBackgroundImageShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置背景图片图形.
- setBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.client.IJChart
- 设置绘制背景的Paint,并向所有监听器发送
ChartChangeEvent 事件.
- setBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置绘制背景的Paint,并向所有监听器发送
PlotChangeEvent 事件.
- setBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置绘制背景的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置背景的颜色,并向所有监听器发送
TitleChangeEvent 事件.
- setBackgroundShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置背景图片图形.
- setBackgroundShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置背景图形.
- setBarWidthFactor(double) -
Method in class com.ijchart.xychart.render.category.LayeredBarRender
- 设置柱图的宽度系数,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemAllowDuplicateXvalues(boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置控制所有行的数据是否允许重复,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemAutoSort(boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置控制所有的数据自动排序,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemBorderPaint(Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置所有数据所共用的边框paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemBorderPaint(Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置所有数据所共用的边框paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemBorderStroke(Stroke) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置所有数据所共用的边框paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemBorderStroke(Stroke) -
Method in interface com.ijchart.xychart.render.IRender
- 设置所有数据所共用的边框paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemDrawBorder(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemDrawBorder(boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemFill(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置所有数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemFill(boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置所有数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemFillPaint(Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置所有数据所共用的填充paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemFillPaint(Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置所有数据所共用的填充paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemFillPaintTransformer(GradientPaintTransformType) -
Method in class com.ijchart.xychart.render.AbstractRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集所共用的填充图形内部的方式.
- setBaseItemFillPaintTransformer(GradientPaintTransformType) -
Method in interface com.ijchart.xychart.render.IRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集所共用的填充图形内部的方式.
- setBaseItemLabelDirection(TextDirection) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的方向,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelFont(Font) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelFont(Font) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中所有数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中所有数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelPaint(Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelPaint(Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中所有数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelPosition(TextPosition) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelPosition(TextPosition) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中所有数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelVerticalAlignment(VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中所有数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelVerticalAlignment(VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中所有数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelVisible(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的所有数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLabelVisible(boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的所有数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLineVisible(boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置所有的线条是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemLineVisible(boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置所有的线条是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemShapeFilled(boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置所有的图形是否填充的布尔值,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemShapeFilled(boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置所有的图形是否填充的布尔值,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemShapeVisible(boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置所有的图形是否显示的布尔值,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseItemShapeVisible(boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置所有的图形是否显示的布尔值,并向所有监听器发送
RenderChangeEvent 事件.
- setBaseRadius(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置箭柄的长度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setBaseRadius(double) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置箭柄的长度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setBaseValue(double) -
Method in class com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender
- 设置用于绘制柱状图的的基值,基值必须在数据集的最小值与最大值之间,
并向所有监听器发送
RenderChangeEvent 事件.
- setBaseValue(double) -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 设置用于绘制柱状图的的基值,基值必须在数据集的最小值与最大值之间,
并向所有监听器发送
RenderChangeEvent 事件.
- setBaseValue(double) -
Method in class com.ijchart.xychart.render.xy.IntervalXNumberYBaseBar2DRender
- 设置用于绘制柱状图的的基值,基值必须在数据集的最小值与最大值之间,
并向所有监听器发送
RenderChangeEvent 事件.
- setBaseY(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 返回y坐标.
- setBlockHeight(double) -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 设置块的宽度,并向所有监听器发送
RenderChangeEvent 事件.
- setBlockWidth(double) -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 设置块的宽度,并向所有监听器发送
RenderChangeEvent 事件.
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 设置绘制图形边框的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.client.IJChart
- 设置绘制边框的paint,并向所有监听器发送
ChartChangeEvent 事件.
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置图形外轮廓线的Paint,并向所有监听器发送
MarkerChangeEvent 事件.
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置外边框的Paint,并向所有监听器发送
PlotChangeEvent 事件.
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形外轮廓线的Paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setBorderPaint(Paint) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形外轮廓线的颜色
- setBorderPaint(Paint) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置绘制边框的paint,并向所有监听器发送
TitleChangeEvent 事件.
- setBorderShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置边框图形.
- setBorderShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.LegendShapeCollection
- 设置边框图形.
- setBorderShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置边框图形.
- setBorderShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置边框图形.
- setBorderSize(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置边框的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setBorderSize(double) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置边界大小,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setBorderStroke(Stroke) -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 设置绘制图形边框的stroke对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setBorderStroke(Stroke) -
Method in class com.ijchart.xychart.client.IJChart
- 设置绘制边框的stroke,并向所有监听器发送
ChartChangeEvent 事件.
- setBorderStroke(Stroke) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置图形外轮廓线的画笔,并向所有监听器发送
MarkerChangeEvent 事件.
- setBorderStroke(Stroke) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置外边框的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setBorderStroke(Stroke) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形外轮廓线的画笔
- setBorderStroke(Stroke) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置绘制边框的stroke,并向所有监听器发送
TitleChangeEvent 事件.
- setBorderVisible(boolean) -
Method in class com.ijchart.xychart.client.IJChart
- 设置边框是否可见,并向所有监听器发送
ChartChangeEvent 事件.
- setBorderVisible(boolean) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置外边框是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setBorderVisible(RectangleEdge, boolean) -
Method in class com.ijchart.xychart.shape.RectangleTextChartShape
- 设置某个边框是否可见,并通知监听器发生变化.
- setBorderVisible(boolean) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置边框是否可见,并向所有监听器发送
TitleChangeEvent 事件.
- setBottom(double) -
Method in class com.ijchart.xychart.axis.AxisSpace
- 设置底端空间大小.
- setBottomLineLength(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置矩形图形之下的线的长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setBottomY(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置左下角的点的Y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setBottomY(double) -
Method in class com.ijchart.xychart.shape.IShapedChartShape
- 设置左下角的点的Y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setCalendar(Calendar) -
Method in class com.ijchart.xychart.title.DateTitle
- 设置日期对象,并向所有监听器发送
TitleChangeEvent 事件.
- setCanReset(boolean) -
Method in class com.ijchart.xychart.ui.supplier.DefaultDrawingSupplier
- 设置是否可以重置本类到初始化状态.
- setCanReset(boolean) -
Method in interface com.ijchart.xychart.ui.supplier.IDrawingSupplier
- 设置是否可以重置本类到初始化状态.
- setCapLength(double) -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 设置x或y线的终点的截线的长度,并向所有监听器发送
RenderChangeEvent 事件.
- setCapLength(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置x或y线的终点的截线的长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setCategory(Object) -
Method in class com.ijchart.xychart.annotation.CategoryTextAnnotation
- 设置分类(category),并向所有监听器发送
AnnotationChangeEvent 事件.
- setCategoryAxes(CategoryAxis[]) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置plot的category坐标轴,已经存在的对象会被覆盖,并向所有监听器发送
PlotChangeEvent 事件.
- setCategoryAxes(CategoryAxis[], int) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置plot的category坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setCategoryAxis(CategoryAxis) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置plot的category坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setCategoryAxis(int, CategoryAxis) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置category坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setCategoryAxis(int, CategoryAxis, boolean) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置category坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setCategoryAxisLocation(AxisLocation) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置category坐标轴的位置.
- setCategoryAxisLocation(int, AxisLocation) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置索引为index的category坐标轴的位置.
- setCategoryLabelHorizontalAlignment(HorizontalAlignment) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 设置标签的水平对齐方式,并向所有监听器发送
AxisChangeEvent 事件.
- setCategoryMargin(double) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 设置坐标轴上的所有标签的空白区域之和与坐标轴长度的比值,单位为百分比,并向所有监听器发送
AxisChangeEvent 事件.
- setCenterBarAtStartValue(boolean) -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 设置是否柱状图的中心在开始值的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setCenterShape(Shape) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置中心点的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setCenterX(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置中心点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setCenterY(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置中心点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setChangeChartShape(IChangeChartShape) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置图形改变类对象.
- setChangeChartShape(IChangeChartShape) -
Method in class com.ijchart.xychart.client.IJChart
- 设置图形改变类对象,并向所有监听器发送
PlotChangeEvent 事件.
- setChart(IJChart) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置chart对象并显示.
- setChart(IJChart) -
Method in class com.ijchart.xychart.event.ChartChangeEvent
- 设置产生事件的图表对象.
- setChart(IJChart) -
Method in class com.ijchart.xychart.event.ChartProgressEvent
- 设置产生事件的chart对象.
- setChart(IJChart) -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 设置IJChart对象.
- setChart(IJChart) -
Method in class com.ijchart.xychart.web.WebChart
- 设置IJChart对象.
- setChartArea(Rectangle2D) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置图表区域,并向所有监听器发送
RenderChangeEvent 事件.
- setCircleSize(float) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置指针的圆形的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setCircular(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置是否强制饼图为圆形,并向所有监听器发送
RenderChangeEvent 事件.
- setClickFunctionName(String) -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 设置click函数的名称.
- setCloseLine(Line2D) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置close值对应的直线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setCloseLinePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 设置绘制close值对应的直线的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setCloseLinePaint(Paint) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置绘制close直线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setColKey(int, Object) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 根据索引改变ColKey的值.
- setColKeyFormatter(IFormatter) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置用于格式化数据集中的colKey值,并向所有监听器发送
AxisChangeEvent 事件.
- setColumnItemBorderPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemBorderPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemBorderStroke(int, Stroke) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemBorderStroke(int, Stroke) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemDrawBorder(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemDrawBorder(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemFill(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemFill(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemFillPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据所共用的填充paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemFillPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据所共用的填充paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemFillPaintTransformer(int, GradientPaintTransformType) -
Method in class com.ijchart.xychart.render.AbstractRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一列所共用的填充图形内部的方式.
- setColumnItemFillPaintTransformer(int, GradientPaintTransformType) -
Method in interface com.ijchart.xychart.render.IRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一列所共用的填充图形内部的方式.
- setColumnItemLabelDirection(int, TextDirection) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的方向,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelFont(int, Font) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelFont(int, Font) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一列数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelHorizontalAlignment(int, HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelHorizontalAlignment(int, HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一列数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一列数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelPosition(int, TextPosition) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelPosition(int, TextPosition) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一列数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelVerticalAlignment(int, VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一列数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelVerticalAlignment(int, VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一列数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelVisible(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一列数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemLabelVisible(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一列数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setColumnItemVisible(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集的一列数据是否全部显示,并向所有监听器发送
RenderChangeEvent 事件.此方法用于控制数据集
中的一整列数据是否显示.
- setColumnItemVisible(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集的一列数据是否全部显示,并向所有监听器发送
RenderChangeEvent 事件.此方法用于控制数据集
中的一整列数据是否显示.
- setComparatorType(KeyValueComparatorType) -
Method in class com.ijchart.xychart.dataset.data.KeyValuePair
- 设置排序类型.
- setCompleteArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.GranttChartShape
- 设置完成区域,并通知监听器发生变化.
- setCompleteAreaPaint(Paint) -
Method in class com.ijchart.xychart.shape.GranttChartShape
- 设置完成区域的Paint,并通知监听器发生变化.
- setCompletePaint(Paint) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置绘制完成部分的Paint对象,
并向所有监听器发送
RenderChangeEvent 事件.
- setCustomLegendType(LegendType) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置图例类型.
- setCustomLegendType(LegendType) -
Method in interface com.ijchart.xychart.render.IRender
- 设置自定义图例类型.
- setData(int, int, IChartData) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 设置rowIndex行colIndex列的数据值.
- setData(IChartData) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置IChartData对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setData(IChartData) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置IChartData对象.
- setDataBackgroundShapeDrawType(DataBackgroundShapeDrawType) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置数据点背景图形绘制类型.
- setDataByIndex(int, IChartData) -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 根据索引号改变数据值,如果索引超过范围则抛出异常.
- setDataByKey(Object, IChartData) -
Method in class com.ijchart.xychart.dataset.DefaultKeyValueDataset
- 根据键值改变数据值.
- setDataFormatter(IFormatter) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置用于格式化数据集中的数据值,并向所有监听器发送
AxisChangeEvent 事件.
- setDataset(IMatrixDataset) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置数据集,并向所有监听器发送
AxisChangeEvent 事件.
- setDataset(IMatrixDataset) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置数据集.
- setDataset(IMatrixDataset) -
Method in class com.ijchart.xychart.render.AbstractRender
- 改变数据集,并向所有监听器发送
RenderChangeEvent 事件.
- setDataset(IMatrixDataset) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置数据集,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDateFormat(DateFormat) -
Method in class com.ijchart.xychart.data.AbstractChartData
- 设置格式化日期的类.
- setDateFormatter(DateFormat) -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
- 设置格式化日期的类.
- setDepth3D(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制3D效果的深度,并向所有监听器发送
RenderChangeEvent 事件.
- setDepth3D(double) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置绘制3D效果的深度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDirection(Rotation) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置轴线的绘制方向,并向所有监听器发送
RenderChangeEvent 事件.
- setDirection(Direction) -
Method in class com.ijchart.xychart.shape.CylinderTextChartShape
- 设置柱状体绘制方向,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDismissDelay(int) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置tooltip消失的延迟时间.
- setDisplayServletPath(String) -
Method in class com.ijchart.xychart.web.WebChart
- 设置DisplayChartServlet的路径.
- setDisplayToolTips(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否显示tooltip.
- setDivisions(int) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置分块个数,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDomainAxes(AbstractValueAxis[]) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置plot的domain坐标轴,已经存在的对象会被覆盖,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainAxes(AbstractValueAxis[], int) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置plot的domain坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainAxis(AbstractValueAxis) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置plot的domain坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainAxis(int, AbstractValueAxis) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置domain坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainAxis(int, AbstractValueAxis, boolean) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置domain坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainAxisLocation(AxisLocation) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置domain坐标轴的位置.
- setDomainAxisLocation(int, AxisLocation) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置索引为index的domain坐标轴的位置.
- setDomainCrosshairLockedOnData(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置十字线是否自动锁定数据点,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainCrosshairPaint(Paint) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置domain轴十字线的Paint,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainCrosshairStroke(Stroke) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置domain轴十字线的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainCrosshairStroke(Stroke) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置domain轴十字线的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainCrosshairVisible(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置domain轴方向的十字线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainCrosshairVisible(boolean) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置domain轴方向的十字线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainGridlinePaint(Paint) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置绘制domain方向的网格线的paint,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainGridlineStroke(Stroke) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置绘制domain方向的网格线的stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainGridlineVisible(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置domain方向的网格线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setDomainZeroBaselineStroke(Stroke) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置绘制domain轴方向的值为0的基线的Stroke,并向所有的监听器发送
PlotChangeEvent 事件.
- setDomainZeroBaselineVisible(boolean) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置domain轴方向的值为0的基线是否可见,并向所有的监听器发送
PlotChangeEvent 事件.
- setDomainZoomable(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置domain坐标轴方向是否可缩放.
- setDotHeight(double) -
Method in class com.ijchart.xychart.render.xy.XYDotRender
- 设置点的高度,并向所有监听器发送
RenderChangeEvent 事件.
- setDotWidth(double) -
Method in class com.ijchart.xychart.render.xy.XYDotRender
- 设置点的宽度,并向所有监听器发送
RenderChangeEvent 事件.
- setDownPaint(Paint) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置当价格的open值大于close值时,填充图形用的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawArea(Rectangle2D) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 对于一个系列的图形,它们共同属于某个区域,通过记录这个区域,可以在处理鼠标事件的时候提供更快的速度,不需要
对所有的图形判断是否属于被鼠标选中,可选通过此区域来缩小寻找的范围.
- setDrawArea(Rectangle2D) -
Method in interface com.ijchart.xychart.chartinfo.IShapeCollection
- 对于一个系列的图形,它们共同属于某个区域,通过记录这个区域,可以在处理鼠标事件的时候提供更快的速度,不需要
对所有的图形判断是否属于被鼠标选中,可选通过此区域来缩小寻找的范围.
- setDrawArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 设置文字可写区域,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置图例图形的绘制区域,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置绘制区域,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
- 设置文字可写区域.
- setDrawAsLine(boolean) -
Method in class com.ijchart.xychart.marker.CategoryMarker
- 设置是否显示为一条直线,而不是一个区域,并向所有监听器发送
MarkerChangeEvent 事件.
- setDrawAsRing(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置是否显示为圆环图,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawBorder(boolean) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 是否绘制图形的外轮廓线,并向所有监听器发送
MarkerChangeEvent 事件.
- setDrawBorder(boolean) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 是否绘制图形的外轮廓线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawBorder(boolean) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 是否绘制图形的外轮廓线
- setDrawCloseLine(boolean) -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 设置是否绘制close值对应的直线,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawCompleteAndIncomplete(boolean) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置用于控制是否绘制完成进度和未完成进度.
- setDrawGroupLine(boolean) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置是否绘制连接线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawingSupplier(IDrawingSupplier) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置
IDrawingSupplier 对象,用于提供绘制图形需要的一系列对象,
并向所有监听器发送RenderChangeEvent 事件.
- setDrawingSupplier(IDrawingSupplier) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置
IDrawingSupplier 对象,用于提供绘制图形需要的一系列对象,
并向所有监听器发送RenderChangeEvent 事件.
- setDrawingSupplier(IDrawingSupplier, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置
IDrawingSupplier 对象,用于提供绘制图形需要的一系列对象,
并向所有监听器发送RenderChangeEvent 事件.
- setDrawJoinLine(boolean) -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 设置是否绘制连接线,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawLabel(boolean) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置是否显示文字,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawNoDataMessage(boolean) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 是否显示没有数据时的信息.
- setDrawOpenLine(boolean) -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 设置是否绘制open值对应的直线,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawPlotLine(boolean) -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 设置是否绘制连接线,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawRadius(boolean) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置是否绘制半径线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawRadius(boolean) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置是否绘制半径线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawStripBorder(boolean) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置是否绘制条状图形的边框,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawText(boolean) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置是否显示文字,
并向所有监听器发送
MarkerChangeEvent 事件.
- setDrawText(boolean) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置是否显示文字,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawTick(boolean) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置是否显示刻度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawTickLabel(boolean) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置是否显示刻度值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawType(GranttDrawType) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置甘特图的绘制类型.
- setDrawVolume(boolean) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置是否绘制volume图形,并向所有监听器发送
RenderChangeEvent 事件.
- setDrawXError(boolean) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置是否绘制x方向的Error线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setDrawYError(boolean) -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 设置是否绘制y方向的Error线.
- setDrawYError(boolean) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置是否绘制y方向的Error线.
- setEdge(RectangleEdge) -
Method in class com.ijchart.xychart.chartinfo.AxisShapeCollection
- 设置坐标轴位置.
- setEffect3D(IEffect3D) -
Method in class com.ijchart.xychart.render.category.Bar3DRender
- 设置如何控制3D的显示效果,
并向所有监听器发送
RenderChangeEvent 事件.
- setEffect3D(IEffect3D) -
Method in class com.ijchart.xychart.render.category.Line3DRender
- 设置如何控制3D的显示效果,
并向所有监听器发送
RenderChangeEvent 事件.
- setEffect3D(IEffect3D) -
Method in class com.ijchart.xychart.render.category.StackedBar3DRender
- 设置如何控制3D的显示效果,
并向所有监听器发送
RenderChangeEvent 事件.
- setEmptyDatasetRange(NumberRange) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置数据集为空时的数据范围,并向所有监听器发送
AxisChangeEvent
事件.
- setEndCategory(Object) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置终点分类(category)对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setEndPercent(double) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置控制进度指示器的结束边界(按全部的宽度百分比),
并向所有监听器发送
RenderChangeEvent 事件.
- setEndPercentMarginOfRowValue(float) -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 设置每一行值结束处的空白,按百分比计算,并向所有监听器发送
RenderChangeEvent 事件.
- setEndType(AreaRenderEndType) -
Method in class com.ijchart.xychart.render.category.AreaRender
- 设置控制第一个或最后一个区域的绘制方式,并向所有监听器发送
RenderChangeEvent 事件.
- setEndValue(double) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置终点的y值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setEndValue(double) -
Method in class com.ijchart.xychart.marker.IntervalValueMarker
- 设置结束值,并向所有监听器发送
MarkerChangeEvent 事件.
- setEndX(double) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置终点的x值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setEndX(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置x方向的终点坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setEndY(double) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置终点的y值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setEndY(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置y方向的终点坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setExpandToFitSpace(boolean) -
Method in class com.ijchart.xychart.title.TextTitle
- 设置是否扩展空间,并向所有监听器发送
TitleChangeEvent 事件.
- setExplodePercent(int, double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置数据偏离圆心的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setFillAlpha(float) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置填充背景的alpha值,并向所有监听器发送
MarkerChangeEvent 事件.
- setFillAlpha(float) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置填充背景的alpha值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setFillAlpha(float) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置填充背景的alpha值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setFillBackground(boolean) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置是否使用背景Paint填充图形,并向所有监听器发送
TitleChangeEvent 事件.
- setFillPaint(Paint) -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 填充图形用的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setFillPaint(Paint) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置图形内部的填充颜色,并向所有监听器发送
MarkerChangeEvent 事件.
- setFillPaint(Paint) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形内部的填充颜色,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setFillPaint(Paint) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形内部的填充颜色
- setFillShape(boolean) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 是否填充图形内部,并向所有监听器发送
MarkerChangeEvent 事件.
- setFillShape(boolean) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 是否填充图形内部,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setFillShape(boolean) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 是否填充图形内部
- setFillZoomRectangle(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否填充缩放矩形.
- setFirstBarPaint(Paint) -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 设置绘制第一个柱状图的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setFixedAxisSpace(double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置固定的坐标轴绘制宽度或高度,并向所有监听器发送
AxisChangeEvent 事件.
- setFixedIntervalWidth(double) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置固定的每个bar的宽度值,并向所有监听器发送
RenderChangeEvent 事件.
- setForce2D(boolean) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
- 设置是否强制以2D形式绘制,此方法不会触发坐标轴变化事件.
- setForce2D(boolean) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 设置是否强制以2D形式绘制,此方法不会触发坐标轴变化事件.
- setForce2D(boolean) -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 设置是否强制以2D形式绘制,此方法不会触发坐标轴变化事件.
- setForceInsideTextNoWrap(boolean) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 设置是否强制图形内部的字符串不换行,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setForceShowAllText(boolean) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 设置是否强制显示所有的字符,即如果字符太长,不在后面添加"."字符,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setForegroundAlpha(float) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置前景alpha值,并向所有监听器发送
PlotChangeEvent 事件.
- setGap(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置间距.
- setGapSize(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置间隔的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setGapSize(double) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置图形和文字之间的空白,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setGenerateURL(boolean) -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 设置是否生成URL.
- setGeneratorTooltip(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置是否生成图形的tooltip,并向所有监听器发送
RenderChangeEvent 事件.
- setGeneratorUrl(boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置是否生成图形的url,并向所有监听器发送
RenderChangeEvent 事件.
- setGradientPaintTransformer(DefaultGradientPaintTransformer) -
Method in class com.ijchart.xychart.marker.IntervalValueMarker
- 设置DefaultGradientPaintTransformer对象,并向所有监听器发送
MarkerChangeEvent 事件.
- setGradientPaintTransformType(GradientPaintTransformType) -
Method in class com.ijchart.xychart.client.IJChart
- 设置图形内部的颜色扩展类型,仅当填充所用Paint为GradientPaint,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setGradientPaintTransformType(GradientPaintTransformType) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形内部的颜色扩展类型,仅当填充所用Paint为GradientPaint,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setGradientPaintTransformType(GradientPaintTransformType) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形内部的颜色扩展类型,仅当填充所用Paint为GradientPaint
- setGranttArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.GranttChartShape
- 设置甘特图区域,并通知监听器发生变化.
- setGridBandAlternatePaint(Paint) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置绘制网格交替区域的Paint,并向所有监听器
发送
AxisChangeEvent 事件.
- setGridBandPaint(Paint) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置绘制网格区域的Paint,并向所有监听器
发送
AxisChangeEvent 事件.
- setGridBandVisible(boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置控制网格区域是否显示的标志,并向所有监听器
发送
AxisChangeEvent 事件.
- setGridLineVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置是否显示网格线,并向所有监听器发送
AxisChangeEvent 事件.
- setGroupLinePaint(Paint) -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 设置绘制连接线的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setGroupLinePaint(Paint) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制连接线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setGroupLineStroke(Stroke) -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 设置绘制连接线的stroke对象,并向所有监听器发送
RenderChangeEvent 事件.
- setGroupLineStroke(Stroke) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制连接线的stroke对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setGuideLinePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 设置绘制向导线的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setGuideLineStroke(Stroke) -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 设置绘制向导线的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setGuideLineVisible(boolean) -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 设置向导线是否可见,并向所有监听器发送
RenderChangeEvent 事件.
- setHeadSize(double) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置图形大小,并向所有监听器发送
RenderChangeEvent 事件.
- setHeight(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置工字形的高度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHeight(double) -
Method in class com.ijchart.xychart.shape.IShapedChartShape
- 设置工字形的高度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHighFarBorderTriangle(Shape) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置表示高离值的三角形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHighFarOut(boolean) -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 如果离散点的个数大于2倍中间部分,则认为是远离高值.本函数用于设置该布尔值.
- setHighLowLine(Line2D) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置high-low值对应的直线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHighLowLine(Line2D) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置high-low值对应的直线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHighLowLinePaint(Paint) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置绘制high-low直线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHighLowPaint(Paint) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置绘制high-low直线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setHorizontalAlignment(HorizontalAlignment) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置标题的水平对齐方式,并向所有监听器发送
TitleChangeEvent 事件.
- setHorizontalAxisTrace(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否跟踪水平坐标轴.
- setHorizontalRepeat(boolean) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置图片在水平方向是否重复.
- setHorizontalTraceLine(Line2D) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置水平跟踪线.
- setHotspot(GeneralPath) -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
- 设置生成热点的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setId(int) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形的编号,在一个chart中,图形的ID是唯一且连续的.
- setId(int) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形的编号,在一个chart中,图形的ID是唯一且连续的.
- setIJChart(IJChart) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置产生图形的IJChart对象.
- setImage(Image) -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 设置图形对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setImage(Image) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置矩形中显示的图片.
- setImage(Image) -
Method in class com.ijchart.xychart.title.ImageTitle
- 设置图片对象,并向所有监听器发送
TitleChangeEvent 事件.
- setImageAlpha(float) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置绘制图片的alpha值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setImageDrawHeight(int) -
Method in class com.ijchart.xychart.title.ImageTitle
- 设置图片的实际绘制高度,并向所有监听器发送
TitleChangeEvent 事件.
- setImageDrawWidth(int) -
Method in class com.ijchart.xychart.title.ImageTitle
- 设置图片的实际绘制宽度,并向所有监听器发送
TitleChangeEvent 事件.
- setImageFill(boolean) -
Method in class com.ijchart.xychart.shape.RectangleImageChartShape
- 设置是否用图片自动填充区域,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setImageFill(boolean) -
Method in class com.ijchart.xychart.title.ImageTitle
- 设置是否用图片自动填充title区域,并向所有监听器发送
TitleChangeEvent 事件.
- setImageHeight(int) -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 设置图片的高度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setImageHeight(int) -
Method in class com.ijchart.xychart.web.WebChart
- 设置图片的高度.
- setImageHorizontalAlign(HorizontalAlignment) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置图片水平对齐方式.
- setImageType(ImageType) -
Method in class com.ijchart.xychart.web.WebChart
- 设置图片的类型.
- setImageVerticalAlign(VerticalAlignment) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置图片垂直对齐方式.
- setImageWidth(int) -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 设置图片的宽度,并向所有监听器发送
AnnotationChangeEvent 事件.
- setImageWidth(int) -
Method in class com.ijchart.xychart.web.WebChart
- 设置图片的宽度.
- setIncompleteArea(Rectangle2D) -
Method in class com.ijchart.xychart.shape.GranttChartShape
- 设置未完成区域,并通知监听器发生变化.
- setIncompleteAreaPaint(Paint) -
Method in class com.ijchart.xychart.shape.GranttChartShape
- 设置未完成区域的Paint,并通知监听器发生变化.
- setIncompletePaint(Paint) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置绘制未完成部分的Paint对象,
并向所有监听器发送
RenderChangeEvent 事件.
- setInitialDelay(int) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置显示tooltip的延迟时间.
- setInsets(RectangleInsets) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置plot周边的空白,并向所有监听器发送
PlotChangeEvent 事件.
- setInteriorGap(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置内部的空白(百分比),并向所有监听器发送
RenderChangeEvent 事件.
- setInteriorGap(double) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置空白的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setIntervalPositionFactor(double) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置计算每个bar的位置的参数值,并向所有监听器发送
RenderChangeEvent 事件.
- setInverted(boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置是否反转坐标值,并向所有监听器发送
AxisChangeEvent 事件.
- setIShapedBottomY(double) -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
- 设置左下角的点的Y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedBottomY(double) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置左下角的点的Y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedHeight(double) -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
- 设置工字形的高度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedHeight(double) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置工字形的高度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedLeftX(double) -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
- 设置左下角的点的X坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedLeftX(double) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置左下角的点的X坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedMaxWidth(double) -
Method in class com.ijchart.xychart.render.category.StatisticalBarRender
- 设置工字形的最大宽度,
并向所有监听器发送
RenderChangeEvent 事件.
- setIShapedMaxWidth(double) -
Method in class com.ijchart.xychart.render.category.StatisticalLineRender
- 设置工字形的最大宽度,
并向所有监听器发送
RenderChangeEvent 事件.
- setIShapedWidth(double) -
Method in class com.ijchart.xychart.shape.StatisticalBarChartShape
- 设置工字形的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setIShapedWidth(double) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置工字形的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setItemBorderPaint(int, int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置用于绘制图形边框的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemBorderPaint(int, int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置用于绘制图形边框的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemBorderStroke(int, int, Stroke) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置用于绘制图形边框的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemBorderStroke(int, int, Stroke) -
Method in interface com.ijchart.xychart.render.IRender
- 设置用于绘制图形边框的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemDrawBorder(int, int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置是否绘制图形边框,并向所有监听器发送
RenderChangeEvent 事件.
- setItemDrawBorder(int, int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置是否绘制图形边框,并向所有监听器发送
RenderChangeEvent 事件.
- setItemFill(int, int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setItemFill(int, int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setItemFillPaint(int, int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置用于填充图形内部的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemFillPaint(int, int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置用于填充图形内部的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemFillPaintTransformer(int, int, GradientPaintTransformType) -
Method in class com.ijchart.xychart.render.AbstractRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置填充图形内部的方式.
- setItemFillPaintTransformer(int, int, GradientPaintTransformType) -
Method in interface com.ijchart.xychart.render.IRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置填充图形内部的方式.
- setItemLabelDirection(int, int, TextDirection) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的方向,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelFont(int, int, Font) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelFont(int, int, Font) -
Method in interface com.ijchart.xychart.render.IRender
- 设置标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelHorizontalAlignment(int, int, HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelHorizontalAlignment(int, int, HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelPaint(int, int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelPaint(int, int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelPosition(int, int, TextPosition) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelPosition(int, int, TextPosition) -
Method in interface com.ijchart.xychart.render.IRender
- 设置标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelVerticalAlignment(int, int, VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelVerticalAlignment(int, int, VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelVisible(int, int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置某个数据项的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setItemLabelVisible(int, int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置某个数据项的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setItemMargin(double) -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 设置空白区域占整个区域的百分比,并向所有监听器发送
RenderChangeEvent 事件.
- setKey(Comparable) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置饼图标签的键值.
- setLabel(String) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 标签.
- setLabel(String) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置显示的文字,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabel(String) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置标签,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置标签的背景颜色,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelBackgroundPaint(Paint) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置标签的背景颜色,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelFont(Font) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置绘制label的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelFont(Font) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置文字的字体,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelGap(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置标签离render边框的距离(百分比),并向所有监听器发送
RenderChangeEvent 事件.
- setLabelGenerator(ILabelGenerator) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置用于生成图形标签的
ILabelGenerator ,
并向所有监听器发送RenderChangeEvent 事件
- setLabelGenerator(ILabelGenerator) -
Method in interface com.ijchart.xychart.render.IRender
- 设置用于生成图形标签的
ILabelGenerator ,
并向所有监听器发送RenderChangeEvent 事件
- setLabelHeight(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置标签的高度.
- setLabelInPie(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置标签是否在饼图内部,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelLinkMargin(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置连接线的空白,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelLinkPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制连接线的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelLinkStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制连接线的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelLinksVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置是否显示标签和饼图之间的连接线,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelOffset(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 设置文本和箭柄的距离,并向所有监听器发送
AnnotationChangeEvent 事件.
- setLabelOffset(double) -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 设置文本和箭柄的距离,并向所有监听器发送
AnnotationChangeEvent 事件.
- setLabelOutlinePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制标签的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelOutlinePaint(Paint) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置绘制标签的边框paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelOutlineStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制边框的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelOutlineStroke(Stroke) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置绘制边框的stroke,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelPadding(RectangleInsets) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置标签的补白,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelPadding(RectangleInsets) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置标签的补白,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelPaint(Paint) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置图形文字的Paint,
并向所有监听器发送
ChartShapeChangeEvent 事件
- setLabelRect(Rectangle2D) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置包含标签的矩形.
- setLabelShadowPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制标签阴影的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setLabelShadowPaint(Paint) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置绘制扇形图形的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelShadowPaint(Paint) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置绘制扇形图形的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelShadowXOffset(double) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置标签在x方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelShadowXOffset(double) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置标签在x方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelShadowYOffset(double) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置标签在y方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLabelShadowYOffset(double) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置标签在y方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLastBarPaint(Paint) -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 设置绘制最后一个柱状图的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setLeft(double) -
Method in class com.ijchart.xychart.axis.AxisSpace
- 设置左侧空间大小.
- setLeftX(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置左下角的点的X坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLeftX(double) -
Method in class com.ijchart.xychart.shape.IShapedChartShape
- 设置左下角的点的X坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLegendLabel(String) -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 图例标签.
- setLegendLabel(String) -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 图例标签.
- setLegendPositon(RectangleEdge) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置图例的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setLegendShapes(LegendShapeCollection) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置图例图形集合.
- setLegendTitle(LegendTitle) -
Method in class com.ijchart.xychart.client.IJChart
- 设置图例对象,并向所有监听器发送
ChartChangeEvent 事件.
- setLengthFactor(double) -
Method in class com.ijchart.xychart.shape.RingChartShape
- 设置环的长度与扇区半径的占比,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLine(Line2D) -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
- 设置线条对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLine(Line2D) -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 设置线条对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLineEndPoint(Point2D) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置线的终点坐标.
- setLineStartPoint(Point2D) -
Method in class com.ijchart.xychart.shape.StatisticalLineChartShape
- 设置线的起点坐标.
- setLineY(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置直线的起始y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLink(Polygon) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置标签折线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLinkPaint(Paint) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置绘制折线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLinkPercent(double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 设置链接的百分比.
- setLinkStroke(Stroke) -
Method in class com.ijchart.xychart.shape.PieOutsideLabelChartShape
- 设置绘制折线的stroke对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setListObject(List, int, Object) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置list中索引为index的元素的值.
- setLowerMargin(double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴开始端的空白区域(单位为百分比),并向所有监听器发送
AxisChangeEvent 事件.
- setLowFarBorderTriangle(Shape) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置表示低离值的三角形.,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setLowFarOut(boolean) -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 是否集合里包含远离低值的值点.本函数用于设置该布尔值.
- setMargin(RectangleInsets) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置字符的边框之后的空白,并向所有监听器发送
MarkerChangeEvent 事件.
- setMargin(double) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制区域四周的空白,并向所有监听器发送
RenderChangeEvent 事件.
- setMargin(double) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置空白值,并向所有监听器发送
RenderChangeEvent 事件.
- setMargin(RectangleInsets) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置字符的边框之后的空白,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMaxCount(int) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 设置最大的数据量,行数或列数,并向所有监听器发送
DatasetChangeEvent 事件.
- setMaximumBarWidth(double) -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 设置每个柱状图的最大宽度(单位为Java2D标准单位),并向所有监听器发送
RenderChangeEvent 事件.
- setMaximumCategoryLabelLines(int) -
Method in class com.ijchart.xychart.axis.category.CategoryAxis
- 设置标签的最大行数,并向所有监听器发送
AxisChangeEvent 事件.
- setMaximumCategoryLabelWidthRatio(float) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴标签部分占整个图形区域宽度或长度的最大百分比,
并向所有监听器发送
AxisChangeEvent 事件.
- setMaximumLabelWidth(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置标签的最大宽度(绘制区域的百分比),并向所有监听器发送
RenderChangeEvent 事件.
- setMaxShape(Shape) -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 设置大值对应的图形,并向所有监听器发送
RenderChangeEvent 事件.
- setMaxShape(Shape) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置大值对应的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMaxShapePaint(Paint) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制大值图形的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMaxShapePos(Point2D) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置大值图形的位置,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMaxShapeStroke(Stroke) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制大值图形的stroke对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMaxShapeWidthInPercent(double) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置图形的最大宽度,以坐标轴的百分比计算,并向所有监听器发送
RenderChangeEvent 事件.
- setMeterAngle(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置仪表盘的角度,并向所有监听器发送
RenderChangeEvent 事件.
- setMeterNeedleShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置仪表盘指针图形.
- setMeterShapeType(MeterShapeType) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置仪表盘的图形类型,并向所有监听器发送
RenderChangeEvent 事件.
- setMeterUnitShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 设置仪表盘单位图形.
- setMinimumArcAngleToDraw(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制扇形的最小角度,并向所有监听器发送
RenderChangeEvent 事件.
- setMinimumBarWidth(double) -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 设置每个柱状图的最小宽度(单位为Java2D标准单位),如果宽度小于此值将不绘制.并向所有监听器发送
RenderChangeEvent 事件.
- setMinimumDrawHeight(double) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置最小的绘制高度.
- setMinimumDrawWidth(double) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置最小的绘制宽度.
- setMinShape(Shape) -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 设置小值对应的图形,并向所有监听器发送
RenderChangeEvent 事件.
- setMinShape(Shape) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置小值对应的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMinShapePaint(Paint) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制小值图形的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMinShapePos(Point2D) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置小值图形的位置,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMinShapeStroke(Stroke) -
Method in class com.ijchart.xychart.shape.MinMaxChartShape
- 设置绘制小值图形的stroke对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setMouseZoomable(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否可以用鼠标缩放图形.
- setMouseZoomable(boolean, boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否可以用鼠标缩放图形.
- setMultiple(boolean) -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 设置集合里面是否有多个outlier对象.
- setNeedlePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置绘制指针的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativeBarPaint(Paint) -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 设置绘制值为负的柱状图的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativeItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中数据值为负的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativeItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中数据值为负的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativeItemLabelVerticalAlignment(VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中数据值为负的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativeItemLabelVerticalAlignment(VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中数据值为负的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setNegativePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 设置差值为负值时的颜色,即(y(0) < y(1)),并向所有监听器发送
RenderChangeEvent 事件.
- setNoDataMessage(String) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置无数据时显示的字符串,并向所有监听器发送
PlotChangeEvent 事件.
- setNoDataMessageFont(Font) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置无数据时绘制字符串的字体,,并向所有监听器发送
PlotChangeEvent 事件.
- setNoDataMessagePaint(Paint) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置无数据时绘制字符串的Paint,并向所有监听器发送
PlotChangeEvent 事件.
- setNoDataMessageShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置没有数据时的消息图形.
- setNoNeedleValueLabel(String) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置没有指针值的时候显示的值,并向所有监听器发送
RenderChangeEvent 事件.
- setNotify(boolean) -
Method in class com.ijchart.xychart.client.IJChart
- 设置有事件变化时是否通知监听器发生变化.
- setNotify(boolean) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置当标题发生了变化是否通知监听器,并向所有监听器发送
TitleChangeEvent 事件.
- setOffsetX(double) -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 设置X坐标的偏移值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOffsetY(double) -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 设置Y坐标的偏移值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOpenCloseBorderPaint(Paint) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置绘制open-close矩形边框的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOpenCloseFillPaint(Paint) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置volume paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOpenCloseRect(Rectangle2D) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置open-close值矩形对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOpenLine(Line2D) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置open值对应的直线,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOpenLinePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 设置绘制open值对应的直线的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setOpenLinePaint(Paint) -
Method in class com.ijchart.xychart.shape.HighLowChartShape
- 设置绘制open直线的paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setOrientation(ChartOrientation) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置图表的方向,并向所有的监听器发送
PlotChangeEvent 事件.
- setOrientation(ChartOrientation) -
Method in class com.ijchart.xychart.render.category.CylinderRender
- 设置图表的方向,并向所有的监听器发送
RenderChangeEvent 事件.
- setOriginTooltipShape(Shape) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置原始的tooltip区域图形.
- setOriginTooltipShape(Shape) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置原始的tooltip区域图形.
- setPadding(RectangleInsets) -
Method in class com.ijchart.xychart.client.IJChart
- 设置图表的边框和绘制区域之间的空白,并向所有监听器发送
ChartChangeEvent 事件.
- setPadding(RectangleInsets) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置标题的空白,并向所有监听器发送
TitleChangeEvent 事件.
- setPaint(Paint) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置绘制直线使用的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setPaint(Paint) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置绘制直线使用的paint对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setPaintScale(IPaintScale) -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 设置IPaintScale的对象,并向所有监听器发送
RenderChangeEvent
事件.
- setPaintScale(IPaintScale) -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 设置IPaintScale的对象,并向所有监听器发送
RenderChangeEvent
事件.
- setPaintScale(IPaintScale) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置
IPaintScale 对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPie3D(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置是否是3D类型的饼图,并向所有监听器发送
RenderChangeEvent 事件.
- setPieRotation(Rotation) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制饼图的方向,并向所有监听器发送
RenderChangeEvent 事件.
- setPieShadowPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制饼图阴影的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setPlotGap(double) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置plot之间的间隔,并向所有监听器发送
PlotChangeEvent 事件.
- setPlotGap(double) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 设置plot之间的间隔,并向所有监听器发送
PlotChangeEvent 事件.
- setPlotWight(CategoryPlot, double) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置指定plot对象的权重(wight),并向所有监听器发送
PlotChangeEvent 事件.
- setPlotWight(XYPlot, double) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 设置指定plot对象的权重(wight),并向所有监听器发送
PlotChangeEvent 事件.
- setPoint(Point2D) -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
- 设置包含outlier圆形的矩形的坐标.
- setPoint1(double, double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第一个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint1(Point2D) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第一个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint1(double, double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第一个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint1(Point2D) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第一个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint2(double, double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第二个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint2(Point2D) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第二个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint2(double, double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第二个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint2(Point2D) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第二个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint3(double, double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第三个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPoint3(Point2D) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第三个点的坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPosition(RectangleEdge) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置图例的位置,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setPosition(RectangleEdge) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置标题的位置,并向所有监听器发送
TitleChangeEvent 事件.
- setPositiveBarPaint(Paint) -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 设置绘制值为正的柱状图的Paint,并向所有监听器发送
RenderChangeEvent 事件.
- setPositiveItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中数据值为正的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setPositiveItemLabelHorizontalAlignment(HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中数据值为正的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setPositiveItemLabelVerticalAlignment(VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中数据值为正的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setPositiveItemLabelVerticalAlignment(VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中数据值为正的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setPositivePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 设置差值为正值时的颜色,即(y(0) > y(1)),并向所有监听器发送
RenderChangeEvent 事件.
- setQuadrantOrigin(XYNumberChartData) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置象限原点,并向所有的监听器发送
PlotChangeEvent 事件.
- setQuadrantPaint(int, Paint) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置绘制每一个象限的Paint,并向所有的监听器发送
PlotChangeEvent 事件.
- setRadius(double) -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
- 设置圆形的半径.
- setRadiusGridlinePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制半径线的paint.
- setRadiusGridlineStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置绘制半径线的stroke,并向所有监听器发送
RenderChangeEvent 事件.
- setRadiusGridlinesVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 设置半径线是否可见,并向所有监听器发送
RenderChangeEvent 事件.
- setRefreshBuffer(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否刷新缓冲器.
- setRender(IRenderWithAxis) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- IRender对象.
- setRender(AbstractCategoryRender) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置第0个render.
- setRender(AbstractCategoryRender, boolean) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置第0个render,如果需要会向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractCategoryRender) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractCategoryRender, boolean) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRender(AbstractNoAxisRender, boolean) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 设置第0个render,如果需要会向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractNoAxisRender) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractNoAxisRender, boolean) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRender(AbstractXYRender, boolean) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置第0个render,如果需要会向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractXYRender) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRender(int, AbstractXYRender, boolean) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设定指定索引值的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRenderAreaBorderStroke(Stroke) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置render区域外边框的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setRenderAsPercentages(boolean) -
Method in class com.ijchart.xychart.render.category.StackedAreaRender
- 设置是否以百分比形式显示数据.
- setRenderAsPercentages(boolean) -
Method in class com.ijchart.xychart.render.category.StackedBarRender
- 设置是否以百分比形式显示数据.
- setRenderAsPercentages(boolean) -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 设置是否以百分比形式显示数据,并向所有监听器发送
RenderChangeEvent 事件.
- setRenderDrawOrder(RenderDrawOrder) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 设置render的调用顺序,并向所有监听器发送
PlotChangeEvent 事件.
- setRenderingHints(RenderingHints) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置绘图提示,并向所有监听器发送
ChartChangeEvent 事件.
- setRenders(AbstractCategoryRender[], int) -
Method in class com.ijchart.xychart.plot.CategoryPlot
- 设置坐标轴的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRenders(AbstractNoAxisRender[], int) -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 设置坐标轴的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRenders(AbstractXYRender[], int) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置坐标轴的render,并向所有监听器发送
PlotChangeEvent 事件.
- setRenders(Collection) -
Method in class com.ijchart.xychart.title.LegendTitle
- 设置render集合,并向所有监听器发送
TitleChangeEvent 事件.
- setReshowDelay(int) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置再次显示tooltip的延迟时间.
- setRight(double) -
Method in class com.ijchart.xychart.axis.AxisSpace
- 设置右侧空间大小.
- setRingLengthFactor(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置环的长度与扇区半径的占比,并向所有监听器发送
RenderChangeEvent 事件.
- setRotate(double) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形环境旋转角度,单位为弧度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setRotate(double) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形环境旋转角度,单位为弧度.仿射变换可以用下面的矩阵表示:
- setRotationAngle(double) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置旋转的角度(单位是弧度),并向所有监听器发送
AnnotationChangeEvent 事件.
- setRowItemAllowDuplicateXvalue(int, boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置控制每行的数据是否允许重复,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemAutoSort(int, boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置控制每行的数据是否自动排序,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemBorderPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemBorderPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemBorderStroke(int, Stroke) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemBorderStroke(int, Stroke) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据所共用的边框paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemDrawBorder(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemDrawBorder(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据是否绘制边框,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemFill(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemFill(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据是否填充图形内部,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemFillPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据所共用的填充paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemFillPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据所共用的填充paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemFillPaintTransformer(int, GradientPaintTransformType) -
Method in class com.ijchart.xychart.render.AbstractRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一行所共用的填充图形内部的方式.
- setRowItemFillPaintTransformer(int, GradientPaintTransformType) -
Method in interface com.ijchart.xychart.render.IRender
- 如果填充图形内部的paint为GradientPaint对象,可以设置数据集的一行所共用的填充图形内部的方式.
- setRowItemLabelDirection(int, TextDirection) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的方向,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelFont(int, Font) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelFont(int, Font) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一行数据的标签的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelHorizontalAlignment(int, HorizontalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelHorizontalAlignment(int, HorizontalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一行数据的标签的水平对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelPaint(int, Paint) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelPaint(int, Paint) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一行数据的标签的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelPosition(int, TextPosition) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelPosition(int, TextPosition) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一行数据的标签的位置,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelVerticalAlignment(int, VerticalAlignment) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中一行数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelVerticalAlignment(int, VerticalAlignment) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中一行数据的标签的垂直对齐方式,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelVisible(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集中的一行数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLabelVisible(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集中的一行数据的标签是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLineVisible(int, boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置一个系列的线条是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemLineVisible(int, boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置一个行的线条是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemShapeFilled(int, boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置某个系列的图形是否被填充,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemShapeFilled(int, boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置某个行的图形是否被填充,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemShapeVisible(int, boolean) -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 设置一个系列的图形是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemShapeVisible(int, boolean) -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 设置一个行的图形是否显示,并向所有监听器发送
RenderChangeEvent 事件.
- setRowItemVisible(int, boolean) -
Method in class com.ijchart.xychart.render.AbstractRender
- 设置数据集的一行数据是否全部显示,并向所有监听器发送
RenderChangeEvent 事件.此方法用于控制数据集
中的一整行数据是否显示.
- setRowItemVisible(int, boolean) -
Method in interface com.ijchart.xychart.render.IRender
- 设置数据集的一行数据是否全部显示,并向所有监听器发送
RenderChangeEvent 事件.此方法用于控制数据集
中的一整行数据是否显示.
- setRowKey(int, Object) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 根据行索引改变RowKey的值.
- setRowKeyFormatter(IFormatter) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置用于格式化数据集中的rowKey值,并向所有监听器发送
AxisChangeEvent 事件.
- setScaleType(int) -
Method in class com.ijchart.xychart.render.xy.XYBubbleRender
- 缩放类型.
- setScaleX(double) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置x轴方向的坐标.
- setScaleY(double) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置y轴方向的坐标.
- setSectionOutlinesVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置是否绘制扇形的边框,并向所有监听器发送
RenderChangeEvent 事件.
- setSector3D(boolean) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置是否是3D类型的扇形图,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSectorShadowPaint(Paint) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置绘制标签阴影的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSectorShadowXOffset(double) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置扇形在x方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSectorShadowYOffset(double) -
Method in class com.ijchart.xychart.shape.SectorChartShape
- 设置扇形在y方向的阴影长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSelectAnchorPaint(Paint) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形选中时锚点的Paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSelected(boolean) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形是否被选中,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSelected(boolean) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形是否被选中.
- setSelectRectAlpha(float) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置选中图形时所绘制锚点的Alpha值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setSelectRectWidth(double) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置选中图形时所绘制锚点的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShadowXOffset(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置x方向的阴影长度,并向所有监听器发送
RenderChangeEvent 事件.
- setShadowYOffset(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置y方向的阴影长度,并向所有监听器发送
RenderChangeEvent 事件.
- setShape(Shape) -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 设置图形对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setShape(Shape) -
Method in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
- 设置图形对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShape(GeneralPath) -
Method in class com.ijchart.xychart.shape.GeneralPathChartShape
- 设置要绘制的图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShape(IChartShape) -
Method in class com.ijchart.xychart.shape.LegendItemChartShape
- 设置图表图形,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShape(Shape) -
Method in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 设置图形对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShapeChange(IShapeChange) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置
IShapeChange 对象.
- setShapeChange(IShapeChange) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置
IShapeChange 对象.
- setShapeChanged(boolean) -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 设置图形是否有改变,如果改变了则图形会重新绘制.
- setShapeDrawType(ChartShapeDrawType) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形在chart中的绘制类型,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setShapeDrawType(ChartShapeDrawType) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 返回图形在chart中的绘制类型.
- setShapesVisible(boolean) -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 设置是否显示图形,并向所有监听器发送
RenderChangeEvent 事件.
- setShapesVisible(boolean) -
Method in class com.ijchart.xychart.render.xy.YIntervalRenderer
- 设置所有的图形是否显示的布尔值,并向所有监听器发送
RenderChangeEvent 事件.
- setShapeWidth(double) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置图形的宽度,并向所有监听器发送
RenderChangeEvent 事件.
- setShowLegend(boolean) -
Method in class com.ijchart.xychart.client.IJChart
- 设置是否显示图例对象,并向所有监听器发送
ChartChangeEvent 事件.
- setSimpleLabels(boolean) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置绘制label的类型,在饼图区域内显示还是外面显示,并向所有监听器发送
RenderChangeEvent 事件.
- setSlidingType(DatasetSlidingType) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 设置数据集滚动类型,并向所有监听器发送
DatasetChangeEvent 事件.
- setStackedBarRender(IStackedRender) -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 设置柱状图绘制对象,并向所有监听器发送
AxisChangeEvent 事件.
- setStackedBarRender(IStackedRender) -
Method in class com.ijchart.xychart.axis.value.StackedNumberValueAxis
- 设置柱状图绘制对象,并向所有监听器发送
AxisChangeEvent 事件.
- setStagger(boolean) -
Method in class com.ijchart.xychart.render.category.StepRender
- 设置显示多行数据时是否增加间隔,
并向所有监听器发送
RenderChangeEvent 事件.
- setStaggerWidth(int) -
Method in class com.ijchart.xychart.render.category.StepRender
- 设置间隔的宽度,
并向所有监听器发送
RenderChangeEvent 事件.
- setStartAngle(double) -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 设置开始绘制扇形的角度,并向所有监听器发送
RenderChangeEvent 事件.
- setStartAngle(double) -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 设置绘制的起始角度,并向所有监听器发送
RenderChangeEvent 事件.
- setStartCategory(Object) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置起点分类(category)对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStartIndex(int) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 设置开始的索引值,并向所有监听器发送
DatasetChangeEvent 事件.
- setStartPercent(double) -
Method in class com.ijchart.xychart.render.category.GranttRender
- 设置控制进度指示器的开始边界(按全部的宽度百分比),
并向所有监听器发送
RenderChangeEvent 事件.
- setStartPercentMarginOfRowValue(float) -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 设置每一行值开始处的空白,按百分比计算,并向所有监听器发送
RenderChangeEvent 事件.
- setStartTickAngle(double) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置开始绘制刻度的角度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStartValue(double) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置起点的y值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStartValue(double) -
Method in class com.ijchart.xychart.marker.IntervalValueMarker
- 设置起始值,并向所有监听器发送
MarkerChangeEvent 事件.
- setStartX(double) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置起点的x值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStartX(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置x方向的起点坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStartY(double) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置起点的y值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStartY(double) -
Method in class com.ijchart.xychart.shape.ErrorCrossChartShape
- 设置起点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStripBorderPaint(Paint) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置绘制条状图形的边框的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStripBorderStroke(Stroke) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置绘制条状图形的边框的stroke,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStripWidth(double) -
Method in class com.ijchart.xychart.shape.PaintScaleLegendChartShape
- 设置条状图形的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setStroke(Stroke) -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 设置绘制直线使用的stroke对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStroke(Stroke) -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 设置绘制直线使用的stroke对象,并向所有监听器发送
AnnotationChangeEvent 事件.
- setStyle(int) -
Method in class com.ijchart.xychart.title.DateTitle
- 设置格式化日期的掩码,并向所有监听器发送
TitleChangeEvent 事件.
- setStyle(String) -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 设置area的style属性值.
- setSymbols(String[]) -
Method in class com.ijchart.xychart.axis.value.SymbolValueAxis
- 设置符号数组,并向所有监听器发送
AxisChangeEvent 事件.
- setText(String) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置显示的文字,并向所有监听器发送
AnnotationChangeEvent 事件.
- setText(String) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置显示的文字,并向所有监听器发送
MarkerChangeEvent 事件.
- setText(String) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置显示的文字,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setText(String) -
Method in class com.ijchart.xychart.title.TextTitle
- 设置标题字符串.
- setTextAntiAlias(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置绘制文字是否反锯齿,并向所有监听器发送
ChartChangeEvent 事件.
- setTextAntiAlias(Object) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置绘制文字是否反锯齿,并向所有监听器发送
ChartChangeEvent 事件.
- setTextDirection(TextDirection) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置文字的方向,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextDirection(TextDirection) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置文字的方向,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextFont(Font) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置文字的字体,
并向所有监听器发送
AnnotationChangeEvent 事件.
- setTextFont(Font) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置文字的字体,
并向所有监听器发送
MarkerChangeEvent 事件.
- setTextFont(Font) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置文字的字体,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextFont(Font) -
Method in class com.ijchart.xychart.title.TextTitle
- 设置标题的字体,并向所有监听器发送
TitleChangeEvent 事件.
- setTextHorizontalAlign(HorizontalAlignment) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置文字水平对齐方式,
并向所有监听器发送
MarkerChangeEvent 事件.
- setTextHorizontalAlign(HorizontalAlignment) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置文字水平对齐方式,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextMaxShowLine(int) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 设置标签最大的显示行数,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextPaint(Paint) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置文字的Paint,并向所有监听器发送
AnnotationChangeEvent 事件.
- setTextPaint(Paint) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置图形文字的Paint,
并向所有监听器发送
MarkerChangeEvent 事件
- setTextPaint(Paint) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置图形文字的Paint,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextPaint(Paint) -
Method in class com.ijchart.xychart.title.TextTitle
- 设置标题的颜色,并向所有监听器发送
TitleChangeEvent 事件.
- setTextPosition(TextPosition) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置文字和图形的位置关系,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextPosition(TextPosition) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置文字和图形的位置关系,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextPosition(TextPosition) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置文字和图形的位置关系,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextVerticalAlign(VerticalAlignment) -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 设置文字垂直对齐方式,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTextVerticalAlign(VerticalAlignment) -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 设置文字垂直对齐方式,
并向所有监听器发送
MarkerChangeEvent 事件.
- setTextVerticalAlign(VerticalAlignment) -
Method in class com.ijchart.xychart.shape.AbstractTextChartShape
- 设置文字垂直对齐方式,
并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickLabelAngle(double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- * 设置坐标轴刻度值旋转的弧度,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelFont(Font) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度值的字体,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelFont(Object, Font) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 给坐标轴刻度值标签设置字体,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelFont(Font) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置绘制刻度值的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setTickLabelFont(Font) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置绘制刻度标签的字体,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickLabelFormat(NumberFormat) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置格式化刻度值的对象,并向所有监听器发送
RenderChangeEvent 事件.
- setTickLabelFormat(NumberFormat) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置格式化刻度值的类,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickLabelHorizontalAlign(HorizontalAlignment) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置刻度值水平对齐方式,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelInsets(RectangleInsets) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度值的空白,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelPaint(Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度值的Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelPaint(Object, Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 给坐标轴刻度值标签设置Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置绘制刻度值的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setTickLabelPaint(Paint) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置绘制刻度标签的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickLabels(Number[]) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置刻度值集合,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickLabelsVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度值是否可见,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelVerticalAlign(VerticalAlignment) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置刻度值垂直对齐方式,并向所有监听器发送
AxisChangeEvent 事件.
- setTickLabelVisible(boolean) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置刻度值是否可见,并向所有监听器发送
RenderChangeEvent 事件.
- setTickLength(double) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置刻度的长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickMarkInsideLength(float) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度在数据区内部的长度,并向所有监听器发送
AxisChangeEvent 事件.
- setTickMarkOutsideLength(float) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度在数据区外部的长度,并向所有监听器发送
AxisChangeEvent 事件.
- setTickMarkPaint(Paint) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度的Paint,并向所有监听器发送
AxisChangeEvent 事件.
- setTickMarkStroke(Stroke) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度的Stroke,并向所有监听器发送
AxisChangeEvent 事件.
- setTickMarkVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴刻度值是否可见,并向所有监听器发送
AxisChangeEvent 事件.
- setTickPaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置绘制刻度的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setTickPaint(Paint) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置绘制刻度的paint,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickSize(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置刻度的大小,并向所有监听器发送
RenderChangeEvent 事件.
- setTickSizeAngle(double) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置刻度的大小(单位为角度),并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickStroke(Stroke) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置绘制刻度的stroke,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickStroke(Stroke) -
Method in class com.ijchart.xychart.shape.MeterArcChartShape
- 设置绘制刻度的stroke,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTickUnit(INumberTickUnit) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 设置用于产生坐标轴上的刻度值,并向所有监听器发送
AxisChangeEvent
事件.
- setTickValueFormatter(IFormatter) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置用于格式化坐标轴标签值的格式化类,并向所有监听器发送
AxisChangeEvent 事件.
- setTimeZone(TimeZone) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 设置时区,并向所有监听器发送
AxisChangeEvent 事件.
- setTimeZone(TimeZone) -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
- 设置时区.
- setTitle(ITitle) -
Method in class com.ijchart.xychart.client.IJChart
- 设置主标题对象,并向所有监听器发送
ChartChangeEvent 事件.如果想不绘制标题可把此对象设为null.
- setToolTipGenerator(IToolTipGenerator) -
Method in interface com.ijchart.xychart.render.IRender
- 设置用于生成图形的tooltip的
IToolTipGenerator 对象,
并向所有监听器发送RenderChangeEvent 事件.
- setTooltipText(String) -
Method in class com.ijchart.xychart.annotation.AbstractAnnotation
- 设置annotation的提示字符,并向所有监听器发送
AnnotationChangeEvent 事件.
- setTooltipText(String) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置tooltip字符串.
- setTooltipText(String) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置tooltip字符串.
- setToolTipText(String) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置tooltip字符串,并向所有监听器发送
TitleChangeEvent 事件.
- setToolTipText(String) -
Method in class com.ijchart.xychart.title.LegendTitle
- 此操作不被本类支持.
- setTop(double) -
Method in class com.ijchart.xychart.axis.AxisSpace
- 设置顶端空间大小.
- setTopLineLength(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置矩形图形之上的线的长度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setTransformShapeType(TransformShapeType) -
Method in class com.ijchart.xychart.shape.EllipseTextChartShape
- 设置图形的变换类型,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setType(ChartChangeEventType) -
Method in class com.ijchart.xychart.event.ChartChangeEvent
- 设置事件变体类型.
- setType(int) -
Method in class com.ijchart.xychart.event.ChartProgressEvent
- 设置事件类型.
- setType(ChartChangeEventType) -
Method in class com.ijchart.xychart.event.PlotChangeEvent
- 设置事件类型.
- setUnits(String) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置显示在仪表盘上的单位名称,并向所有监听器发送
RenderChangeEvent 事件.
- setUnitType(DateTickUnitType) -
Method in class com.ijchart.xychart.tickunit.DateTickUnit
- 设置日期的单位类型.
- setUpPaint(Paint) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置当价格的close值大于open值时,填充图形用的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setUpperMargin(double) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴结束端的空白区域(单位为百分比),并向所有监听器发送
AxisChangeEvent 事件.
- setURL(String) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置URL字符串.
- setURL(String) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置URL字符串.
- setURLPrefix(String) -
Method in class com.ijchart.xychart.web.DefaultAreaFragment
- 设置URL前缀.
- setURLText(String) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置URL字符串,并向所有监听器发送
TitleChangeEvent 事件.
- setURLText(String) -
Method in class com.ijchart.xychart.title.LegendTitle
- 设置URL字符串,并向所有监听器发送
TitleChangeEvent 事件.
- setUserDefineDatasetRange(double, double) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 设置用户自定义的数据范围,并向所有监听器发送
AxisChangeEvent
事件.
- setUserDefineDatasetRange(NumberRange) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 设置用户自定义的数据范围,并向所有监听器发送
AxisChangeEvent
事件.
- setValue(double) -
Method in class com.ijchart.xychart.annotation.CategoryTextAnnotation
- 设置y轴的值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setValue(Object) -
Method in class com.ijchart.xychart.dataset.data.KeyValuePair
- 修改键值对应的值.
- setValue(double) -
Method in class com.ijchart.xychart.marker.ValueMarker
- 设置数据值,并向所有监听器发送
MarkerChangeEvent 事件.
- setValue(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置指针值,并向所有监听器发送
RenderChangeEvent 事件.
- setValueAxes(AbstractValueAxis[]) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置plot的value坐标轴,已经存在的对象会被覆盖,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxes(AbstractValueAxis[], int) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置plot的value坐标轴,已经存在的对象会被覆盖,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxis(NumberValueAxis) -
Method in class com.ijchart.xychart.axis.value.SymbolValueAxis
- 设置value坐标轴,并向所有监听器发送
AxisChangeEvent 事件.
- setValueAxis(AbstractValueAxis) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxis(int, AbstractValueAxis) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 根据索引设置value坐标轴,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxis(int, AbstractValueAxis, boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 根据索引值设置value坐标轴,并根据notify的值确定是否向所有监听器发送
PlotChangeEvent 事件.
- setValueAxisLocation(AxisLocation) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value坐标轴的位置,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxisLocation(AxisLocation, boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value坐标轴的位置,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxisLocation(int, AxisLocation) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value坐标轴的位置,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxisLocation(int, AxisLocation, boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value坐标轴的位置,并向所有监听器发送
PlotChangeEvent 事件.
- setValueAxisType(XYValueAxisType) -
Method in class com.ijchart.xychart.axis.value.AbstractNumberValueAxisWithType
- 设置value坐标轴的类型,并向所有监听器发送
AxisChangeEvent 事件.
- setValueCrosshairLockedOnData(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置控制十字线是否自动锁定数据点,并向所有监听器发送
PlotChangeEvent 事件.
- setValueCrosshairPaint(Paint) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置value轴十字线的Paint,并向所有监听器发送
PlotChangeEvent 事件.
- setValueCrosshairStroke(Stroke) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value轴十字线的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setValueCrosshairStroke(Stroke) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置value轴十字线的Stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setValueCrosshairVisible(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置控制value轴方向的十字线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setValueCrosshairVisible(boolean) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 设置控制value轴方向的十字线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setValueFont(Font) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置显示值使用的字体,并向所有监听器发送
RenderChangeEvent 事件.
- setValueGridlinePaint(Paint) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置绘制value方向的网格线的paint,并向所有监听器发送
PlotChangeEvent 事件.
- setValueGridlineStroke(Stroke) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置绘制value方向的网格线的stroke,并向所有监听器发送
PlotChangeEvent 事件.
- setValueGridlineVisible(boolean) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 设置value方向的网格线是否可见,并向所有监听器发送
PlotChangeEvent 事件.
- setValueLineStroke(Stroke) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置绘制值线的stroke,并向所有监听器发送
AxisChangeEvent
事件.
- setValueLineValue(double) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置value坐标轴方向值线的值,并向所有监听器发送
AxisChangeEvent
事件.
- setValueLineVisible(boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 设置是否绘制value值线,并向所有监听器发送
AxisChangeEvent 事件.
- setValuePaint(Paint) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 设置显示值使用的paint,并向所有监听器发送
RenderChangeEvent 事件.
- setValueZeroBaselinePaint(Paint) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置绘制value轴方向的值为0的基线的Paint,并向所有的监听器发送
PlotChangeEvent 事件.
- setValueZeroBaselineStroke(Stroke) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置绘制value轴方向的值为0的基线的Stroke,并向所有的监听器发送
PlotChangeEvent 事件.
- setValueZeroBaselineVisible(boolean) -
Method in class com.ijchart.xychart.plot.XYPlot
- 设置value轴方向的值为0的基线是否可见,并向所有的监听器发送
PlotChangeEvent 事件.
- setValueZoomable(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置value坐标轴方向是否可缩放.
- setVerticalAlignment(VerticalAlignment) -
Method in class com.ijchart.xychart.title.AbstractTitle
- 设置标题的垂直对齐方式,并向所有监听器发送
TitleChangeEvent 事件.
- setVerticalAxisTrace(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否跟踪垂直坐标轴.
- setVerticalRepeat(boolean) -
Method in class com.ijchart.xychart.shape.AbstractImageChartShape
- 设置图片在垂直方向是否重复.
- setVerticalTraceLine(Line2D) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置垂直跟踪线.
- setVisible(boolean) -
Method in class com.ijchart.xychart.axis.AbstractAxis
- 设置坐标轴是否可见,并向所有监听器发送
AxisChangeEvent 事件.
- setVisible(boolean) -
Method in class com.ijchart.xychart.shape.AbstractChartShape
- 设置图形是否可见,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setVisible(boolean) -
Method in interface com.ijchart.xychart.shape.IChartShape
- 设置图形是否可见.
- setVolumePaint(Paint) -
Method in class com.ijchart.xychart.render.xy.StockRender
- 设置填充volume图形的paint对象,并向所有监听器发送
RenderChangeEvent 事件.
- setVolumePaint(Paint) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置volume paint对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setVolumeRect(Rectangle2D) -
Method in class com.ijchart.xychart.shape.StockChartShape
- 设置volume矩形对象,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setWidth(double) -
Method in class com.ijchart.xychart.shape.BoxAndWhiskerChartShape
- 设置工字形的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setWidth(double) -
Method in class com.ijchart.xychart.shape.IShapedChartShape
- 设置工字形的宽度,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setX(double) -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 设置图片的x坐标,并向所有监听器发送
AnnotationChangeEvent 事件.
- setX(double) -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
- 设置x值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setX1(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第一个点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setX1(double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第一个点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setX2(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第二个点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setX2(double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第二个点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setX3(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第三个点的x坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setXCrossShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置x方向的十字线.
- setXOffset(double) -
Method in class com.ijchart.xychart.plot.Category3DPlot
- 设置x方向偏移值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setY(double) -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 设置图片的y坐标,并向所有监听器发送
AnnotationChangeEvent 事件.
- setY(double) -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
- 设置y值,并向所有监听器发送
AnnotationChangeEvent 事件.
- setY1(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第一个点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setY1(double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第一个点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setY2(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第二个点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setY2(double) -
Method in class com.ijchart.xychart.shape.LineChartShape
- 设置第二个点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setY3(double) -
Method in class com.ijchart.xychart.shape.DualBreakLineChartShape
- 设置第三个点的y坐标,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setYCrossShape(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置y方向的十字线.
- setYOffset(double) -
Method in class com.ijchart.xychart.plot.Category3DPlot
- 设置y方向偏移值,并向所有监听器发送
ChartShapeChangeEvent 事件.
- setZeroValueBaseline(IChartShape) -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 设置value坐标轴0值线.
- setZoomable(boolean) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置是否可缩放,并向所有监听器发送
RenderChangeEvent 事件.
- setZoomBorderPaint(Paint) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置绘制缩放框的边框的paint.
- setZoomDatasetRange(NumberRange) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 设置缩放时使用的数据范围,并向所有监听器发送
RenderChangeEvent 事件.
- setZoomFillPaint(Paint) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置填充缩放框的paint.
- setZoomInFactor(double) -
Method in class com.ijchart.xychart.client.ChartPanel
- 返回放大因子.
- setZoomOutFactor(double) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置缩小因子.
- setZoomTriggerDistance(double) -
Method in class com.ijchart.xychart.client.ChartPanel
- 设置触发缩放的最小拖放距离.
- Shape3DSortUtil - Class in com.ijchart.xychart.render.util
- Title: IJChart
- Shape3DSortUtil() -
Constructor for class com.ijchart.xychart.render.util.Shape3DSortUtil
- 构造器.
- SHAPE_ARC -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 扇形图形.
- SHAPE_BLOCK_CHART_LEGEND -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 方块图表的图例图形.
- SHAPE_BOXANDWHISKER -
Static variable in class com.ijchart.xychart.constant.ShapeType
- BoxAndWhisker图形.
- SHAPE_CIRCLE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 圆形图形.
- SHAPE_CYLINDER -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 3D柱状图图形.
- SHAPE_DBL_HEAD_MATCHSTICK -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 双头火柴棒图形.
- SHAPE_DUAL_BREAK_LINE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 双折线图形.
- SHAPE_ERROR_CROSS -
Static variable in class com.ijchart.xychart.constant.ShapeType
- ERROR十字形图形.
- SHAPE_GENERALPATH -
Static variable in class com.ijchart.xychart.constant.ShapeType
- GeneralPath图形.
- SHAPE_GRANTT -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 甘特图表图形.
- SHAPE_HIGH_LOW -
Static variable in class com.ijchart.xychart.constant.ShapeType
- high-low图形.
- SHAPE_I_SHAPED -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 工字形图形.
- SHAPE_IMAGE_IN_RECTANGLE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 矩形边框包含图片的图形.
- SHAPE_LEGEND -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 图例图形.
- SHAPE_LINE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 一条直线
- SHAPE_LINE_AND_SHAPE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 线条和图形的联合图形.
- SHAPE_METER_ARC -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 仪表盘扇形图形.
- SHAPE_MIN_AND_MAX -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 最小值与最大值图形.
- SHAPE_PARALLELEPIPED -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 六面体图形.
- SHAPE_PIE_OUTSIDE_LABEL -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 饼图标签图形.
- SHAPE_RECTANGLE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 矩形图形.
- SHAPE_RING_SECTOR -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 圆环扇区图形.
- SHAPE_STATISTICAL_BAR -
Static variable in class com.ijchart.xychart.constant.ShapeType
- statistical bar图形.
- SHAPE_STATISTICAL_LINE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- statistical line图形.
- SHAPE_STOCK -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 股票图形.
- SHAPE_TEXT_ARROW -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 文字和箭头的组合图形.
- SHAPE_TEXT_IN_ELLIPSE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 包含文字的椭圆形.
- SHAPE_TEXT_IN_RECTANGLE -
Static variable in class com.ijchart.xychart.constant.ShapeType
- 包含文字的矩形.
- shapeIdSequence -
Variable in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 图形的序列号,第一个为0.
- ShapeType - Class in com.ijchart.xychart.constant
- Title: IJChart
- sign(double, double) -
Static method in class com.ijchart.xychart.util.MathUtil
- 符号函数.
- sign(double) -
Static method in class com.ijchart.xychart.util.MathUtil
- 符号函数.
- SingleRowDataset - Class in com.ijchart.xychart.dataset
- Title: IJChart
- SingleRowDataset() -
Constructor for class com.ijchart.xychart.dataset.SingleRowDataset
-
- SlidingDataset - Class in com.ijchart.xychart.dataset
- Title: IJChart
- SlidingDataset(IMatrixDataset, DatasetSlidingType, int, int) -
Constructor for class com.ijchart.xychart.dataset.SlidingDataset
- 构造器.
- sort() -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelDistributor
- 根据y值排序.
- sort() -
Method in class com.ijchart.xychart.render.util.Shape3DSortUtil
- 对所有的图形进行排序.
- sortRowData(int, SortType) -
Method in class com.ijchart.xychart.dataset.DefaultMatrixDataset
- 对数据集中的一行数据进行排序,数据集中的数据必须实现
Comparable 接口.
- sortRowData(int, SortType) -
Method in interface com.ijchart.xychart.dataset.IMatrixDataset
- 对数据集中的一行数据进行排序.
- sortRowData(int, SortType) -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 对数据集中的一行数据进行排序,数据集中的数据必须实现
Comparable 接口.
- SortType - Class in com.ijchart.xychart.constant
- Title: IJChart
- SOUTH -
Static variable in class com.ijchart.xychart.ui.Align
- 南边(同底端对齐).
- SOUTH_EAST -
Static variable in class com.ijchart.xychart.ui.Align
- 东南方向对齐(同BOTTOM_RIGHT).
- SpiderWebRender - Class in com.ijchart.xychart.render.noaxis
- Title: IJChart
- SpiderWebRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 构造器.
- splitString(Graphics2D, Rectangle2D) -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 如果字符串不能在一行显示完毕,则将其分为多行.
- spreadEvenly(double, double) -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelDistributor
- 把标签排列均匀.
- Stacked3DNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- Stacked3DNumberValueAxis(IMatrixDataset, IStackedRender, IEffect3D) -
Constructor for class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 由数据集构造对象.
- Stacked3DNumberValueAxis(String, IMatrixDataset, IStackedRender, IEffect3D) -
Constructor for class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- StackedAreaRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StackedAreaRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StackedAreaRender
- 构造器.
- StackedAreaRender(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.render.category.StackedAreaRender
- 构造器.
- StackedBar3DRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StackedBar3DRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StackedBar3DRender
- 构造器.
- StackedBar3DRender(IEffect3D, IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StackedBar3DRender
- 构造器.
- StackedBarRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StackedBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StackedBarRender
- 构造器.
- StackedBarRender(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.render.category.StackedBarRender
- 构造器.
- StackedNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- StackedNumberValueAxis(IMatrixDataset, IStackedRender) -
Constructor for class com.ijchart.xychart.axis.value.StackedNumberValueAxis
- 由数据集构造对象.
- StackedNumberValueAxis(String, IMatrixDataset, IStackedRender) -
Constructor for class com.ijchart.xychart.axis.value.StackedNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- StackedXYBarValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- StackedXYBarValueAxis(IMatrixDataset, XYStackedBarRender, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.StackedXYBarValueAxis
- 由数据集构造对象.
- StackedXYBarValueAxis(String, IMatrixDataset, XYStackedBarRender, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.StackedXYBarValueAxis
- 由坐标轴标签和数据集构造对象.
- StackedXYValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- StackedXYValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.StackedXYValueAxis
- 由数据集构造对象.
- StackedXYValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.StackedXYValueAxis
- 由坐标轴标签和数据集构造对象.
- staggerWidth -
Variable in class com.ijchart.xychart.render.category.StepRender
- 间隔的宽度.
- START -
Static variable in class com.ijchart.xychart.constant.TextAnchor
- 开始位置.
- StartEndNumberChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- StartEndNumberChartData(double, double) -
Constructor for class com.ijchart.xychart.data.StartEndNumberChartData
- 构造器.
- StartEndNumberChartData(Number, Number) -
Constructor for class com.ijchart.xychart.data.StartEndNumberChartData
- 构造器.
- STATISTICAL_FORMATTER_TYPE_DEVIATION -
Static variable in class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 只显示deviation值.
- STATISTICAL_FORMATTER_TYPE_MEAN -
Static variable in class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 只显示mean值.
- STATISTICAL_FORMATTER_TYPE_MEAN_DEVIATION -
Static variable in class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 显示(mean,deviation)值.
- StatisticalBarChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- StatisticalBarChartShape(Rectangle2D, String, double, double, double, double) -
Constructor for class com.ijchart.xychart.shape.StatisticalBarChartShape
- 绘制工字形的图形.
- StatisticalBarRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StatisticalBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StatisticalBarRender
- 构造器.
- StatisticalChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- StatisticalChartData(double, double) -
Constructor for class com.ijchart.xychart.data.StatisticalChartData
- 构造器.
- StatisticalChartData(Number, Number) -
Constructor for class com.ijchart.xychart.data.StatisticalChartData
- 构造器.
- StatisticalChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- StatisticalChartDataFormatter(String, String, int) -
Constructor for class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 构造器.
- StatisticalLineChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- StatisticalLineChartShape(Rectangle2D, String, double, double, double, double, Point2D, Point2D) -
Constructor for class com.ijchart.xychart.shape.StatisticalLineChartShape
- 绘制工字形的图形.
- StatisticalLineRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StatisticalLineRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StatisticalLineRender
- 构造器.
- StatisticalNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- StatisticalNumberValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.StatisticalNumberValueAxis
- 由数据集构造对象.
- StatisticalNumberValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.StatisticalNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- StepRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- StepRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.StepRender
- 构造器.
- StockChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- StockChartShape(String, Rectangle2D, Paint, Rectangle2D, Paint, Paint, Line2D, Paint) -
Constructor for class com.ijchart.xychart.shape.StockChartShape
- 在区域drawArea中显示文字text.
- StockRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- StockRender(SingleRowDataset) -
Constructor for class com.ijchart.xychart.render.xy.StockRender
- 构造器.
- StockRender(SingleRowDataset, double) -
Constructor for class com.ijchart.xychart.render.xy.StockRender
- 构造器.
- StockRender(SingleRowDataset, double, boolean) -
Constructor for class com.ijchart.xychart.render.xy.StockRender
- 构造器.
- StringUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- StringUtil() -
Constructor for class com.ijchart.xychart.util.StringUtil
-
- StrokeUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- StrokeUtil() -
Constructor for class com.ijchart.xychart.util.StrokeUtil
-
- subPlots -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 子plot集合.
- subPlots -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 子plot集合.
- subPlotWight -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 子plot的权重.
- subPlotWight -
Variable in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 子plot的权重.
- SymbolValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- SymbolValueAxis(NumberValueAxis, String[]) -
Constructor for class com.ijchart.xychart.axis.value.SymbolValueAxis
- 由数据集构造对象.
- SymbolValueAxis(String, NumberValueAxis, String[]) -
Constructor for class com.ijchart.xychart.axis.value.SymbolValueAxis
- 由坐标轴标签和数据集构造对象.
T
- TAPER -
Static variable in class com.ijchart.xychart.constant.AreaRenderEndType
- 第一个或最后一个值绘制到基点.
- TestClass - Class in com.ijchart.xychart
- Title: IJChart
- TestClass() -
Constructor for class com.ijchart.xychart.TestClass
-
- TextAnchor - Class in com.ijchart.xychart.constant
- Title: IJChart
- TextAndPointerChartShape - Class in com.ijchart.xychart.shape
- Title: IJChart
- TextAndPointerChartShape(Rectangle2D, String, Shape) -
Constructor for class com.ijchart.xychart.shape.TextAndPointerChartShape
- 在区域drawArea中显示文字text.
- TextAndPointerChartShape(Rectangle2D, String, Shape, Paint, Stroke) -
Constructor for class com.ijchart.xychart.shape.TextAndPointerChartShape
- 在区域drawArea中显示文字text.
- TextDirection - Class in com.ijchart.xychart.constant
- Title: IJChart
- TextPosition - Class in com.ijchart.xychart.constant
- Title: IJChart
- TextTitle - Class in com.ijchart.xychart.title
- Title: IJChart
- TextTitle(String) -
Constructor for class com.ijchart.xychart.title.TextTitle
- 构造器.
- TextTitle(String, Font) -
Constructor for class com.ijchart.xychart.title.TextTitle
- 构造器.
- TextTitle(String, Font, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) -
Constructor for class com.ijchart.xychart.title.TextTitle
- 构造器.
- TextUtil - Class in com.ijchart.xychart.util
- Title: IJChart
- TextUtil() -
Constructor for class com.ijchart.xychart.util.TextUtil
-
- tickLabels -
Variable in class com.ijchart.xychart.axis.value.NumberValueAxis
- 格式化后的刻度值.
- tickUnit -
Variable in class com.ijchart.xychart.axis.value.NumberValueAxis
- 用于产生坐标轴上的刻度值.
- TITLE_SHAPE -
Static variable in class com.ijchart.xychart.constant.ChartShapeDrawType
- 一个标题图形.
- titleChanged(TitleChangeEvent) -
Method in class com.ijchart.xychart.client.IJChart
- 收到title发生变化的事件.
- titleChanged(TitleChangeEvent) -
Method in interface com.ijchart.xychart.listener.ITitleChangeListener
- 收到title发生变化的事件.
- TitleChangeEvent - Class in com.ijchart.xychart.event
- Title: IJChart
- TitleChangeEvent(ITitle) -
Constructor for class com.ijchart.xychart.event.TitleChangeEvent
- 构造一个新的对象.
- TitleShapeCollection - Class in com.ijchart.xychart.chartinfo
- Title: IJChart
- TitleShapeCollection() -
Constructor for class com.ijchart.xychart.chartinfo.TitleShapeCollection
- 构造器.
- toLabelText(int) -
Method in class com.ijchart.xychart.data.group.AbstractGroupChartData
- 返回标签字符串.
- TOP -
Static variable in class com.ijchart.xychart.constant.VerticalAlignment
- 顶对齐.
- TOP -
Static variable in class com.ijchart.xychart.ui.Align
- 顶端对齐.
- TOP -
Static variable in class com.ijchart.xychart.ui.RectangleEdge
- 上边界.
- TOP_LEFT -
Static variable in class com.ijchart.xychart.ui.Align
- 顶端/左端对齐.
- TOP_OR_LEFT -
Static variable in class com.ijchart.xychart.constant.AxisLocation
- 坐标轴在顶端或左边.
- TOP_RIGHT -
Static variable in class com.ijchart.xychart.ui.Align
- 顶端/右端对齐.
- toString() -
Method in class com.ijchart.xychart.annotation.AbstractTextAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.CategoryLineAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.CategoryTextAndPointerAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.CategoryTextAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.XYImageAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.XYLineAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.XYPointerAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.XYShapeAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.annotation.XYTextAnnotation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.AxisSpace
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.category.CategoryAxis3D
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.BoxAndWhiskerValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.ErrorValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.IntervalValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.IntervalXNumberYBaseValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis3D
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.OHLCValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.Stacked3DNumberValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.axis.value.WaterfallNumberValueAxis
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.AnnotationShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.AxisShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.ChartShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.LegendShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.PlotShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.RenderShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.chartinfo.TitleShapeCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.AreaRenderEndType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.AxisLabelType
- 事件的名称.
- toString() -
Method in class com.ijchart.xychart.constant.AxisLocation
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.ChartChangeEventType
- 事件的名称.
- toString() -
Method in class com.ijchart.xychart.constant.ChartOrientation
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.ChartShapeDrawType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.DataBackgroundShapeDrawType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.DatasetSlidingType
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.DateTickUnitType
- 事件的名称.
- toString() -
Method in class com.ijchart.xychart.constant.Direction
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.GradientPaintTransformType
- Returns a string representing the object
- toString() -
Method in class com.ijchart.xychart.constant.GranttDrawType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.HistogramType
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.HorizontalAlignment
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.ImageType
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.KeyValueComparatorType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.LegendTitlePosition
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.LegendType
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.LengthAdjustmentType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.MeterShapeType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.PlotType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.RenderDrawOrder
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.Rotation
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.ShapeType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.SortType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.TextAnchor
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.TextDirection
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.TextPosition
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.constant.TransformShapeType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.UnitType
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.ValueAxisOffsetType
- 名称
- toString() -
Method in class com.ijchart.xychart.constant.VerticalAlignment
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.constant.XYValueAxisType
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.data.AbstractChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.BoxAndWhiskerData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.DateChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.DateNumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.ErrorChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.GranttChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.group.AbstractGroupChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.IntervalChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.IntervalXBoxAndWhiskerData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.IntervalXNumberYBaseChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.IntervalXYNumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.NumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.OHLCChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.StartEndNumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.StatisticalChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.VectorChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.WindChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.XYNumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.XYZNumberChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.data.YIntervalChartData
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.dataset.data.KeyValuePair
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.dataset.SlidingDataset
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.event.ChartChangeEvent
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.AppendFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.DateFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.IntervalXNumberYBaseChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.IntervalXYNumberChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.MillisecondsToDateFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.NumberChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.NumberFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.NumberGroupChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.ReplaceFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.StatisticalChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.function.LineFunction
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.function.NormalDistributionFunction
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.function.PowerFunction
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.label.DefaultLabelGenerator
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.label.DefaultPieChartLabelGenerator
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.marker.AbstractMarker
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.plot.Category3DPlot
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.plot.NoAxisPlot
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.plot.XYPlot
- 覆盖toString()方法.
- toString() -
Method in class com.ijchart.xychart.range.DateRange
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.range.NumberRange
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.AbstractRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.AbstractWithAxisRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.AbstractCategoryRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.AreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.Bar2DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.Bar3DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.BoxAndWhiskerRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.CylinderRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.GranttRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.IntervalBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.LayeredBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.LevelRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.Line3DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.LineAndShapeRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.MinMaxRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.outlier.Outlier
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierListCollection
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StackedAreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StackedBar3DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StackedBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StatisticalBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StatisticalLineRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.StepRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.category.WaterfallBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.AbstractNoAxisRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelDistributor
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.pie.PieLabelRecord
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.PieRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.PolarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.noaxis.SpiderWebRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.paint.GrayPaintScale
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.paint.LookupPaintScale
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.AbstractXYAreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.AbstractXYRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.DeviationRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.HighLowRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.IntervalXNumberYBaseBar2DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.StockRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.VectorRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.WindRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYAreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYBlockRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYBoxAndWhiskerRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYBubbleRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYDifferenceRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYDotRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYErrorRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYIntervalBar2DRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYShapeRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYStackedAreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYStackedBarRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYStackedStepAreaRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.XYStepLineRender
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.render.xy.YIntervalRenderer
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.shape.AbstractRectangleTextChartShape
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.tickunit.DoubleTickUnit
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.tickunit.LogTickUnit
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.tickunit.LongTickUnit
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.tooltip.DefaultTooltipGenerator
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.Align
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.DefaultEffect3D
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.Layer
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.Rectangle
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.RectangleEdge
- 覆盖toString方法.
- toString() -
Method in class com.ijchart.xychart.ui.RectangleInsets
- 覆盖toString方法.
- transform(GradientPaint, Shape) -
Method in class com.ijchart.xychart.ui.DefaultGradientPaintTransformer
- 进行
GradientPaint 变换.
- transformedShape -
Variable in class com.ijchart.xychart.shape.AbstractChartShape
- 用于计算是否包含某个点的图形.
- TransformShapeType - Class in com.ijchart.xychart.constant
- Title: IJChart
- translate(double, double) -
Method in class com.ijchart.xychart.chartinfo.AbstractShapeCollection
- 移动所有图形(axisLine3DShape除外)的原点到点(x,y).
- translateMarkerShapes() -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 对于3D类型的chart,需要移动marker图形.
- translateScreenToJava2D(Point2D) -
Method in class com.ijchart.xychart.client.ChartPanel
- 转换屏幕坐标为java坐标.
- translateShapeByPath(Shape, float, float) -
Static method in class com.ijchart.xychart.util.GraphicsUtil
- 把图形的每个点的坐标偏移(-translateX,-translateY).
- translateShapeByTransform(Shape, float, float) -
Static method in class com.ijchart.xychart.util.GraphicsUtil
- 把图形的每个点的坐标偏移(-translateX,-translateY).
- trim(Rectangle2D) -
Method in class com.ijchart.xychart.axis.AxisSpace
- 用本对象去缩小矩形区域area.
- trim(Rectangle2D, double) -
Method in class com.ijchart.xychart.ui.RectangleEdge
- 根据edge去掉矩形的某一边len长度.
- trim(Rectangle2D) -
Method in class com.ijchart.xychart.ui.RectangleInsets
- 把area的空白去掉.
- trimHeight(double) -
Method in class com.ijchart.xychart.ui.RectangleInsets
- Trims the given height to allow for the insets.
- trimWidth(double) -
Method in class com.ijchart.xychart.ui.RectangleInsets
- Trims the given width to allow for the insets.
- TRUNCATE -
Static variable in class com.ijchart.xychart.constant.AreaRenderEndType
- 第一个或最后一个值被截断.
U
- uniqueXValues -
Variable in class com.ijchart.xychart.render.xy.AbstractXYAreaRender
- 数据集中所有数据的x值.
- UnitType - Class in com.ijchart.xychart.constant
- Title: IJChart
- updateAveragedOutlier() -
Method in class com.ijchart.xychart.render.category.outlier.OutlierList
- 更新平均值outlier集合.
V
- valueAxes -
Variable in class com.ijchart.xychart.plot.AbstractAxisPlot
- 用于存储value坐标轴.
- ValueAxisOffsetType - Class in com.ijchart.xychart.constant
- Title: IJChart
- ValueMarker - Class in com.ijchart.xychart.marker
- Title: IJChart
- ValueMarker(double) -
Constructor for class com.ijchart.xychart.marker.ValueMarker
- 创建一个新的marker对象.
- ValueMarker(double, Paint) -
Constructor for class com.ijchart.xychart.marker.ValueMarker
- 创建一个新的marker对象.
- ValueMarker(double, Paint, Paint, Stroke, float) -
Constructor for class com.ijchart.xychart.marker.ValueMarker
- 创建一个新的marker对象.
- valueTicks -
Variable in class com.ijchart.xychart.axis.value.NumberValueAxis
- 刻度值对应的数字值.
- valueToAngle(double) -
Method in class com.ijchart.xychart.render.noaxis.MeterRender
- 把值转化为角度.
- valueToJava2D(Rectangle2D, RectangleEdge, double, boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 计算某个值对应的数据区的坐标位置,须在IAxis.draw()方法之后调用.
- valueToJava2D(Rectangle2D, RectangleEdge, double, boolean, boolean) -
Method in class com.ijchart.xychart.axis.value.AbstractValueAxis
- 计算某个值对应的数据区的坐标位置,须在IAxis.draw()方法之后调用.
- valueToJava2D(Rectangle2D, RectangleEdge, double, boolean) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 计算某个值对应的数据区的坐标位置,须在IAxis.draw()方法之后调用.
- valueToJava2D(Rectangle2D, RectangleEdge, double, boolean, boolean) -
Method in class com.ijchart.xychart.axis.value.NumberValueAxis
- 计算某个值对应的数据区的坐标位置,须在IAxis.draw()方法之后调用.
- VectorChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- VectorChartData(double, double, double, double) -
Constructor for class com.ijchart.xychart.data.VectorChartData
- 构造器.
- VectorChartData(Number, Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.VectorChartData
- 构造器.
- VectorRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- VectorRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.VectorRender
- 构造器.
- VERTICAL -
Static variable in class com.ijchart.xychart.constant.ChartOrientation
- 垂直方向.
- VERTICAL -
Static variable in class com.ijchart.xychart.constant.Direction
- 垂直方向.
- VERTICAL -
Static variable in class com.ijchart.xychart.constant.GradientPaintTransformType
- 垂直扩展.
- VERTICAL -
Static variable in class com.ijchart.xychart.constant.GranttDrawType
- 底对齐.
- VERTICAL -
Static variable in class com.ijchart.xychart.constant.TextDirection
- 垂直方向.
- VerticalAlignment - Class in com.ijchart.xychart.constant
- Title: IJChart
- VERY_DARK_BLUE -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark blue color.
- VERY_DARK_CYAN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark cyan color.
- VERY_DARK_GREEN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark green color.
- VERY_DARK_MAGENTA -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark magenta/purple color.
- VERY_DARK_RED -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark red color.
- VERY_DARK_YELLOW -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very dark yellow color.
- VERY_LIGHT_BLUE -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very light blue color.
- VERY_LIGHT_CYAN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- Aa very light cyan color.
- VERY_LIGHT_GREEN -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very light green color.
- VERY_LIGHT_MAGENTA -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very light magenta color.
- VERY_LIGHT_RED -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very light red color.
- VERY_LIGHT_YELLOW -
Static variable in class com.ijchart.xychart.constant.ChartColor
- A very light yellow color.
W
- WaterfallBarRender - Class in com.ijchart.xychart.render.category
- Title: IJChart
- WaterfallBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.category.WaterfallBarRender
- 构造器.
- WaterfallBarRender(IMatrixDataset, Paint, Paint, Paint, Paint) -
Constructor for class com.ijchart.xychart.render.category.WaterfallBarRender
- 构造器.
- WaterfallNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- WaterfallNumberValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.WaterfallNumberValueAxis
- 由数据集构造对象.
- WaterfallNumberValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.WaterfallNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- WebChart - Class in com.ijchart.xychart.web
- Title: IJChart
- WebChart(HttpServletRequest, IJChart) -
Constructor for class com.ijchart.xychart.web.WebChart
- 构造器.
- WebChart(HttpServletRequest, IJChart, int, int) -
Constructor for class com.ijchart.xychart.web.WebChart
- 构造器.
- WEST -
Static variable in class com.ijchart.xychart.ui.Align
- 西边(同左对齐).
- WIDTH_TICK_MARK_AND_TICK_LABEL -
Static variable in class com.ijchart.xychart.axis.AbstractAxis
- 刻度和刻度值之间的距离.
- WindChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- WindChartData(long, double, double) -
Constructor for class com.ijchart.xychart.data.WindChartData
- 构造器.
- WindChartData(Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.WindChartData
- 构造器.
- WindRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- WindRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.WindRender
- 构造器.
- WindValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- WindValueAxis(IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.WindValueAxis
- 由数据集构造对象.
- WindValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.WindValueAxis
- 由数据集构造对象.
- WindValueAxis(String, IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.WindValueAxis
- 由坐标轴标签和数据集构造对象.
- WindValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.WindValueAxis
- 由坐标轴标签和数据集构造对象.
- writeAttributedString(AttributedString, ObjectOutputStream) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化AttributedString对象
- writeHashtablePaint(ObjectOutputStream, Hashtable) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 写hashtable的paint对象.
- writeHashtableStroke(ObjectOutputStream, Hashtable) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 写hashtable的stroke对象.
- writeImage(ObjectOutputStream, Image) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化图片对象
- writePaint(ObjectOutputStream, Paint) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化Paint对象
- writePaintMap(ObjectOutputStream, Map) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 写Map对象到输出流中,Map的每个元素为(Object,Paint).
- writePoint2D(ObjectOutputStream, Point2D) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化Point2D对象
- writeShape(ObjectOutputStream, Shape) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化Shape对象
- writeStroke(ObjectOutputStream, Stroke) -
Static method in class com.ijchart.xychart.util.SerialUtil
- 序列化Stroke对象,此处只处理Stroke的JDK缺省实现类BasicStroke
X
- XY_VALUE_AXIS_X -
Static variable in class com.ijchart.xychart.constant.XYValueAxisType
- X类型的XY数值坐标轴.
- XY_VALUE_AXIS_Y -
Static variable in class com.ijchart.xychart.constant.XYValueAxisType
- y类型的XY数值坐标轴.
- XYAreaRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYAreaRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYAreaRender
- 构造器.
- XYBlockRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYBlockRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYBlockRender
- 构造器.
- XYBlockRender(IMatrixDataset, String) -
Constructor for class com.ijchart.xychart.render.xy.XYBlockRender
- 构造器.
- XYBlockRender(IMatrixDataset, IPaintScale, String) -
Constructor for class com.ijchart.xychart.render.xy.XYBlockRender
- 构造器.
- XYBlockRender(IMatrixDataset, double, double, IPaintScale, String) -
Constructor for class com.ijchart.xychart.render.xy.XYBlockRender
- 构造器.
- XYBoxAndWhiskerRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYBoxAndWhiskerRender(SingleRowDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYBoxAndWhiskerRender
- 构造器.
- XYBubbleRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYBubbleRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYBubbleRender
- 构造器.
- XYBubbleRender(IMatrixDataset, int) -
Constructor for class com.ijchart.xychart.render.xy.XYBubbleRender
- 构造器.
- XYClusteredBar2DRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYClusteredBar2DRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 构造器.
- XYClusteredBar2DRender(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.render.xy.XYClusteredBar2DRender
- 构造器.
- XYDifferenceRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYDifferenceRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYDifferenceRender
- 构造器.
- XYDifferenceRender(IMatrixDataset, Paint, Paint) -
Constructor for class com.ijchart.xychart.render.xy.XYDifferenceRender
- 构造器.
- XYDotRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYDotRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYDotRender
- 构造器.
- XYDotRender(IMatrixDataset, double, double) -
Constructor for class com.ijchart.xychart.render.xy.XYDotRender
- 构造器.
- XYErrorRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYErrorRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYErrorRender
- 构造器.
- XYImageAnnotation - Class in com.ijchart.xychart.annotation
- Title: IJChart
- XYImageAnnotation(double, double, Image) -
Constructor for class com.ijchart.xychart.annotation.XYImageAnnotation
- 根据x坐标和y坐标确定图片的位置.
- XYImageAnnotation(double, double, Image, int, int) -
Constructor for class com.ijchart.xychart.annotation.XYImageAnnotation
- 根据x坐标和y坐标确定图片的位置.
- XYIntervalBar2DRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYIntervalBar2DRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYIntervalBar2DRender
- 构造器.
- XYLineAndShapeRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYLineAndShapeRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYLineAndShapeRender
- 构造器.
- XYLineAnnotation - Class in com.ijchart.xychart.annotation
- Title: IJChart
- XYLineAnnotation(double, double, double, double) -
Constructor for class com.ijchart.xychart.annotation.XYLineAnnotation
- 绘制从起点(startX,startY)至终点(endX,endY)的直线.
- XYLineAnnotation(double, double, double, double, Paint, Stroke) -
Constructor for class com.ijchart.xychart.annotation.XYLineAnnotation
- 绘制从起点(startX,startY)至终点(endX,endY)的直线.
- XYNUMBER_FORMATTER_TYPE_X -
Static variable in class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 只显示x值.
- XYNUMBER_FORMATTER_TYPE_XY -
Static variable in class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 显示(x,y)值.
- XYNUMBER_FORMATTER_TYPE_Y -
Static variable in class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 只显示y值.
- XYNumberChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- XYNumberChartData(double, double) -
Constructor for class com.ijchart.xychart.data.XYNumberChartData
- 构造器.
- XYNumberChartData(Number, Number) -
Constructor for class com.ijchart.xychart.data.XYNumberChartData
- 构造器.
- XYNumberChartDataFormatter - Class in com.ijchart.xychart.format
- Title: IJChart
- XYNumberChartDataFormatter(String, String, int) -
Constructor for class com.ijchart.xychart.format.XYNumberChartDataFormatter
- 构造器.
- XYNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- XYNumberValueAxis(IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.XYNumberValueAxis
- 由数据集构造对象.
- XYNumberValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.XYNumberValueAxis
- 由数据集构造对象.
- XYNumberValueAxis(String, IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.XYNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- XYNumberValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.XYNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- XYPlot - Class in com.ijchart.xychart.plot
- Title: IJChart
- XYPlot() -
Constructor for class com.ijchart.xychart.plot.XYPlot
- 缺省的构造器.
- XYPointerAnnotation(String, double, double, double) -
Constructor for class com.ijchart.xychart.annotation.XYPointerAnnotation
- 根据x和y值来确定显示注解的位置.
- XYShapeAnnotation - Class in com.ijchart.xychart.annotation
- Title: IJChart
- XYShapeAnnotation(Shape) -
Constructor for class com.ijchart.xychart.annotation.XYShapeAnnotation
- 根据图形的坐标确定注解的位置.
- XYShapeAnnotation(Shape, Paint, Stroke) -
Constructor for class com.ijchart.xychart.annotation.XYShapeAnnotation
- 根据图形的坐标确定注解的位置.
- XYShapeAnnotation(Shape, Paint, Stroke, Paint) -
Constructor for class com.ijchart.xychart.annotation.XYShapeAnnotation
- 根据图形的坐标确定注解的位置.
- XYShapeRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYShapeRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYShapeRender
- 构造器.
- XYShapeRender(IMatrixDataset, String) -
Constructor for class com.ijchart.xychart.render.xy.XYShapeRender
- 构造器.
- XYShapeRender(IMatrixDataset, IPaintScale, String) -
Constructor for class com.ijchart.xychart.render.xy.XYShapeRender
- 构造器.
- XYStackedAreaRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYStackedAreaRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYStackedAreaRender
- 构造器.
- XYStackedBarRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYStackedBarRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYStackedBarRender
- 构造器.
- XYStackedBarRender(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.render.xy.XYStackedBarRender
- 构造器.
- XYStackedStepAreaRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYStackedStepAreaRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYStackedStepAreaRender
- 构造器.
- XYStepLineRender - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- XYStepLineRender(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.XYStepLineRender
- 构造器.
- XYTextAnnotation - Class in com.ijchart.xychart.annotation
- Title: IJChart
- XYTextAnnotation(String, double, double) -
Constructor for class com.ijchart.xychart.annotation.XYTextAnnotation
- 根据x和y值来确定显示注解的位置.
- XYValueAxisType - Class in com.ijchart.xychart.constant
- Title: IJChart
- XYZNumberChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- XYZNumberChartData(double, double, double) -
Constructor for class com.ijchart.xychart.data.XYZNumberChartData
- 构造器.
- XYZNumberChartData(Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.XYZNumberChartData
- 构造器.
- XYZNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- XYZNumberValueAxis(IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.XYZNumberValueAxis
- 由数据集构造对象.
- XYZNumberValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.XYZNumberValueAxis
- 由数据集构造对象.
- XYZNumberValueAxis(String, IMatrixDataset, XYValueAxisType) -
Constructor for class com.ijchart.xychart.axis.value.XYZNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- XYZNumberValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.XYZNumberValueAxis
- 由坐标轴标签和数据集构造对象.
Y
- YIntervalChartData - Class in com.ijchart.xychart.data
- Title: IJChart
- YIntervalChartData(double, double, double, double) -
Constructor for class com.ijchart.xychart.data.YIntervalChartData
- 构造器.
- YIntervalChartData(Number, Number, Number, Number) -
Constructor for class com.ijchart.xychart.data.YIntervalChartData
- 构造器.
- YIntervalRenderer - Class in com.ijchart.xychart.render.xy
- Title: IJChart
- YIntervalRenderer(IMatrixDataset) -
Constructor for class com.ijchart.xychart.render.xy.YIntervalRenderer
- 构造器.
- YIntervalValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- YIntervalValueAxis(IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.YIntervalValueAxis
- 由数据集构造对象.
- YIntervalValueAxis(String, IMatrixDataset, XYValueAxisType, boolean) -
Constructor for class com.ijchart.xychart.axis.value.YIntervalValueAxis
- 由坐标轴标签和数据集构造对象.
Z
- ZERO_RECT -
Static variable in class com.ijchart.xychart.shape.DblHeadMatchstickChartShape
- 大小为0的矩形.
- ZERO_RECT -
Static variable in class com.ijchart.xychart.shape.LineAndShapeChartShape
- 大小为0的矩形.
- ZNumberValueAxis - Class in com.ijchart.xychart.axis.value
- Title: IJChart
- ZNumberValueAxis(IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.ZNumberValueAxis
- 由数据集构造对象.
- ZNumberValueAxis(IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.axis.value.ZNumberValueAxis
- 由数据集构造对象.
- ZNumberValueAxis(String, IMatrixDataset) -
Constructor for class com.ijchart.xychart.axis.value.ZNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- ZNumberValueAxis(String, IMatrixDataset, boolean) -
Constructor for class com.ijchart.xychart.axis.value.ZNumberValueAxis
- 由坐标轴标签和数据集构造对象.
- zoom(Rectangle2D) -
Method in class com.ijchart.xychart.client.ChartPanel
- 缩放选定的区域.
- zoomDomainAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 缩放domain坐标轴.
- zoomDomainAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 缩放domain坐标轴.
- zoomDomainAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in interface com.ijchart.xychart.plot.IZoomable
- 缩放domain坐标轴.
- zoomDomainAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.XYPlot
- 缩放domain坐标轴.
- zoomRange(double, double, boolean) -
Method in class com.ijchart.xychart.range.NumberRange
- 放大数据范围.
- zoomValueAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.AbstractAxisPlot
- 缩放value坐标轴.
- zoomValueAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.AbstractPlot
- 缩放value坐标轴.
- zoomValueAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineCategoryPlot
- 缩放value坐标轴.
- zoomValueAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in class com.ijchart.xychart.plot.combine.AbstractCombineXYPlot
- 缩放value坐标轴.
- zoomValueAxes(Rectangle2D, Rectangle2D, Point2D) -
Method in interface com.ijchart.xychart.plot.IZoomable
- 缩放value坐标轴.
A B C D E F G H I J K L M N O P R S T U V W X Y Z
| |