|
||||||||||
| 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.pathwayview.PathwayView
public class PathwayView
The PathwayView Class displays the Bird's Eye View of the pathways in which the gene products participate.
| Field Summary |
|---|
| Fields inherited from class edu.iastate.metnet.birdseyeview.AbstractView |
|---|
algorithm, annotations, birdsEyeView, size, viewInfo |
| Constructor Summary | |
|---|---|
PathwayView(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()
|
static void |
main(java.lang.String[] args,
java.lang.String algorithm)
This method tests the PathwayView class. |
void |
reloadData()
Subclasses must reload the annotation data and modify their displays accordingly. |
void |
setlevelCapacity(int c)
|
| Methods inherited from class edu.iastate.metnet.birdseyeview.AbstractView |
|---|
getLayout, getViewInfo, goDown, goUp, loadData, toggleMapLabels |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathwayView(ViewInfo vi,
BirdsEyeView bev,
java.util.ArrayList anns,
java.awt.Dimension s,
java.lang.String alg)
vi - bev - anns - s - alg - | 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 loadConfiguration()
loadConfiguration in class AbstractView
public static void main(java.lang.String[] args,
java.lang.String algorithm)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||