|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
Accessor functions for an image
Method Summary | |
---|---|
double |
getColumn()
Accessor for the image position |
double |
getHeight()
Accessor for the image dimensions |
double |
getHeight(jxl.common.LengthUnit unit)
Get the height of this image as rendered within Excel |
double |
getHorizontalResolution(jxl.common.LengthUnit unit)
Gets the horizontal resolution of the image, if that information is available. |
byte[] |
getImageData()
Accessor for the image data |
java.io.File |
getImageFile()
Accessor for the image file |
int |
getImageHeight()
Gets the height of the image. |
int |
getImageWidth()
Gets the width of the image. |
double |
getRow()
Accessor for the image position |
double |
getVerticalResolution(jxl.common.LengthUnit unit)
Gets the vertical resolution of the image, if that information is available. |
double |
getWidth()
Accessor for the image dimensions |
double |
getWidth(jxl.common.LengthUnit unit)
Get the width of this image as rendered within Excel |
Method Detail |
---|
double getColumn()
double getRow()
double getWidth()
double getHeight()
java.io.File getImageFile()
byte[] getImageData()
double getWidth(jxl.common.LengthUnit unit)
unit
- the unit of measurement
double getHeight(jxl.common.LengthUnit unit)
unit
- the unit of measurement
int getImageWidth()
int getImageHeight()
double getHorizontalResolution(jxl.common.LengthUnit unit)
double getVerticalResolution(jxl.common.LengthUnit unit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |