

Public Member Functions | |
| AnnotationPanel (VistaApp vapp) | |
| AnnotationPanel (VistaApp vapp, PageFormat pf) | |
| synchronized void | setAnnotations (Vector annotations) | 
| synchronized Vector | getAnnotations () | 
| BufferedImage | getImage () | 
| BufferedImage | getImage (int i) | 
| void | requestAnnotations (final String chromosome, final long start, final long end) | 
| void | drawContent (Graphics g) | 
| void | drawContent (Graphics g, PageFormat pf, int line) | 
| AnnotationPanelPicture | getPicture () | 
| Graphics2D | createImage () | 
| Object | clone () | 
| void | resetPicture () | 
Public Attributes | |
| int | GENE_Y_POS = 10 | 
| int | GENE_NAME_OFFSET = 10 | 
| int | ANNOTATION_HEIGHT = 5 | 
Package Attributes | |
| ChromSegment[] | annotLookup | 
| String | src = "genes" | 
| CommUnit | cu = null | 
| String | old_chromosome = "" | 
| long | old_start = 0 | 
| long | old_end = 0 | 
Description: Draw annotation picture
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
      
  | 
  
| 
 
 
  | 
  
      
  | 
  ||||||||||||
| 
 
 
  | 
  
      
  | 
  
| 
 clone the panel 
 
  | 
  
      
  | 
  
| 
 create annotation Image 
 
 Reimplemented from gov::lbl::genome::gui::panel::VistaPanel.  | 
  
      
  | 
  ||||||||||||||||
| 
 draw Content 
 
  | 
  
      
  | 
  
| 
 draw Content 
 
  | 
  
      
  | 
  
| 
 return Annotations 
 
  | 
  
      
  | 
  
| 
 return pictures Image 
 
 
  | 
  
      
  | 
  
| 
 return pictures Image 
 
  | 
  
      
  | 
  
| 
 return annotation Picture 
 
  | 
  
      
  | 
  ||||||||||||||||
| 
 request Annotations from the server 
 
  | 
  
      
  | 
  
| 
 reset annotation Picture  | 
  
      
  | 
  
| 
 set Annotations 
 
  | 
  
 1.3.9.1