|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biomage.DesignElement.FeatureLocation
Specifies where a feature is located relative to a grid.
| Constructor Summary | |
FeatureLocation()
Default constructor. |
|
FeatureLocation(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
int |
getColumn()
Get method for column |
int |
getRow()
Get method for row |
void |
setColumn(int column)
Set method for column |
void |
setRow(int row)
Set method for row |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FeatureLocation()
public FeatureLocation(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
java.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
java.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
java.io.IOExceptionpublic void setRow(int row)
public int getRow()
public void setColumn(int column)
public int getColumn()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||