public interface HSSFShapeContainer extends Iterable<HSSFShape>
Modifier and Type | Method and Description |
---|---|
void |
addShape(HSSFShape shape)
add shape to the list of child records
|
void |
clear() |
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
|
forEach, iterator, spliterator
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. All rights reserved.