Constructor and Description |
---|
XSSFView3D(XSSFChart chart)
Create a new SpreadsheetML chart legend
|
Modifier and Type | Method and Description |
---|---|
int |
getDepthPercent() |
int |
getHPercent() |
int |
getPerspective() |
int |
getRotX() |
int |
getRotY() |
boolean |
isRightAngleAxes() |
void |
setDepthPercent(int percent) |
void |
setHPercent(int percent) |
void |
setPerspective(int perspective) |
void |
setRightAngleAxes(boolean b) |
void |
setRotX(int rotX) |
void |
setRotY(int rotY) |
public XSSFView3D(XSSFChart chart)
public int getRotX()
public void setRotX(int rotX)
public int getRotY()
public void setRotY(int rotY)
public int getPerspective()
public void setPerspective(int perspective)
public int getHPercent()
public void setHPercent(int percent)
public int getDepthPercent()
public void setDepthPercent(int percent)
public boolean isRightAngleAxes()
public void setRightAngleAxes(boolean b)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.