org.apache.poi.xdgf.usermodel.section
Class GeometrySection

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.section.XDGFSection
      extended by org.apache.poi.xdgf.usermodel.section.GeometrySection

public class GeometrySection
extends XDGFSection


Field Summary
 
Fields inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
_cells, _containingSheet, _section
 
Constructor Summary
GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class XDGFSection

getNoShow

public java.lang.Boolean getNoShow()

getCombinedRows

public java.lang.Iterable<GeometryRow> getCombinedRows()

getPath

public java.awt.geom.Path2D.Double getPath(XDGFShape parent)