|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.drawing.SheetDrawingWriter
Handles the writing out of the different charts and images on a sheet. Called by the SheetWriter object
| Constructor Summary | |
SheetDrawingWriter(WorkbookSettings ws)
Constructor |
|
| Method Summary | |
Chart[] |
getCharts()
Accessor for the charts on the sheet |
void |
setCharts(Chart[] ch)
Sets the charts on the sheet |
void |
setDrawings(java.util.ArrayList dr,
boolean mod)
The drawings on the sheet |
void |
write(File outputFile)
Writes out the MsoDrawing records and Obj records for each image and chart on the sheet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SheetDrawingWriter(WorkbookSettings ws)
ws - the workbook settings| Method Detail |
public void setDrawings(java.util.ArrayList dr,
boolean mod)
dr - the list of drawingsmod - flag indicating whether the drawings have been tampered with
public void write(File outputFile)
throws java.io.IOException
outputFile -
java.io.IOExceptionpublic void setCharts(Chart[] ch)
ch - the chartspublic Chart[] getCharts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||