|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.AbstractView
edu.iastate.metnet.birdseyeview.cellview.CellView
public class CellView
The CellView Class displays the Bird's Eye View of the gene products' location in cellular compartments.
| Field Summary |
|---|
| Fields inherited from class edu.iastate.metnet.birdseyeview.AbstractView |
|---|
algorithm, annotations, birdsEyeView, size, viewInfo |
| Constructor Summary | |
|---|---|
CellView(ViewInfo vi,
BirdsEyeView bev,
java.util.ArrayList anns,
java.awt.Dimension s,
java.lang.String alg)
Constructor. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getBackground()
Subclasses must indicate their background color so the parent can blend in if the display area is bigger than the view. |
java.awt.Component |
getComponent()
Subclasses must return some sort of component to display as their view. |
void |
loadConfiguration()
load the configuration and repaint (non-Javadoc) |
static void |
main(java.lang.String[] args)
This method tests the CellView class. |
void |
reloadData()
Subclasses must reload the annotation data and modify their displays accordingly. |
void |
setlevelCapacity(int c)
|
void |
toggleMapLabels(boolean labelsOn)
This method does nothing by default. |
| Methods inherited from class edu.iastate.metnet.birdseyeview.AbstractView |
|---|
getLayout, getViewInfo, goDown, goUp, loadData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellView(ViewInfo vi,
BirdsEyeView bev,
java.util.ArrayList anns,
java.awt.Dimension s,
java.lang.String alg)
vi - bev - anns - s - | Method Detail |
|---|
public java.awt.Component getComponent()
AbstractView
getComponent in class AbstractViewpublic void setlevelCapacity(int c)
setlevelCapacity in class AbstractViewpublic java.awt.Color getBackground()
AbstractView
getBackground in class AbstractViewpublic void reloadData()
AbstractView
reloadData in class AbstractViewpublic void toggleMapLabels(boolean labelsOn)
AbstractView
toggleMapLabels in class AbstractViewpublic void loadConfiguration()
loadConfiguration in class AbstractViewAbstractView.loadConfiguration()public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||