Interface ShapeContainer<T extends Shape>

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

public interface ShapeContainer<T extends Shape> extends Iterable<T>
A common interface for shape groups.
Since:
POI 3.16-beta2