|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.chart.Chart
Contains the various biff records used to insert a chart into a worksheet
Field Summary | |
private int |
endpos
The start pos of the chart bof stream in the data file |
private File |
file
A handle to the Excel file |
private MsoDrawingRecord |
msoDrawingRecord
The MsoDrawingRecord associated with the chart |
private ObjRecord |
objRecord
The ObjRecord associated with the chart |
private int |
startpos
The start pos of the chart bof stream in the data file |
Constructor Summary | |
Chart(MsoDrawingRecord mso,
ObjRecord obj,
int sp,
int ep,
File f)
Constructor |
Method Summary | |
byte[] |
getBytes()
Gets the entire binary record for the chart as a chunk of binary data |
Methods inherited from class java.lang.Object |
|
Field Detail |
private MsoDrawingRecord msoDrawingRecord
private ObjRecord objRecord
private int startpos
private int endpos
private File file
Constructor Detail |
public Chart(MsoDrawingRecord mso, ObjRecord obj, int sp, int ep, File f)
mso
- a MsoDrawingRecord
valueobj
- an ObjRecord
valuesp
- an int
valueep
- an int
valuef
- a File
valueMethod Detail |
public byte[] getBytes()
getBytes
in interface ByteData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |