Package org.apache.poi.ddf
Class EscherDggRecord.FileIdCluster
- java.lang.Object
-
- org.apache.poi.ddf.EscherDggRecord.FileIdCluster
-
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
- EscherDggRecord
public static class EscherDggRecord.FileIdCluster extends Object implements GenericRecord
-
-
Constructor Summary
Constructors Constructor Description FileIdCluster(int drawingGroupId, int numShapeIdsUsed)
FileIdCluster(EscherDggRecord.FileIdCluster other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDrawingGroupId()
Map<String,Supplier<?>>
getGenericProperties()
int
getNumShapeIdsUsed()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
FileIdCluster
public FileIdCluster(EscherDggRecord.FileIdCluster other)
-
FileIdCluster
public FileIdCluster(int drawingGroupId, int numShapeIdsUsed)
-
-
Method Detail
-
getDrawingGroupId
public int getDrawingGroupId()
-
getNumShapeIdsUsed
public int getNumShapeIdsUsed()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-