

Public Member Functions | |
| ChromPanelPicture (VistaApp vapp, String name) | |
| void | drawPicture (Graphics g, JComponent comp, long minx, long maxx) |
| void | drawPicture (Graphics g) |
| String | getFormattedXDisplayString (int currXPos) |
| long | getXDisplay (int currXPos) |
| boolean | isNearWest (int x) |
| boolean | isNearEast (int x) |
| boolean | isInside (int x) |
Protected Member Functions | |
| int | convertX (double x) |
| int | convertX (long x) |
Protected Attributes | |
| double | ln10 = 2.3025850929940456840179914546844 |
| double[] | mbase = null |
| double | base = 0 |
| double | minor = 0 |
Package Attributes | |
| boolean | nearWest = false |
| boolean | nearEast = false |
| boolean | inside = false |
Description: draw relative position on the whole chromosome ruler
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||
|
|
|
|
convert a chromosome coordinate into a screen coordinate
Reimplemented from gov::lbl::genome::gui::Picture. |
|
|
convert a chromosome coordinate into a screen coordinate
Reimplemented from gov::lbl::genome::gui::Picture. |
|
|
draw chromosome ruler Picture
Reimplemented from gov::lbl::genome::gui::Picture. |
|
||||||||||||||||||||
|
draw chromosome ruler Picture
|
|
|
format the cursor position string
Reimplemented from gov::lbl::genome::gui::Picture. |
|
|
convert screen coordinates into chromosome coordinates
Reimplemented from gov::lbl::genome::gui::Picture. |
|
|
return true of mouse cursor is in the selected area
|
|
|
return true if mouse cursor is near the east edge of the selected area
|
|
|
return true if mouse cursor is near the west edge of the selected area
|
1.3.9.1