Uses of Class
org.apache.poi.hssf.model.DrawingManager2

Packages that use DrawingManager2
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of DrawingManager2 in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return DrawingManager2
 DrawingManager2 Workbook.getDrawingManager()
           
 

Methods in org.apache.poi.hssf.model with parameters of type DrawingManager2
 int Sheet.aggregateDrawingRecords(DrawingManager2 drawingManager, boolean createIfMissing)
          Finds the DrawingRecord for our sheet, and attaches it to the DrawingManager (which knows about the overall DrawingGroup for our workbook).
 

Uses of DrawingManager2 in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record with parameters of type DrawingManager2
static EscherAggregate EscherAggregate.createAggregate(java.util.List records, int locFirstDrawingRecord, DrawingManager2 drawingManager)
          Collapses the drawing records into an aggregate.
 

Constructors in org.apache.poi.hssf.record with parameters of type DrawingManager2
EscherAggregate(DrawingManager2 drawingManager)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.