|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZoneGroup
Specifies a repeating area on an array. This is useful for printing when the same pattern is repeated in a regular fashion.
| 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 |
|---|
void setSpacingsBetweenZonesX(java.lang.Float p_spacingsBetweenZonesX)
ZoneGroup object.
p_spacingsBetweenZonesX - The new value for spacingsBetweenZonesX.getSpacingsBetweenZonesX()java.lang.Float getSpacingsBetweenZonesX()
ZoneGroup object's spacingsBetweenZonesX attribute.
Description of spacingsBetweenZonesX:
Spacing between zones, if applicable.
float The value of spacingsBetweenZonesX.void setSpacingsBetweenZonesY(java.lang.Float p_spacingsBetweenZonesY)
ZoneGroup object.
p_spacingsBetweenZonesY - The new value for spacingsBetweenZonesY.getSpacingsBetweenZonesY()java.lang.Float getSpacingsBetweenZonesY()
ZoneGroup object's spacingsBetweenZonesY attribute.
Description of spacingsBetweenZonesY:
Spacing between zones, if applicable.
float The value of spacingsBetweenZonesY.void setZonesPerX(java.lang.Integer p_zonesPerX)
ZoneGroup object.
p_zonesPerX - The new value for zonesPerX.getZonesPerX()java.lang.Integer getZonesPerX()
ZoneGroup object's zonesPerX attribute.
Description of zonesPerX:
The number of zones on the x-axis.
int The value of zonesPerX.void setZonesPerY(java.lang.Integer p_zonesPerY)
ZoneGroup object.
p_zonesPerY - The new value for zonesPerY.getZonesPerY()java.lang.Integer getZonesPerY()
ZoneGroup object's zonesPerY attribute.
Description of zonesPerY:
The number of zones on the y-axis.
int The value of zonesPerY.void setZoneLocations(Zone[] p_zoneLocations)
ZoneGroup object.
p_zoneLocations - The new value for zoneLocations.getZoneLocations()Zone[] getZoneLocations()
ZoneGroup object's zoneLocations attribute.
gov.nih.nci.mageom.bean.ArrayDesign.Zone[] The value of zoneLocations.Zonevoid setZoneLayout(ZoneLayout p_zoneLayout)
ZoneGroup object.
p_zoneLayout - The new value for zoneLayout.getZoneLayout()ZoneLayout getZoneLayout()
ZoneGroup object's zoneLayout attribute.
gov.nih.nci.mageom.bean.ArrayDesign.ZoneLayout The value of zoneLayout.ZoneLayoutvoid setDistanceUnit(DistanceUnit p_distanceUnit)
ZoneGroup object.
p_distanceUnit - The new value for distanceUnit.getDistanceUnit()DistanceUnit getDistanceUnit()
ZoneGroup object's distanceUnit attribute.
gov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.DistanceUnit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||