jxl.biff.drawing
class: EscherAtom [javadoc |
source]
java.lang.Object
jxl.biff.drawing.EscherRecord
jxl.biff.drawing.EscherAtom
Direct Known Subclasses:
SplitMenuColors, Spgr, Dgg, ClientData, Opt, Dg, Sp, ClientTextBox, ClientAnchor, BlipStoreEntry
Class for atoms. This may be instantiated as is for unknown/uncared about
atoms, or subclassed if we have some semantic interest in the contents
| Method from jxl.biff.drawing.EscherAtom Summary: |
|---|
|
getData |
| Methods from jxl.biff.drawing.EscherRecord: |
|---|
|
getBytes, getData, getEscherData, getEscherStream, getInstance, getLength, getPos, getStreamLength, getType, setContainer, setHeaderData, setInstance, setVersion |
| Method from jxl.biff.drawing.EscherAtom Detail: |
byte[] getData() {
logger.warn("escher atom getData called on object of type " +
getClass().getName() + " code " +
Integer.toString(getType().getValue(), 16));
return null;
}
Gets the data for writing |