Uses of Interface
gov.nih.nci.mageom.domain.Array.Fiducial

Packages that use Fiducial
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
 

Uses of Fiducial in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return Fiducial
 Fiducial[] ArrayGroup.getFiducials()
          Returns the value of this ArrayGroup object's fiducials attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Fiducial
 void ArrayGroup.setFiducials(Fiducial[] p_fiducials)
          Sets the fiducials attribute.
 

Uses of Fiducial in gov.nih.nci.mageom.domain.Array.impl
 

Classes in gov.nih.nci.mageom.domain.Array.impl that implement Fiducial
 class FiducialImpl
          A marking on the surface of the array that can be used to identify the array's origin, the coordinates of which are the fiducial's centroid.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as Fiducial
protected  Fiducial[] ArrayGroupImpl.fiducials
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return Fiducial
 Fiducial[] ArrayGroupImpl.getFiducials()
           
 Fiducial[] FiducialImpl.searchFiducials(FiducialSearchCriteria criteria)
          Returns an array of Fiducial objects that satisfy the given FiducialSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Fiducial
 void ArrayGroupImpl.setFiducials(Fiducial[] p_fiducials)
          Sets the fiducials attribute.