Java org.apache.poi.hssf.usermodel HSSFShapeGroup fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFShapeGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFShapeGroup.

The text is from its open source code.

Method

HSSFPolygoncreatePolygon(HSSFChildAnchor anchor)
Creates a polygon
HSSFSimpleShapecreateShape(HSSFChildAnchor anchor)
Create a new simple shape under this group.
intgetY1()
The top left y coordinate of this group.
intgetY2()
The bottom right y coordinate of this group.
voidsetCoordinates(int x1, int y1, int x2, int y2)
Sets the coordinate space of this group.