|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.Info3D
public class Info3D
3d chart info
Constructor Summary | |
---|---|
Info3D()
Constructs an Info3D object with the default parameter. |
|
Info3D(short anRot,
short anElev,
short pcHeight,
short pcDepth,
short pcGap)
Constructs an Info3D object with the below parameters: |
Method Summary | |
---|---|
short |
getAnElev()
Gets elevation angle(-90 to 90 degrees). |
short |
getAnRot()
Gets rotation angle(0 to 360). |
short |
getPcDepth()
Gets the depth of points relative to width. |
short |
getPcDist()
Gets the distance from eye to chart(0 to 100). |
short |
getPcGap()
Gets the space between series. |
short |
getPcHeight()
Gets the height of plot volume relative to width and depth. |
boolean |
isCluster()
Gets whether the 3-D columns are clustered or not. |
boolean |
isPerspective()
Gets whether to use perspective transform or not. |
boolean |
isScaling()
Gets whether to use auto scaling or not. |
boolean |
isWall()
Gets whether to use 2D walls and gridlines or not. |
void |
setAnElev(short anElev)
Sets elevation angle(-90 to 90 degrees). |
void |
setAnRot(short anRot)
Sets rotation angle(0 to 360). |
void |
setCluster(boolean b)
Sets whether the 3-D columns are clustered or not. |
void |
setPcDepth(short pcDepth)
Sets the depth of points relative to width. |
void |
setPcDist(short pcDist)
Sets the distance from eye to chart(0 to 100). |
void |
setPcGap(short pcGap)
Sets the space between series. |
void |
setPcHeight(short pcHeight)
Sets the height of plot volume relative to width and depth. |
void |
setPerspective(boolean b)
Sets whether to use perspective transform or not. |
void |
setScaling(boolean b)
Sets whether to use auto scaling or not. |
void |
setWall(boolean b)
Sets 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 |
Constructor Detail |
---|
public Info3D()
Info3D
object with the default parameter.
public Info3D(short anRot, short anElev, short pcHeight, short pcDepth, short pcGap)
Info3D
object with the below parameters:
anRot
- rotation angle(0 to 360)anElev
- elevation angle(-90 to 90 degrees)pcHeight
- height of plot volume relative to width and depthpcDepth
- depth of points relative to widthpcGap
- space between seriesMethod 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)
pcGap
- 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 the 3-D columns 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 |