|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurveView
Title: CurveView
Description: This is the interface implemented by all curve data views in theVista Genome Browser.
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
Method Summary | |
---|---|
CurveModel |
getCurveModel()
|
GeneralGraphView |
getGraphView()
return GraphView |
void |
refresh(long minX,
long maxX)
request curve information from the server |
void |
render(java.awt.Graphics g)
draw everything |
void |
setCurveModel(CurveModel model)
set Curve Model |
void |
setGraphView(GeneralGraphView graphView)
set GraphView |
Method Detail |
---|
CurveModel getCurveModel()
void setCurveModel(CurveModel model)
model
- CurveModelvoid setGraphView(GeneralGraphView graphView)
graphView
- GeneralGraphViewGeneralGraphView getGraphView()
void render(java.awt.Graphics g)
g
- Graphicsvoid refresh(long minX, long maxX)
minX
- longmaxX
- long
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |