public final class DrawingGroupRecord extends AbstractEscherHolderRecord
| Modifier and Type | Field | Description |
|---|---|---|
static short |
sid |
| Constructor | Description |
|---|---|
DrawingGroupRecord() |
|
DrawingGroupRecord(RecordInputStream in) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getRecordName() |
|
int |
getRecordSize() |
gives the current serialized size of the record.
|
short |
getSid() |
return the non static version of the id for this record.
|
void |
processChildRecords() |
Process the bytes into escher records.
|
int |
serialize(int offset,
byte[] data) |
called by the class that is responsible for writing this sucker.
|
addEscherRecord, addEscherRecord, clearEscherRecords, clone, convertRawBytesToEscherRecords, decode, findFirstWithId, getEscherContainer, getEscherRecord, getEscherRecords, getRawData, join, processContinueRecord, setRawData, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneViaReserialise, serializepublic static final short sid
public DrawingGroupRecord()
public DrawingGroupRecord(RecordInputStream in)
protected java.lang.String getRecordName()
getRecordName in class AbstractEscherHolderRecordpublic short getSid()
RecordgetSid in class AbstractEscherHolderRecordpublic int serialize(int offset,
byte[] data)
RecordBaseserialize in class AbstractEscherHolderRecordoffset - to begin writing atdata - byte array containing instance datapublic void processChildRecords()
public int getRecordSize()
RecordBasegetRecordSize in class AbstractEscherHolderRecordCopyright 2018 The Apache Software Foundation or its licensors, as applicable.