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

Compare with Current View Page History

« Previous Version 2 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 a particular image by providing a dataset ID

*/

public void loadImageByDataset(long datasetID)



 

  • No labels