jxl.read.biff
Class SCLRecord

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

class SCLRecord
extends RecordData

Class containing the zoom factor for display


Field Summary
private  int denominator
          The denominator of the zoom
private  int numerator
          The numerator of the zoom
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
protected SCLRecord(Record r)
          Constructs this record from the raw data
 
Method Summary
 int getZoomFactor()
          Accessor for the zoom factor
 
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

numerator

private int numerator
The numerator of the zoom

denominator

private int denominator
The denominator of the zoom
Constructor Detail

SCLRecord

protected SCLRecord(Record r)
Constructs this record from the raw data
Method Detail

getZoomFactor

public int getZoomFactor()
Accessor for the zoom factor
Returns:
the zoom factor as the nearest integer percentage