Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.poi.ddf
Class EscherDggRecord.FileIdCluster  view EscherDggRecord.FileIdCluster download EscherDggRecord.FileIdCluster.java

java.lang.Object
  extended byorg.apache.poi.ddf.EscherDggRecord.FileIdCluster
Enclosing class:
EscherDggRecord

public static class EscherDggRecord.FileIdCluster
extends java.lang.Object


Field Summary
private  int field_1_drawingGroupId
           
private  int field_2_numShapeIdsUsed
           
 
Constructor Summary
EscherDggRecord.FileIdCluster(int drawingGroupId, int numShapeIdsUsed)
           
 
Method Summary
 int getDrawingGroupId()
           
 int getNumShapeIdsUsed()
           
 void incrementShapeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field_1_drawingGroupId

private int field_1_drawingGroupId

field_2_numShapeIdsUsed

private int field_2_numShapeIdsUsed
Constructor Detail

EscherDggRecord.FileIdCluster

public EscherDggRecord.FileIdCluster(int drawingGroupId,
                                     int numShapeIdsUsed)
Method Detail

getDrawingGroupId

public int getDrawingGroupId()

getNumShapeIdsUsed

public int getNumShapeIdsUsed()

incrementShapeId

public void incrementShapeId()