public interface HSSFShapeContainer extends ShapeContainer<HSSFShape>
| Modifier and Type | Method and Description | 
|---|---|
| void | addShape(HSSFShape shape)add shape to the list of child records | 
| void | clear() | 
| java.util.List<HSSFShape> | getChildren() | 
| int | getX1() | 
| int | getX2() | 
| int | getY1() | 
| int | getY2() | 
| boolean | removeShape(HSSFShape shape)remove first level shapes | 
| void | setCoordinates(int x1,
              int y1,
              int x2,
              int y2)set coordinates of this group relative to the parent | 
java.util.List<HSSFShape> getChildren()
void addShape(HSSFShape shape)
shape - void setCoordinates(int x1,
                    int y1,
                    int x2,
                    int y2)
void clear()
int getX1()
int getY1()
int getX2()
int getY2()
boolean removeShape(HSSFShape shape)
shape - to be removedCopyright 2020 The Apache Software Foundation or its licensors, as applicable.