Package 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