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

All Superinterfaces:
Extendable
All Known Implementing Classes:
ZoneGroupImpl

public interface ZoneGroup
extends Extendable

Specifies a repeating area on an array. This is useful for printing when the same pattern is repeated in a regular fashion.

Version:
%I%, %G%

Method Summary
 DistanceUnit getDistanceUnit()
          Returns the value of this ZoneGroup object's distanceUnit attribute.
 java.lang.Float getSpacingsBetweenZonesX()
          Returns the value of this ZoneGroup object's spacingsBetweenZonesX attribute.
 java.lang.Float getSpacingsBetweenZonesY()
          Returns the value of this ZoneGroup object's spacingsBetweenZonesY attribute.
 ZoneLayout getZoneLayout()
          Returns the value of this ZoneGroup object's zoneLayout attribute.
 Zone[] getZoneLocations()
          Returns the value of this ZoneGroup object's zoneLocations attribute.
 java.lang.Integer getZonesPerX()
          Returns the value of this ZoneGroup object's zonesPerX attribute.
 java.lang.Integer getZonesPerY()
          Returns the value of this ZoneGroup object's zonesPerY attribute.
 void setDistanceUnit(DistanceUnit p_distanceUnit)
          Sets the distanceUnit attribute.
 void setSpacingsBetweenZonesX(java.lang.Float p_spacingsBetweenZonesX)
          Sets the spacingsBetweenZonesX attribute.
 void setSpacingsBetweenZonesY(java.lang.Float p_spacingsBetweenZonesY)
          Sets the spacingsBetweenZonesY attribute.
 void setZoneLayout(ZoneLayout p_zoneLayout)
          Sets the zoneLayout attribute.
 void setZoneLocations(Zone[] p_zoneLocations)
          Sets the zoneLocations attribute.
 void setZonesPerX(java.lang.Integer p_zonesPerX)
          Sets the zonesPerX attribute.
 void setZonesPerY(java.lang.Integer p_zonesPerY)
          Sets the zonesPerY attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setSpacingsBetweenZonesX

void setSpacingsBetweenZonesX(java.lang.Float p_spacingsBetweenZonesX)
Sets the spacingsBetweenZonesX attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_spacingsBetweenZonesX - The new value for spacingsBetweenZonesX.
See Also:
getSpacingsBetweenZonesX()

getSpacingsBetweenZonesX

java.lang.Float getSpacingsBetweenZonesX()
Returns the value of this ZoneGroup object's spacingsBetweenZonesX attribute. Description of spacingsBetweenZonesX: Spacing between zones, if applicable.

Returns:
float The value of spacingsBetweenZonesX.

setSpacingsBetweenZonesY

void setSpacingsBetweenZonesY(java.lang.Float p_spacingsBetweenZonesY)
Sets the spacingsBetweenZonesY attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_spacingsBetweenZonesY - The new value for spacingsBetweenZonesY.
See Also:
getSpacingsBetweenZonesY()

getSpacingsBetweenZonesY

java.lang.Float getSpacingsBetweenZonesY()
Returns the value of this ZoneGroup object's spacingsBetweenZonesY attribute. Description of spacingsBetweenZonesY: Spacing between zones, if applicable.

Returns:
float The value of spacingsBetweenZonesY.

setZonesPerX

void setZonesPerX(java.lang.Integer p_zonesPerX)
Sets the zonesPerX attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_zonesPerX - The new value for zonesPerX.
See Also:
getZonesPerX()

getZonesPerX

java.lang.Integer getZonesPerX()
Returns the value of this ZoneGroup object's zonesPerX attribute. Description of zonesPerX: The number of zones on the x-axis.

Returns:
int The value of zonesPerX.

setZonesPerY

void setZonesPerY(java.lang.Integer p_zonesPerY)
Sets the zonesPerY attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_zonesPerY - The new value for zonesPerY.
See Also:
getZonesPerY()

getZonesPerY

java.lang.Integer getZonesPerY()
Returns the value of this ZoneGroup object's zonesPerY attribute. Description of zonesPerY: The number of zones on the y-axis.

Returns:
int The value of zonesPerY.

setZoneLocations

void setZoneLocations(Zone[] p_zoneLocations)
Sets the zoneLocations attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_zoneLocations - The new value for zoneLocations.
See Also:
getZoneLocations()

getZoneLocations

Zone[] getZoneLocations()
Returns the value of this ZoneGroup object's zoneLocations attribute.

Returns:
gov.nih.nci.mageom.bean.ArrayDesign.Zone[] The value of zoneLocations.
See Also:
Zone

setZoneLayout

void setZoneLayout(ZoneLayout p_zoneLayout)
Sets the zoneLayout attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_zoneLayout - The new value for zoneLayout.
See Also:
getZoneLayout()

getZoneLayout

ZoneLayout getZoneLayout()
Returns the value of this ZoneGroup object's zoneLayout attribute.

Returns:
gov.nih.nci.mageom.bean.ArrayDesign.ZoneLayout The value of zoneLayout.
See Also:
ZoneLayout

setDistanceUnit

void setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneGroup object.

Parameters:
p_distanceUnit - The new value for distanceUnit.
See Also:
getDistanceUnit()

getDistanceUnit

DistanceUnit getDistanceUnit()
Returns the value of this ZoneGroup object's distanceUnit attribute.

Returns:
gov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.
See Also:
DistanceUnit