|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public double getColumn()
public double getRow()
public double getWidth()
public double getHeight()
public java.io.File getImageFile()
public byte[] getImageData()
public double getWidth(jxl.common.LengthUnit unit)
unit
- the unit of measurement
public double getHeight(jxl.common.LengthUnit unit)
unit
- the unit of measurement
public int getImageWidth()
public int getImageHeight()
public double getHorizontalResolution(jxl.common.LengthUnit unit)
public double getVerticalResolution(jxl.common.LengthUnit unit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |