|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.render.AbstractRender
com.ijchart.xychart.render.AbstractWithAxisRender
com.ijchart.xychart.render.xy.AbstractXYRender
com.ijchart.xychart.render.xy.XYLineAndShapeRender
com.ijchart.xychart.render.xy.DeviationRender
public class DeviationRender
Title: IJChart
Description: a chart library for the Java(tm) platform.
绘制偏差及XY折线图的图形.Copyright: Copyright (c) 2013
Company:
Field Summary |
---|
Fields inherited from class com.ijchart.xychart.render.xy.XYLineAndShapeRender |
---|
DEFAULT_BASE_ALLOW_DUPLICATE_XVALUE, DEFAULT_BASE_ITEM_AUTO_SORT, DEFAULT_BASE_ITEM_LINE_VISIBLE, DEFAULT_BASE_ITEM_SHAPE_FILLED, DEFAULT_BASE_ITEM_SHAPE_VISIBLE |
Constructor Summary | |
---|---|
DeviationRender(IMatrixDataset dataset)
构造器. |
Method Summary | |
---|---|
java.lang.Object |
clone()
返回克隆的对象. |
void |
drawAllItems(AbstractValueAxis xAxis,
RectangleEdge xAxisEdge,
AbstractValueAxis yAxis,
RectangleEdge yAxisEdge,
java.awt.geom.Rectangle2D dataArea,
ChartOrientation orientation,
RenderShapeCollection renderShapes,
float alpha)
绘制所有的图形. |
boolean |
equals(java.lang.Object obj)
测试两个对象是否相等. |
int |
hashCode()
计算对象的hashcode值. |
java.lang.String |
toString()
覆盖toString方法. |
Methods inherited from class com.ijchart.xychart.render.xy.AbstractXYRender |
---|
addAnnotation, drawAllAnnotation, getAllAnnotations, removeAllAnnotation |
Methods inherited from class com.ijchart.xychart.render.AbstractWithAxisRender |
---|
createItemShape, createValueMarkerShape, drawIntervalValueMarker, drawValueMarker, getValueAxisOffsetType |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeviationRender(IMatrixDataset dataset)
dataset
- IMatrixDataset 数据集 (不可为null).
Method Detail |
---|
public void drawAllItems(AbstractValueAxis xAxis, RectangleEdge xAxisEdge, AbstractValueAxis yAxis, RectangleEdge yAxisEdge, java.awt.geom.Rectangle2D dataArea, ChartOrientation orientation, RenderShapeCollection renderShapes, float alpha)
drawAllItems
in class XYLineAndShapeRender
xAxis
- AbstractValueAxis x数值坐标轴 (不可为null).
xAxisEdge
- RectangleEdge x坐标轴位置(不可为null).
yAxis
- AbstractValueAxis y数值坐标轴 (不可为null).
yAxisEdge
- RectangleEdge y坐标轴位置 (不可为null).
dataArea
- Rectangle2D 数据区域 (不可为null).
orientation
- ChartOrientation 图表的方向 (不可为null).
renderShapes
- RenderShapeCollection render图形集合 (不可为null).
alpha
- float alpha值,须属于闭区间[0.0,1.0].
public boolean equals(java.lang.Object obj)
equals
in class XYLineAndShapeRender
obj
- the object (null permitted).
public int hashCode()
hashCode
in class XYLineAndShapeRender
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class XYLineAndShapeRender
java.lang.CloneNotSupportedException
- if the object's class does not
support the Cloneable interface. Subclasses
that override the clone method can also
throw this exception to indicate that an instance cannot
be cloned.public java.lang.String toString()
toString
in class XYLineAndShapeRender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |