Package loci.poi.hssf.record
Class DrawingGroupRecord
- java.lang.Object
-
- loci.poi.hssf.record.Record
-
- loci.poi.hssf.record.AbstractEscherHolderRecord
-
- loci.poi.hssf.record.DrawingGroupRecord
-
public class DrawingGroupRecord extends AbstractEscherHolderRecord
-
-
Field Summary
Fields Modifier and Type Field Description static short
sid
-
Constructor Summary
Constructors Constructor Description DrawingGroupRecord()
DrawingGroupRecord(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRawDataSize()
protected String
getRecordName()
int
getRecordSize()
Size of record (including 4 byte headers for all sections)short
getSid()
return the non static version of the id for this record.int
serialize(int offset, byte[] data)
called by the class that is responsible for writing this sucker.-
Methods inherited from class loci.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, clone, decode, fillFields, getEscherRecord, getEscherRecords, getRawData, join, processContinueRecord, setRawData, toString, validateSid
-
Methods inherited from class loci.poi.hssf.record.Record
isInValueSection, isValue, serialize
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DrawingGroupRecord
public DrawingGroupRecord()
-
DrawingGroupRecord
public DrawingGroupRecord(RecordInputStream in)
-
-
Method Detail
-
getRecordName
protected String getRecordName()
- Specified by:
getRecordName
in classAbstractEscherHolderRecord
-
getSid
public short getSid()
Description copied from class:Record
return the non static version of the id for this record.- Specified by:
getSid
in classAbstractEscherHolderRecord
-
serialize
public int serialize(int offset, byte[] data)
Description copied from class:Record
called by the class that is responsible for writing this sucker. Subclasses should implement this so that their data is passed back in a byte array.- Overrides:
serialize
in classAbstractEscherHolderRecord
- Parameters:
offset
- to begin writing atdata
- byte array containing instance data- Returns:
- number of bytes written
-
getRecordSize
public int getRecordSize()
Size of record (including 4 byte headers for all sections)- Overrides:
getRecordSize
in classAbstractEscherHolderRecord
-
getRawDataSize
public int getRawDataSize()
-
-