Class GeometrySection
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.XDGFSection
-
- org.apache.poi.xdgf.usermodel.section.GeometrySection
-
public class GeometrySection extends XDGFSection
-
-
Constructor Summary
Constructors Constructor Description GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<GeometryRow>
getCombinedRows()
java.lang.Boolean
getNoShow()
java.awt.geom.Path2D.Double
getPath(XDGFShape parent)
void
setupMaster(XDGFSection master)
-
Methods inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
getXmlObject, load, toString
-
-
-
-
Constructor Detail
-
GeometrySection
public GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
-
-
Method Detail
-
setupMaster
public void setupMaster(XDGFSection master)
- Specified by:
setupMaster
in classXDGFSection
-
getNoShow
public java.lang.Boolean getNoShow()
-
getCombinedRows
public java.lang.Iterable<GeometryRow> getCombinedRows()
-
getPath
public java.awt.geom.Path2D.Double getPath(XDGFShape parent)
-
-