fable.imageviewer.model
Interface IFableImage

All Known Implementing Classes:
FableImageWrapper

public interface IFableImage


Method Summary
 java.lang.String getFileName()
          The name not the full path of the file.
 int getHeight()
          The secpnd dimension of the image
 float[] getImage()
          The image data.
 long getLoadTime()
          Time to load image, or -1 if not calculated.
 int getWidth()
          The first dimension of the image
 

Method Detail

getFileName

java.lang.String getFileName()
The name not the full path of the file.

Returns:

getWidth

int getWidth()
The first dimension of the image

Returns:

getHeight

int getHeight()
The secpnd dimension of the image

Returns:

getImage

float[] getImage()
The image data.

Returns:

getLoadTime

long getLoadTime()
Time to load image, or -1 if not calculated.

Returns: