|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.usermodel.charts.XSSFManualLayout
public final class XSSFManualLayout
Represents a SpreadsheetML manual layout.
| Constructor Summary | |
|---|---|
XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
Create a new SpreadsheetML manual layout. |
|
XSSFManualLayout(XSSFChart chart)
Create a new SpreadsheetML manual layout for chart. |
|
| Method Summary | |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout |
getCTManualLayout()
Return the underlying CTManualLayout bean. |
org.apache.poi.ss.usermodel.charts.LayoutMode |
getHeightMode()
|
double |
getHeightRatio()
|
org.apache.poi.ss.usermodel.charts.LayoutTarget |
getTarget()
|
org.apache.poi.ss.usermodel.charts.LayoutMode |
getWidthMode()
|
double |
getWidthRatio()
|
double |
getX()
|
org.apache.poi.ss.usermodel.charts.LayoutMode |
getXMode()
|
double |
getY()
|
org.apache.poi.ss.usermodel.charts.LayoutMode |
getYMode()
|
void |
setHeightMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
|
void |
setHeightRatio(double ratio)
|
void |
setTarget(org.apache.poi.ss.usermodel.charts.LayoutTarget target)
|
void |
setWidthMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
|
void |
setWidthRatio(double ratio)
|
void |
setX(double x)
|
void |
setXMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
|
void |
setY(double y)
|
void |
setYMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
ctLayout - a Spreadsheet ML layout that should be used as base.public XSSFManualLayout(XSSFChart chart)
chart - a chart to create layout for.| Method Detail |
|---|
public org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout getCTManualLayout()
public void setWidthRatio(double ratio)
setWidthRatio in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic double getWidthRatio()
getWidthRatio in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setHeightRatio(double ratio)
setHeightRatio in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic double getHeightRatio()
getHeightRatio in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic org.apache.poi.ss.usermodel.charts.LayoutTarget getTarget()
getTarget in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setTarget(org.apache.poi.ss.usermodel.charts.LayoutTarget target)
setTarget in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic org.apache.poi.ss.usermodel.charts.LayoutMode getXMode()
getXMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setXMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
setXMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic org.apache.poi.ss.usermodel.charts.LayoutMode getYMode()
getYMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setYMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
setYMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic double getX()
getX in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setX(double x)
setX in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic double getY()
getY in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setY(double y)
setY in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic org.apache.poi.ss.usermodel.charts.LayoutMode getWidthMode()
getWidthMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setWidthMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
setWidthMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic org.apache.poi.ss.usermodel.charts.LayoutMode getHeightMode()
getHeightMode in interface org.apache.poi.ss.usermodel.charts.ManualLayoutpublic void setHeightMode(org.apache.poi.ss.usermodel.charts.LayoutMode mode)
setHeightMode in interface org.apache.poi.ss.usermodel.charts.ManualLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||