jxl.biff.drawing.Drawing
, WritableImage
public interface Image
Modifier and Type | Method | Description |
---|---|---|
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
|
double getColumn()
double getRow()
double getWidth()
double getHeight()
java.io.File getImageFile()
byte[] getImageData()
double getWidth(jxl.common.LengthUnit unit)
unit
- the unit of measurementdouble getHeight(jxl.common.LengthUnit unit)
unit
- the unit of measurementint getImageWidth()
int getImageHeight()
double getHorizontalResolution(jxl.common.LengthUnit unit)
double getVerticalResolution(jxl.common.LengthUnit unit)