|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for the various object types that can be added to a drawing group
| Method Summary | |
int |
getBlipId()
Accessor for the blip id |
DrawingGroup |
getDrawingGroup()
Accessor for the drawing group |
double |
getHeight()
Accessor for the height of this drawing |
byte[] |
getImageBytes()
Accessor for the image data |
byte[] |
getImageData()
Accessor for the image data |
java.lang.String |
getImageFilePath()
Accessor for the image file path. |
MsoDrawingRecord |
getMsoDrawingRecord()
Gets the drawing record which was read in |
int |
getObjectId()
Accessor for the object id |
Origin |
getOrigin()
Gets the origin of this drawing |
int |
getReferenceCount()
Accessor for the reference count on this drawing |
int |
getShapeId()
Accessor for the shape id |
jxl.biff.drawing.EscherContainer |
getSpContainer()
Creates the main Sp container for the drawing |
jxl.biff.drawing.ShapeType |
getType()
Accessor for the type |
double |
getWidth()
Accessor for the width of this drawing |
double |
getX()
Accessor for the column of this drawing |
double |
getY()
Accessor for the row of this drawing |
boolean |
isFirst()
Accessor for the first drawing on the sheet. |
boolean |
isFormObject()
Queries whether this object is a form object. |
void |
setDrawingGroup(DrawingGroup dg)
Sets the drawing group for this drawing. |
void |
setHeight(double h)
Accessor for the height of this drawing |
void |
setObjectId(int objid,
int bip,
int sid)
Sets the object id. |
void |
setReferenceCount(int r)
Sets the new reference count on the drawing |
void |
setWidth(double w)
Accessor for the width |
void |
setX(double x)
Sets the column position of this drawing |
void |
setY(double y)
Accessor for the row of the drawing |
void |
writeAdditionalRecords(File outputFile)
Writes any other records associated with this drawing group object |
void |
writeTailRecords(File outputFile)
Writes any records that need to be written after all the drawing group objects have been written |
| Method Detail |
public void setObjectId(int objid,
int bip,
int sid)
objid - the object idbip - the blip idsid - the shape idpublic int getObjectId()
public int getBlipId()
public int getShapeId()
public MsoDrawingRecord getMsoDrawingRecord()
public jxl.biff.drawing.EscherContainer getSpContainer()
public void setDrawingGroup(DrawingGroup dg)
dg - the drawing grouppublic DrawingGroup getDrawingGroup()
public Origin getOrigin()
public int getReferenceCount()
public void setReferenceCount(int r)
r - the new reference countpublic double getX()
public void setX(double x)
x - the columnpublic double getY()
public void setY(double y)
y - the rowpublic double getWidth()
public void setWidth(double w)
w - the number of columns to spanpublic double getHeight()
public void setHeight(double h)
h - the number of rows spanned by this imagepublic jxl.biff.drawing.ShapeType getType()
public byte[] getImageData()
public byte[] getImageBytes()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getImageFilePath()
public void writeAdditionalRecords(File outputFile)
throws java.io.IOException
java.io.IOException
public void writeTailRecords(File outputFile)
throws java.io.IOException
java.io.IOExceptionpublic boolean isFirst()
public boolean isFormObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||