|
|||||||||
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.CellValue | +--jxl.read.biff.RKRecord
An individual RK record
Field Summary | |
private static java.text.DecimalFormat |
defaultFormat
The formatter to convert the value into a string |
private java.text.NumberFormat |
format
The java equivalent of the excel format |
private double |
value
The value |
Fields inherited from class jxl.read.biff.CellValue |
column, formattingRecords, initialized, row, sheet, xfIndex |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
RKRecord(Record t,
FormattingRecords fr,
SheetImpl si)
Constructs this object from the raw data |
Method Summary | |
java.lang.String |
getContents()
Returns the contents of this cell as a string |
java.text.NumberFormat |
getNumberFormat()
Gets the NumberFormat used to format this cell. |
CellType |
getType()
Accessor for the cell type |
double |
getValue()
Accessor for the value |
Methods inherited from class jxl.read.biff.CellValue |
getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface jxl.Cell |
getCellFormat, getColumn, getRow, isHidden |
Field Detail |
private double value
private java.text.NumberFormat format
private static java.text.DecimalFormat defaultFormat
Constructor Detail |
public RKRecord(Record t, FormattingRecords fr, SheetImpl si)
t
- the raw datafr
- the available cell formatssi
- the sheetMethod Detail |
public double getValue()
getValue
in interface NumberCell
public java.lang.String getContents()
getContents
in interface Cell
public CellType getType()
getType
in interface Cell
public java.text.NumberFormat getNumberFormat()
getNumberFormat
in interface NumberCell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |