jxl.read.biff
Class MsoDrawingRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MsoDrawingRecord

public class MsoDrawingRecord
extends RecordData

A record which merely holds the MSODRAWING data. Used when copying files which contain images


Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) MsoDrawingRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
 Record getRecord()
          Expose the protected function to the SheetImpl in this package
 
Methods inherited from class jxl.biff.RecordData
getCode
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MsoDrawingRecord

MsoDrawingRecord(Record t)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

getRecord

public Record getRecord()
Expose the protected function to the SheetImpl in this package
Overrides:
getRecord in class RecordData
Returns:
the raw record data