|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.biomage.Common.Extendable
|
+--org.biomage.ArrayDesign.ZoneGroup
Specifies a repeating area on an array. This is useful for printing when the same pattern is repeated in a regular fashion.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasZoneLocations |
HasZoneLocations.ZoneLocations_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
HasPropertySets.PropertySets_list |
| Field Summary | |
protected DistanceUnit |
distanceUnit
Unit for the ZoneGroup attributes. |
protected ZoneLayout |
zoneLayout
Describes the rectangular layout of features in the array design. |
protected HasZoneLocations.ZoneLocations_list |
zoneLocations
Describes the location of different zones within the array design. |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
ZoneGroup()
Default constructor. |
|
ZoneGroup(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToZoneLocations(int position,
Zone zone)
Method to add Zone at position to ZoneLocations_list |
void |
addToZoneLocations(Zone zone)
Method to add Zone to ZoneLocations_list |
DistanceUnit |
getDistanceUnit()
Get method for distanceUnit |
Zone |
getFromZoneLocations(int position)
Method to get Zone from ZoneLocations_list |
float |
getSpacingsBetweenZonesX()
Get method for spacingsBetweenZonesX |
float |
getSpacingsBetweenZonesY()
Get method for spacingsBetweenZonesY |
ZoneLayout |
getZoneLayout()
Get method for zoneLayout |
HasZoneLocations.ZoneLocations_list |
getZoneLocations()
Get method for zoneLocations |
int |
getZonesPerX()
Get method for zonesPerX |
int |
getZonesPerY()
Get method for zonesPerY |
void |
removeElementAtFromZoneLocations(int position)
Method to remove by position from ZoneLocations_list |
void |
removeFromZoneLocations(Zone zone)
Method to remove first Zone from ZoneLocations_list |
void |
setDistanceUnit(DistanceUnit distanceUnit)
Set method for distanceUnit |
void |
setSpacingsBetweenZonesX(float spacingsBetweenZonesX)
Set method for spacingsBetweenZonesX |
void |
setSpacingsBetweenZonesY(float spacingsBetweenZonesY)
Set method for spacingsBetweenZonesY |
void |
setZoneLayout(ZoneLayout zoneLayout)
Set method for zoneLayout |
void |
setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
Set method for zoneLocations |
void |
setZonesPerX(int zonesPerX)
Set method for zonesPerX |
void |
setZonesPerY(int zonesPerY)
Set method for zonesPerY |
void |
writeAssociations(java.io.Writer out)
writeAssociations This method is responsible for assembling the association data into XML. |
void |
writeAttributes(java.io.Writer out)
writeAttributes This method is responsible for assembling the attribute data into XML. |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML This method is responsible for assembling the attribute and association data into XML. |
| Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, getFromPropertySets, getPropertySets, removeElementAtFromPropertySets, removeFromPropertySets, setPropertySets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected DistanceUnit distanceUnit
protected ZoneLayout zoneLayout
protected HasZoneLocations.ZoneLocations_list zoneLocations
| Constructor Detail |
public ZoneGroup()
public ZoneGroup(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Extendablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Extendablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Extendablejava.io.IOExceptionpublic void setSpacingsBetweenZonesX(float spacingsBetweenZonesX)
public float getSpacingsBetweenZonesX()
public void setSpacingsBetweenZonesY(float spacingsBetweenZonesY)
public float getSpacingsBetweenZonesY()
public void setZonesPerX(int zonesPerX)
public int getZonesPerX()
public void setZonesPerY(int zonesPerY)
public int getZonesPerY()
public void setDistanceUnit(DistanceUnit distanceUnit)
setDistanceUnit in interface HasDistanceUnitpublic DistanceUnit getDistanceUnit()
getDistanceUnit in interface HasDistanceUnitpublic void setZoneLayout(ZoneLayout zoneLayout)
setZoneLayout in interface HasZoneLayoutpublic ZoneLayout getZoneLayout()
getZoneLayout in interface HasZoneLayoutpublic void setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
setZoneLocations in interface HasZoneLocationspublic HasZoneLocations.ZoneLocations_list getZoneLocations()
getZoneLocations in interface HasZoneLocationspublic void addToZoneLocations(Zone zone)
addToZoneLocations in interface HasZoneLocations
public void addToZoneLocations(int position,
Zone zone)
addToZoneLocations in interface HasZoneLocationspublic Zone getFromZoneLocations(int position)
getFromZoneLocations in interface HasZoneLocationspublic void removeElementAtFromZoneLocations(int position)
removeElementAtFromZoneLocations in interface HasZoneLocationspublic void removeFromZoneLocations(Zone zone)
removeFromZoneLocations in interface HasZoneLocations
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||