|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.Info3D
public class Info3D
| Field Summary | |
|---|---|
static short |
AUTOSCALING
|
static short |
CLUSTER
|
static short |
PERSPECTIVE
|
static short |
WALLS
|
| Constructor Summary | |
|---|---|
Info3D()
Constructs a Info3D record. |
|
Info3D(short anRot,
short anElev,
short pcHeight,
short pcDepth,
short pcGap)
|
|
| Method Summary | |
|---|---|
short |
getAnElev()
get Elevation angle(-90 to 90 degrees) |
short |
getAnRot()
get Rotation angle(0 to 360) |
short |
getPcDepth()
get Depth of points relative to width |
short |
getPcDist()
get Distance from eye to chart(0 to 100) |
short |
getPcGap()
get Space between series |
short |
getPcHeight()
get Height of plot volume relative to width and depth |
boolean |
isCluster()
get whether 3-D column are clustered or not |
boolean |
isPerspective()
get whether to use perspective transform or not |
boolean |
isScaling()
get whether to use auto scaling or not |
boolean |
isWall()
get whether to use 2D walls and gridlines or not |
void |
setAnElev(short anElev)
set Elevation angle(-90 to 90 degrees) |
void |
setAnRot(short anRot)
set Rotation angle(0 to 360) |
void |
setCluster(boolean b)
set whether 3-D column are clustered or not |
void |
setPcDepth(short pcDepth)
set Depth of points relative to width |
void |
setPcDist(short pcDist)
set Distance from eye to chart(0 to 100) |
void |
setPcGap(short pcGap)
set Space between series |
void |
setPcHeight(short pcHeight)
set Height of plot volume relative to width and depth |
void |
setPerspective(boolean b)
set whether to use perspective transform or not |
void |
setScaling(boolean b)
set whether to use auto scaling or not |
void |
setWall(boolean b)
set whether to use 2D walls and gridlines or not |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short PERSPECTIVE
public static final short CLUSTER
public static final short AUTOSCALING
public static final short WALLS
| Constructor Detail |
|---|
public Info3D()
public Info3D(short anRot,
short anElev,
short pcHeight,
short pcDepth,
short pcGap)
| Method Detail |
|---|
public short getAnRot()
public void setAnRot(short anRot)
anRot - - Rotation angle(0 to 360)public short getAnElev()
public void setAnElev(short anElev)
anElev - - Elevation angle(-90 to 90 degrees)public short getPcDist()
public void setPcDist(short pcDist)
pcDist - - Distance from eye to chart(0 to 100)public short getPcHeight()
public void setPcHeight(short pcHeight)
pcHeight - - Height of plot volume relative to width and depthpublic short getPcDepth()
public void setPcDepth(short pcDepth)
pcDepth - - Depth of points relative to widthpublic short getPcGap()
public void setPcGap(short pcGap)
pcDepth - - Space between seriespublic boolean isPerspective()
public void setPerspective(boolean b)
b - - whether to use perspective transform or notpublic boolean isCluster()
public void setCluster(boolean b)
b - - whether 3-D column are clustered or notpublic boolean isScaling()
public void setScaling(boolean b)
b - - whether to use auto scaling or notpublic boolean isWall()
public void setWall(boolean b)
b - - whether to use 2D walls and gridlines or not
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||