Package org.apache.poi.ss.usermodel
Interface ShapeContainer<T extends Shape>
-
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
Drawing<T>
,HSSFShapeContainer
- All Known Implementing Classes:
HSSFPatriarch
,HSSFShapeGroup
public interface ShapeContainer<T extends Shape> extends Iterable<T>
A common interface for shape groups.- Since:
- POI 3.16-beta2
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-