|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
protected static interface Shape3D.ProjectableShape<ChartProjector extends Projector>
| Modifier and Type | Method and Description |
|---|---|
Shape3D.ProjectableShape<Projector3D> |
clone()
Retrieves a clone of this shape. |
void |
dispose()
Clears the object |
java.awt.Shape |
getShape()
Returns the swing Shape |
void |
project(ChartProjector projector)
Projects all the points of the shape |
void |
transform(Transformation3D tf,
double anchorX,
double anchorY,
double anchorZ)
Transforms all the points of the shape |
| Method Detail |
|---|
void project(ChartProjector projector)
projector - projector
void transform(Transformation3D tf,
double anchorX,
double anchorY,
double anchorZ)
tf - transformation matrixanchorX - x anchor point for transformationanchorY - y anchor point for transformationvoid dispose()
java.awt.Shape getShape()
Shape3D.ProjectableShape<Projector3D> clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||