Uses of Class
org.apache.poi.hssf.usermodel.HSSFShapeGroup

Packages that use HSSFShapeGroup
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of HSSFShapeGroup in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFShapeGroup
 HSSFShapeGroup HSSFShapeGroup.createGroup(HSSFChildAnchor anchor)
          Create another group under this group.
 HSSFShapeGroup HSSFPatriarch.createGroup(HSSFClientAnchor anchor)
          Creates a new group record stored under this patriarch.
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFShapeGroup
EscherGraphics(HSSFShapeGroup escherGroup, HSSFWorkbook workbook, java.awt.Color forecolor, float verticalPointsPerPixel)
          Construct an escher graphics object.
 



Copyright © 2003 Apache Software Foundation.