/*
Jump to a particular slice
*/
public void setZPostion(int z) ;
/*
Zoom into a particular region
*/
public void zoomInto(int x, int y);
/*
Get the x, y, z dimension of the image
*/
public int[] getImageDimensions
/*
Load an image by providing the dataset ID
*/
public void loadImageByDataset(long datasetID)
/*
Load an image by providing the local file path
*/
public void loadImageByLocalPath(String localPath)
/*
Load an image by providing the IRODS file path
*/
public void loadImageByIrodsPath(String irodsPath)