public final class DrawingGroupRecord extends AbstractEscherHolderRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
DrawingGroupRecord() |
DrawingGroupRecord(DrawingGroupRecord other) |
DrawingGroupRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
DrawingGroupRecord |
copy() |
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, toString
cloneViaReserialise, serialize
public static final short sid
public DrawingGroupRecord()
public DrawingGroupRecord(DrawingGroupRecord other)
public DrawingGroupRecord(RecordInputStream in)
protected java.lang.String getRecordName()
getRecordName
in class AbstractEscherHolderRecord
public short getSid()
Record
getSid
in class AbstractEscherHolderRecord
public int serialize(int offset, byte[] data)
RecordBase
serialize
in class AbstractEscherHolderRecord
offset
- to begin writing atdata
- byte array containing instance datapublic void processChildRecords()
public int getRecordSize()
RecordBase
getRecordSize
in class AbstractEscherHolderRecord
public DrawingGroupRecord copy()
copy
in interface Duplicatable
copy
in class AbstractEscherHolderRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.