Uses of Class
org.apache.poi.hslf.model.ShapeGroup

Packages that use ShapeGroup
org.apache.poi.hslf.model   
 

Uses of ShapeGroup in org.apache.poi.hslf.model
 

Subclasses of ShapeGroup in org.apache.poi.hslf.model
 class Table
          Represents a table in a PowerPoint presentation
 

Methods in org.apache.poi.hslf.model that return ShapeGroup
static ShapeGroup ShapeFactory.createShapeGroup(org.apache.poi.ddf.EscherContainerRecord spContainer, Shape parent)
           
 ShapeGroup PPGraphics2D.getShapeGroup()
           
 

Constructors in org.apache.poi.hslf.model with parameters of type ShapeGroup
PPGraphics2D(ShapeGroup group)
          Construct Java Graphics object which translates graphic calls in ppt drawing layer.