jxl.write.biff
Class GuttersRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.GuttersRecord
All Implemented Interfaces:
ByteData

class GuttersRecord
extends WritableRecordData

Record which contains the size of the row and column gutters. These are all set to zero by default


Field Summary
private  int colGutter
          The column gutter
private  byte[] data
          The binary data
private  int maxColOutline
          The maximum row outline level for the column gutter
private  int maxRowOutline
          The maximum outline level for the row gutter
private  int rowGutter
          The rowGutter
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
GuttersRecord()
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data for output
 
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, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private byte[] data
The binary data

rowGutter

private int rowGutter
The rowGutter

colGutter

private int colGutter
The column gutter

maxRowOutline

private int maxRowOutline
The maximum outline level for the row gutter

maxColOutline

private int maxColOutline
The maximum row outline level for the column gutter
Constructor Detail

GuttersRecord

public GuttersRecord()
Constructor
Method Detail

getData

public byte[] getData()
Gets the binary data for output
Overrides:
getData in class WritableRecordData
Returns:
the binary data