jxl.biff.drawing
Class MsoDrawingGroupRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.biff.WritableRecordData
          extended byjxl.biff.drawing.MsoDrawingGroupRecord
All Implemented Interfaces:
ByteData

public class MsoDrawingGroupRecord
extends WritableRecordData


Field Summary
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
MsoDrawingGroupRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
 byte[] getData()
          Expose the protected function to the SheetImpl in this package
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsoDrawingGroupRecord

public MsoDrawingGroupRecord(Record t)
Constructs this object from the raw data

Parameters:
t - the raw data
Method Detail

getData

public byte[] getData()
Expose the protected function to the SheetImpl in this package

Specified by:
getData in class WritableRecordData
Returns:
the raw record data