Package loci.poi.hssf.model
Class DrawingManager2
- java.lang.Object
-
- loci.poi.hssf.model.DrawingManager2
-
public class DrawingManager2 extends Object
Provides utilities to manage drawing groups.- Author:
- Glen Stampoultzis (glens at apache.org)
-
-
Constructor Summary
Constructors Constructor Description DrawingManager2(EscherDggRecord dgg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
allocateShapeId(short drawingGroupId)
Allocates new shape id for the new drawing group id.EscherDgRecord
createDgRecord()
EscherDggRecord
getDgg()
-
-
-
Constructor Detail
-
DrawingManager2
public DrawingManager2(EscherDggRecord dgg)
-
-
Method Detail
-
createDgRecord
public EscherDgRecord createDgRecord()
-
allocateShapeId
public int allocateShapeId(short drawingGroupId)
Allocates new shape id for the new drawing group id.- Returns:
- a new shape id.
-
getDgg
public EscherDggRecord getDgg()
-
-