|
|||||||||
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.category.AbstractCategoryRender
com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender
com.ijchart.xychart.render.category.Bar2DRender
com.ijchart.xychart.render.category.Bar3DRender
public class Bar3DRender
Title: IJChart
Description: a chart library for the Java(tm) platform.
Draw 3D bar shapes.Copyright: Copyright (c) 2013
Company:
Field Summary |
---|
Fields inherited from class com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender |
---|
DEFAULT_BASE_VALUE |
Fields inherited from class com.ijchart.xychart.render.category.AbstractCategoryRender |
---|
DEFAULT_ITEM_MARGIN, DEFAULT_MAXIMUM_BAR_WIDTH, DEFAULT_MINIMUM_BAR_WIDTH |
Constructor Summary | |
---|---|
Bar3DRender(IEffect3D effect3D,
IMatrixDataset dataset)
constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
protected IChartShape |
createItemShapeOnly(java.awt.geom.Rectangle2D rect,
java.lang.String text,
java.lang.Object appendParam)
Create a shape with no attribute specified. |
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object. |
IEffect3D |
getEffect3D()
The IEffect3D object. |
int |
hashCode()
Returns a hash code value for the object. |
void |
setEffect3D(IEffect3D effect3D)
Sets the IEffect3D object and sends a RenderChangeEvent to all registered listeners. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.ijchart.xychart.render.category.Bar2DRender |
---|
drawAllItems |
Methods inherited from class com.ijchart.xychart.render.category.AbstractBaseValueCategoryRender |
---|
getBaseValue, setBaseValue |
Methods inherited from class com.ijchart.xychart.render.category.AbstractCategoryRender |
---|
addAnnotation, createCategoryMarkerShape, drawAllAnnotation, drawCategoryMarker, getAllAnnotations, getItemMargin, getMaximumBarWidth, getMinimumBarWidth, removeAllAnnotation, setItemMargin, setMaximumBarWidth, setMinimumBarWidth |
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 Bar3DRender(IEffect3D effect3D, IMatrixDataset dataset)
effect3D
- IEffect3D
The IEffect3D object (null not permitted).dataset
- IMatrixDataset
The dataset (null not permitted).Method Detail |
---|
public IEffect3D getEffect3D()
public void setEffect3D(IEffect3D effect3D)
RenderChangeEvent
to all registered listeners.
effect3D
- IEffect3D
The IEffect3D object.protected IChartShape createItemShapeOnly(java.awt.geom.Rectangle2D rect, java.lang.String text, java.lang.Object appendParam)
createItemShapeOnly
in class AbstractRender
rect
- Rectangle2D
The bar rectangle (null not permitted).text
- String
The text (null permitted).appendParam
- Object
The append parameter,used for special propose (null permitted).
public boolean equals(java.lang.Object obj)
equals
in class Bar2DRender
obj
- the object (null permitted).
public int hashCode()
hashCode
in class Bar2DRender
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Bar2DRender
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 Bar2DRender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |