

Public Member Functions | |
| RepeatPanel (VistaApp vapp) | |
| RepeatPanel (VistaApp vapp, PageFormat pf) | |
| synchronized void | setAnnotations (Vector annotations) |
| synchronized Vector | getAnnotations () |
| void | requestAnnotations (final String chromosome, final long start, final long end) |
| BufferedImage | getImage () |
| BufferedImage | getImage (int i) |
| Color | getAnnotationColor (int xCoor) |
| void | drawContent (Graphics g) |
| void | drawContent (Graphics g, PageFormat pf, int line) |
| RepeatPanelPicture | getPicture () |
| Graphics2D | createImage () |
| Object | clone () |
| void | resetPicture () |
Public Attributes | |
| int | REPEAT_OFFSET = 0 |
| int | REPEAT_HEIGHT = 5 |
Package Attributes | |
| Vector | annotations |
| Repeat[] | repeatLookup |
| String | src = "repeats" |
| CommUnit | cu = null |
Description: Draw repeats
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||
|
|
|
|
clone
|
|
|
createImage
Reimplemented from gov::lbl::genome::gui::panel::VistaPanel. |
|
||||||||||||||||
|
drawContent
|
|
|
drawContent
|
|
|
return Annotation Color
|
|
|
return annotations
|
|
|
return Image
|
|
|
return Image
|
|
|
getPicture
|
|
||||||||||||||||
|
request Annotations from server
|
|
|
reset picture size and margins |
|
|
set annotations
|
1.3.9.1