|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.engine.Projector3D
public abstract class Projector3D extends java.lang.Object implements Projector
3D projector maps Point3D objects into the specified projection area.
| Modifier and Type | Field and Description |
|---|---|
protected double |
elevation
|
protected double |
rotation
|
| Constructor and Description |
|---|
Projector3D()
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this projector |
double |
getElevationAngle()
Returns a YZ plane rotation angle |
double |
getRotationAngle()
Returns a XY plane rotation angle |
void |
setElevationAngle(double angle)
Sets a YZ plane rotation angle |
void |
setRotationAngle(double angle)
Sets a XY plane rotation angle |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.chart.engine.Projector |
|---|
getProjectionArea, getProjectionAreaReference, prepare, project, project, project, setProjectionArea |
| Field Detail |
|---|
protected double rotation
protected double elevation
| Constructor Detail |
|---|
public Projector3D()
| Method Detail |
|---|
public java.lang.Object clone()
Projector
clone in interface Projectorclone in class java.lang.Objectpublic void setRotationAngle(double angle)
angle - rotation anglepublic double getRotationAngle()
public void setElevationAngle(double angle)
angle - rotation anglepublic double getElevationAngle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||