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

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

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

Methods in gov.nih.nci.mageom.domain.Array that return ZoneDefect
 ZoneDefect[] ArrayManufactureDeviation.getAdjustments()
          Returns the value of this ArrayManufactureDeviation object's adjustments attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type ZoneDefect
 void ArrayManufactureDeviation.setAdjustments(ZoneDefect[] p_adjustments)
          Sets the adjustments attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Array.impl that implement ZoneDefect
 class ZoneDefectImpl
          Stores the defect information for a zone.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as ZoneDefect
protected  ZoneDefect[] ArrayManufactureDeviationImpl.adjustments
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return ZoneDefect
 ZoneDefect[] ArrayManufactureDeviationImpl.getAdjustments()
           
 ZoneDefect[] ZoneDefectImpl.searchZoneDefects(ZoneDefectSearchCriteria criteria)
          Returns an array of ZoneDefect objects that satisfy the given ZoneDefectSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type ZoneDefect
 void ArrayManufactureDeviationImpl.setAdjustments(ZoneDefect[] p_adjustments)
          Sets the adjustments attribute.