Class XDDFManualLayout
java.lang.Object
org.apache.poi.xddf.usermodel.chart.XDDFManualLayout
Represents a DrawingML manual layout.
-
Constructor Summary
ConstructorsConstructorDescriptionXDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout) Create a new DrawingML manual layout.XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea ctPlotArea) Create a new DrawingML manual layout for chart. -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoublegetX()protected org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayoutReturn the underlying CTManualLayout bean.getXMode()doublegetY()getYMode()voidvoidsetHeightMode(LayoutMode mode) voidsetHeightRatio(double ratio) voidsetTarget(LayoutTarget target) voidsetWidthMode(LayoutMode mode) voidsetWidthRatio(double ratio) voidsetX(double x) voidsetXMode(LayoutMode mode) voidsetY(double y) voidsetYMode(LayoutMode mode)
-
Constructor Details
-
XDDFManualLayout
public XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout) Create a new DrawingML manual layout.- Parameters:
ctLayout- a DrawingML layout that should be used as base.
-
XDDFManualLayout
public XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea ctPlotArea) Create a new DrawingML manual layout for chart.- Parameters:
ctPlotArea- a chart's plot area to create layout for.
-
-
Method Details
-
getXmlObject
Return the underlying CTManualLayout bean.- Returns:
- the underlying CTManualLayout bean.
-
setExtensionList
-
getExtensionList
-
setWidthRatio
public void setWidthRatio(double ratio) -
getWidthRatio
public double getWidthRatio() -
setHeightRatio
public void setHeightRatio(double ratio) -
getHeightRatio
public double getHeightRatio() -
getTarget
-
setTarget
-
getXMode
-
setXMode
-
getYMode
-
setYMode
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
getWidthMode
-
setWidthMode
-
getHeightMode
-
setHeightMode
-