jxl
Interface Image

All Known Implementing Classes:
jxl.biff.drawing.Drawing

public interface Image

Accessor functions for an image


Method Summary
 double getColumn()
          Accessor for the image position
 double getHeight()
          Accessor for the image dimensions
 byte[] getImageData()
          Accessor for the image data
 java.io.File getImageFile()
          Accessor for the image file
 double getRow()
          Accessor for the image position
 double getWidth()
          Accessor for the image dimensions
 

Method Detail

getColumn

public double getColumn()
Accessor for the image position

Returns:
the column number at which the image is positioned

getHeight

public double getHeight()
Accessor for the image dimensions

Returns:
the number of rows which this image spans

getImageData

public byte[] getImageData()
Accessor for the image data

Returns:
the image data

getImageFile

public java.io.File getImageFile()
Accessor for the image file

Returns:
the file which the image references

getRow

public double getRow()
Accessor for the image position

Returns:
the row number at which the image is positions

getWidth

public double getWidth()
Accessor for the image dimensions

Returns:
the number of columns this image spans