public class GeometrySection extends XDGFSection
_cells, _containingSheet, _section| Constructor and Description |
|---|
GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section,
XDGFSheet containingSheet) |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends SortedMap<Long,T>> |
combineGeometries(S map1,
S map2) |
Iterable<GeometryRow> |
getCombinedRows() |
Boolean |
getNoShow() |
Path2D.Double |
getPath(XDGFShape parent) |
void |
setupMaster(XDGFSection master) |
getXmlObject, load, toStringpublic GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section,
XDGFSheet containingSheet)
public void setupMaster(XDGFSection master)
setupMaster in class XDGFSectionpublic Boolean getNoShow()
@Internal public static <T,S extends SortedMap<Long,T>> Collection<T> combineGeometries(S map1, S map2)
public Iterable<GeometryRow> getCombinedRows()
public Path2D.Double getPath(XDGFShape parent)