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

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return ZoneLayout
 ZoneLayout ZoneGroup.getZoneLayout()
          Returns the value of this ZoneGroup object's zoneLayout attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type ZoneLayout
 void ZoneGroup.setZoneLayout(ZoneLayout p_zoneLayout)
          Sets the zoneLayout attribute.
 

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

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement ZoneLayout
 class ZoneLayoutImpl
          Specifies the layout of features in a rectangular grid.
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as ZoneLayout
protected  ZoneLayout ZoneGroupImpl.zoneLayout
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return ZoneLayout
 ZoneLayout ZoneGroupImpl.getZoneLayout()
           
 ZoneLayout[] ZoneLayoutImpl.searchZoneLayouts(ZoneLayoutSearchCriteria criteria)
          Returns an array of ZoneLayout objects that satisfy the given ZoneLayoutSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type ZoneLayout
 void ZoneGroupImpl.setZoneLayout(ZoneLayout p_zoneLayout)
          Sets the zoneLayout attribute.