|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBiff
jet.report.xls.Blank
jet.report.xls.BNumber
public class BNumber
It is a number cell.
| Constructor Summary | |
|---|---|
BNumber(int row,
int col,
int ixfe,
double value)
Constructs a Number object. |
|
| Method Summary | |
|---|---|
double |
getValue()
Gets the value of Number. |
void |
input(util.RandomAccessStream stream)
Inputs the class Number from input stream. |
int |
opcode()
Gets the opcode of the Number object. |
int |
output(util.RandomAccessStream stream)
Outputs the class Number. |
void |
setValue(double value)
Sets the value of Number. |
| Methods inherited from class jet.report.xls.Blank |
|---|
getCol, getIxfe, getRow, setCol, setIxfe, setRow |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BNumber(int row,
int col,
int ixfe,
double value)
Number object.
row - the row index, which is based on zerocol - the column index, which is based on zeroixfe - index to the Xf record, which you can get by GlobalWorksheet.getXfIndex(Xf)value - the cell value| Method Detail |
|---|
public final int opcode()
opcode in class Blankpublic void setValue(double value)
value - the cell valuepublic double getValue()
public int output(util.RandomAccessStream stream)
throws java.io.IOException
output in class Blankjava.io.IOException
public void input(util.RandomAccessStream stream)
throws java.io.IOException
input in class Blankjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||