You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

/*

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)




 

  • No labels