|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HSSFShapeContainer
An interface that indicates whether a class can contain children.
Method Summary | |
---|---|
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 |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
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 removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |