|
|||||||||
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
com.ijchart.xychart.render.category.CylinderRender
public class CylinderRender
Title: IJChart
Description: a chart library for the Java(tm) platform.
Draw cylinder 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 | |
---|---|
CylinderRender(IEffect3D effect3D,
IMatrixDataset dataset,
ChartOrientation chartOrientation)
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. |
ChartOrientation |
getChartOrientation()
Returns the orientation of the plot. |
int |
hashCode()
Returns a hash code value for the object. |
void |
setOrientation(ChartOrientation chartOrientation)
Sets the orientation for the plot 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.Bar3DRender |
---|
getEffect3D, setEffect3D |
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 CylinderRender(IEffect3D effect3D, IMatrixDataset dataset, ChartOrientation chartOrientation)
effect3D
- IEffect3D
The IEffect3D object (null not permitted).dataset
- IMatrixDataset
The dataset (null not permitted).chartOrientation
-
The chart orientation (null not permitted).Method Detail |
---|
public ChartOrientation getChartOrientation()
public void setOrientation(ChartOrientation chartOrientation)
RenderChangeEvent
to
all registered listeners.
chartOrientation
- ChartOrientation
The orientation (null not permitted).protected IChartShape createItemShapeOnly(java.awt.geom.Rectangle2D rect, java.lang.String text, java.lang.Object appendParam)
createItemShapeOnly
in class Bar3DRender
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 Bar3DRender
obj
- the object (null permitted).
public int hashCode()
hashCode
in class Bar3DRender
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Bar3DRender
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 Bar3DRender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |