|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.render.util.Shape3DSortUtil
public class Shape3DSortUtil
Title: IJChart
Description: a chart library for the Java(tm) platform.
A util class for sort 3d shape.Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
Shape3DSortUtil()
A constructor. |
Method Summary | |
---|---|
void |
addShape(double position,
IChartShape shape)
Add a shape. |
void |
clearShapes()
Clear all shapes. |
java.util.List |
getAllShapes()
Returns all shapes. |
void |
sort()
Sort all shapes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shape3DSortUtil()
Method Detail |
---|
public void addShape(double position, IChartShape shape)
position
- double
The shape position.shape
- IChartShape
A shape (null permitted).public void clearShapes()
public void sort()
public java.util.List getAllShapes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |