Uses of Interface
org.eclipse.ohf.wado.client.ImageRegion

Packages that use ImageRegion
org.eclipse.ohf.wado.client   
org.eclipse.ohf.wado.client.impl   
 

Uses of ImageRegion in org.eclipse.ohf.wado.client
 

Methods in org.eclipse.ohf.wado.client that return ImageRegion
 ImageRegion WADORequest.getRegionOfTheImage()
           
 

Methods in org.eclipse.ohf.wado.client with parameters of type ImageRegion
 void WADORequest.setRegionOfTheImage(ImageRegion imageRegion)
          Allows selection of a rectangular region of an image matrix to be retrieved.
 

Uses of ImageRegion in org.eclipse.ohf.wado.client.impl
 

Classes in org.eclipse.ohf.wado.client.impl that implement ImageRegion
 class ImageRegionImpl
          Implementation of the ImageRegion interface.
 

Methods in org.eclipse.ohf.wado.client.impl that return ImageRegion
 ImageRegion WADORequestImpl.getRegionOfTheImage()
           
 

Methods in org.eclipse.ohf.wado.client.impl with parameters of type ImageRegion
 void WADORequestImpl.setRegionOfTheImage(ImageRegion regionOfTheImage)