gov.lbl.genome.gui.panel
Class ContigPanelPicture

java.lang.Object
  extended by gov.lbl.genome.gui.Picture
      extended by gov.lbl.genome.gui.panel.ContigPanelPicture

public class ContigPanelPicture
extends Picture

Title: ContigPanelPicture

Description: Draw contigs

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL


Field Summary
 int REPEAT_HEIGHT
           
 int REPEAT_OFFSET
           
 
Fields inherited from class gov.lbl.genome.gui.Picture
component, debug, df, g, g2d, G2D, height, image, imageableHeight, imageableWidth, marginBottom, marginLeft, marginRight, marginTop, maxHeight, maxWidth, maxX, minX, name, pixelWidth, tooSmall, va, width, z
 
Constructor Summary
ContigPanelPicture(VistaApp vapp, java.lang.String name)
           
 
Method Summary
 void drawPicture(java.awt.Graphics g)
          draw contig Picture
 void drawPicture(java.awt.Graphics g, javax.swing.JComponent comp)
          draw contig Picture
 void drawPicture(java.awt.Graphics gr, java.awt.print.PageFormat pf, int line)
          drawPicture
 
Methods inherited from class gov.lbl.genome.gui.Picture
convertX, convertX, debug, drawPicture, drawPicture, drawPicture, getDX, getFormattedNumberString, getFormattedNumberString, getFormattedXDisplayString, getHeight, getImage, getImage, getImage, getImage, getImage, getImageableHeight, getImageableWidth, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxWidth, getRelX, getRelX, getStringWidth, getWidth, getXDisplay, setComponent, setDebug, setImageableArea, setImageableArea, setMarginRight, setMargins, setMargins, setMaxX, setMaxX, setMinMaxX, setMinMaxX, setMinX, setMinX, setPage, setSize, setSize, setSize, setSize, setZ, shortenString, toString, translate, translate, X, Y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPEAT_OFFSET

public int REPEAT_OFFSET

REPEAT_HEIGHT

public int REPEAT_HEIGHT
Constructor Detail

ContigPanelPicture

public ContigPanelPicture(VistaApp vapp,
                          java.lang.String name)
Method Detail

drawPicture

public void drawPicture(java.awt.Graphics gr,
                        java.awt.print.PageFormat pf,
                        int line)
drawPicture

Overrides:
drawPicture in class Picture
Parameters:
gr - Graphics
pf - PageFormat
line - int

drawPicture

public void drawPicture(java.awt.Graphics g,
                        javax.swing.JComponent comp)
draw contig Picture

Overrides:
drawPicture in class Picture
Parameters:
g - Graphics
comp - JComponent

drawPicture

public void drawPicture(java.awt.Graphics g)
draw contig Picture

Overrides:
drawPicture in class Picture
Parameters:
g - Graphics