|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.fable.extensions.FableImageWrapper
public class FableImageWrapper
Constructor Summary | |
---|---|
FableImageWrapper(java.lang.String fileName,
uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset data,
java.util.List<uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset> axes,
long time)
|
|
FableImageWrapper(java.lang.String fileName,
uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset set,
long time)
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FableImageWrapper(java.lang.String fileName, uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset set, long time)
public FableImageWrapper(java.lang.String fileName, uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset data, java.util.List<uk.ac.diamond.scisoft.analysis.dataset.AbstractDataset> axes, long time)
Method Detail |
---|
public java.lang.String getFileName()
IFableImage
getFileName
in interface IFableImage
public int getWidth()
IFableImage
getWidth
in interface IFableImage
public int getHeight()
IFableImage
getHeight
in interface IFableImage
public float[] getImage()
IFableImage
getImage
in interface IFableImage
public long getLoadTime()
IFableImage
getLoadTime
in interface IFableImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |