jxl.read.biff
Class MarginRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MarginRecord
Direct Known Subclasses:
BottomMarginRecord, LeftMarginRecord, RightMarginRecord, TopMarginRecord

abstract class MarginRecord
extends RecordData

Abstract class containing the margin value for top,left,right and bottom margins


Field Summary
private  double margin
          The size of the margin
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
protected MarginRecord(Type t, Record r)
          Constructs this record from the raw data
 
Method Summary
(package private)  double getMargin()
          Accessor for the margin
 
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

margin

private double margin
The size of the margin
Constructor Detail

MarginRecord

protected MarginRecord(Type t,
                       Record r)
Constructs this record from the raw data
Method Detail

getMargin

double getMargin()
Accessor for the margin
Returns:
the margin