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

Packages that use Zone
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

Methods in gov.nih.nci.mageom.domain.Array that return Zone
 Zone ZoneDefect.getZone()
          Returns the value of this ZoneDefect object's zone attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Zone
 void ZoneDefect.setZone(Zone p_zone)
          Sets the zone attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Array.impl declared as Zone
protected  Zone ZoneDefectImpl.zone
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return Zone
 Zone ZoneDefectImpl.getZone()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Zone
 void ZoneDefectImpl.setZone(Zone p_zone)
          Sets the zone attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type Zone
 void ZoneGroup.setZoneLocations(Zone[] p_zoneLocations)
          Sets the zoneLocations attribute.
 

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

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement Zone
 class ZoneImpl
          Specifies the location of a zone on an array.
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as Zone
protected  Zone[] ZoneGroupImpl.zoneLocations
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return Zone
 Zone[] ZoneGroupImpl.getZoneLocations()
           
 Zone[] ZoneImpl.searchZones(ZoneSearchCriteria criteria)
          Returns an array of Zone objects that satisfy the given ZoneSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type Zone
 void ZoneGroupImpl.setZoneLocations(Zone[] p_zoneLocations)
          Sets the zoneLocations attribute.
 

Uses of Zone in gov.nih.nci.mageom.domain.DesignElement
 

Methods in gov.nih.nci.mageom.domain.DesignElement that return Zone
 Zone Feature.getZone()
          Returns the value of this Feature object's zone attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type Zone
 void Feature.setZone(Zone p_zone)
          Sets the zone attribute.
 

Uses of Zone in gov.nih.nci.mageom.domain.DesignElement.impl
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as Zone
protected  Zone FeatureImpl.zone
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return Zone
 Zone FeatureImpl.getZone()
           
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type Zone
 void FeatureImpl.setZone(Zone p_zone)
          Sets the zone attribute.