|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.drawing.DrawingData
Class used to concatenate all the data for the various drawing objects into one continuous stream
| Constructor Summary | |
DrawingData()
Constructor |
|
| Method Summary | |
void |
addData(byte[] data)
Adds the byte stream to the drawing data |
void |
addRawData(byte[] data)
Adds the data to the array without incrementing the drawing number. |
byte[] |
getData()
Gets the data which was read in for the drawings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DrawingData()
| Method Detail |
public void addData(byte[] data)
data - public void addRawData(byte[] data)
public byte[] getData()
getData in interface jxl.biff.drawing.EscherStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||