|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.cellview.CellularLocation
public class CellularLocation
The CellularLocation Class holds information on a cellular location (i.e. compartment) that is pertinent for the cell view display. A singular location in the view may represent multiple locations in the database.
| Constructor Summary | |
|---|---|
CellularLocation(java.util.ArrayList c,
java.util.ArrayList n,
java.lang.Integer pc)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addAnotation(Annotation ann)
add a annotation into the list |
java.util.ArrayList |
getCodes()
Returns the codes. |
java.util.ArrayList |
getNames()
Returns the names. |
java.awt.Point |
getPoint()
This method returns the next vacant point. |
int |
getpointNumber()
This method return the number of genes that the cellular location can display |
java.lang.Integer |
getPrimaryCode()
This method returns the primary code for this location. |
boolean |
hasAnnotation(Annotation ann)
|
boolean |
hasCode(java.lang.Integer c)
This method indicates if this location is represented by the given code. |
boolean |
hasName(java.lang.String n)
This method indicates if this location is represented by the given name. |
void |
resetPoints()
This method resets the vacant points list to make all the points vacant. |
void |
setPoints(java.util.ArrayList p)
This method sets the list of points for this location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellularLocation(java.util.ArrayList c,
java.util.ArrayList n,
java.lang.Integer pc)
c - List of Integer codesn - List of String namespc - Integer code| Method Detail |
|---|
public boolean hasCode(java.lang.Integer c)
c - Integer code
public boolean hasName(java.lang.String n)
n - String name
public java.lang.Integer getPrimaryCode()
public void setPoints(java.util.ArrayList p)
p - ArrayList of Point objectspublic void resetPoints()
public java.awt.Point getPoint()
public int getpointNumber()
public java.util.ArrayList getCodes()
public java.util.ArrayList getNames()
public void addAnotation(Annotation ann)
ann - public boolean hasAnnotation(Annotation ann)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||