jxl.biff.drawing
Class NoteRecord

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

public class NoteRecord
extends WritableRecordData

A Note (TXO) record which contains the information for comments


Field Summary
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
NoteRecord(byte[] d)
          Constructor
NoteRecord(int c, int r, int id)
          Constructor used when writing a Note
NoteRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
 byte[] getData()
          Expose the protected function to the SheetImpl in this package
 int getObjectId()
          Accessor for the object id
 
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

NoteRecord

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

Parameters:
t - the raw data

NoteRecord

public NoteRecord(byte[] d)
Constructor

Parameters:
d - the drawing data

NoteRecord

public NoteRecord(int c,
                  int r,
                  int id)
Constructor used when writing a Note

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

getObjectId

public int getObjectId()
Accessor for the object id