Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » model » [javadoc | source]
org.apache.poi.hssf.model
public class: DrawingManager [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.model.DrawingManager
Provides utilities to manage drawing groups.
Field Summary
 EscherDggRecord dgg     
 Map dgMap     
Constructor:
 public DrawingManager(EscherDggRecord dgg) 
Method from org.apache.poi.hssf.model.DrawingManager Summary:
allocateShapeId,   createDgRecord,   drawingGroupExists,   findFreeSPIDBlock,   findNewDrawingGroupId,   getDgg
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.model.DrawingManager Detail:
 public int allocateShapeId(short drawingGroupId) 
    Allocates new shape id for the new drawing group id.
 public EscherDgRecord createDgRecord() 
 boolean drawingGroupExists(short dgId) 
 int findFreeSPIDBlock() 
 short findNewDrawingGroupId() 
 public EscherDggRecord getDgg()