|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.SCLRecord
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 |
|
Field Detail |
private int numerator
private int denominator
Constructor Detail |
protected SCLRecord(Record r)
Method Detail |
public int getZoomFactor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |