org.apache.poi.ss.usermodel
Interface ShapeContainer<T extends Shape>

All Superinterfaces:
java.lang.Iterable<T>
All Known Subinterfaces:
Drawing<T>, HSSFShapeContainer
All Known Implementing Classes:
HSSFPatriarch, HSSFShapeGroup, SXSSFDrawing, XSSFDrawing, XSSFShapeGroup

public interface ShapeContainer<T extends Shape>
extends java.lang.Iterable<T>

A common interface for shape groups.

Since:
POI 3.16-beta2

Method Summary
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.