Package loci.poi.hssf.model
Class DrawingManager2
java.lang.Object
loci.poi.hssf.model.DrawingManager2
Provides utilities to manage drawing groups.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintallocateShapeId(short drawingGroupId) Allocates new shape id for the new drawing group id.getDgg()
-
Constructor Details
-
DrawingManager2
-
-
Method Details
-
createDgRecord
-
allocateShapeId
public int allocateShapeId(short drawingGroupId) Allocates new shape id for the new drawing group id.- Returns:
- a new shape id.
-
getDgg
-