HSSFSimpleShapepublic class HSSFSimpleShape extends HSSFShape Represents a simple shape such as a line, rectangle or oval. |
Fields Summary |
---|
public static final short | OBJECT_TYPE_LINE | public static final short | OBJECT_TYPE_RECTANGLE | public static final short | OBJECT_TYPE_OVAL | public static final short | OBJECT_TYPE_PICTURE | public static final short | OBJECT_TYPE_COMMENT | int | shapeType |
Constructors Summary |
---|
HSSFSimpleShape(HSSFShape parent, HSSFAnchor anchor)
super( parent, anchor );
|
Methods Summary |
---|
public int | getShapeType()Gets the shape type. return shapeType;
| public void | setShapeType(int shapeType)Sets the shape types. this.shapeType = shapeType;
|
|