Uses of Interface
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup

Packages that use ZoneGroup
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
 

Uses of ZoneGroup in gov.nih.nci.mageom.domain.ArrayDesign
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return ZoneGroup
 ZoneGroup[] PhysicalArrayDesign.getZoneGroups()
          Returns the value of this PhysicalArrayDesign object's zoneGroups attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type ZoneGroup
 void PhysicalArrayDesign.setZoneGroups(ZoneGroup[] p_zoneGroups)
          Sets the zoneGroups attribute.
 

Uses of ZoneGroup in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement ZoneGroup
 class ZoneGroupImpl
          Specifies a repeating area on an array.
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as ZoneGroup
protected  ZoneGroup[] PhysicalArrayDesignImpl.zoneGroups
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return ZoneGroup
 ZoneGroup[] PhysicalArrayDesignImpl.getZoneGroups()
           
 ZoneGroup[] ZoneGroupImpl.searchZoneGroups(ZoneGroupSearchCriteria criteria)
          Returns an array of ZoneGroup objects that satisfy the given ZoneGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type ZoneGroup
 void PhysicalArrayDesignImpl.setZoneGroups(ZoneGroup[] p_zoneGroups)
          Sets the zoneGroups attribute.