gov.lbl.genome.gui.panel
Class AxisPanelPicture

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

public class AxisPanelPicture
extends Picture

Title: AxisPanelPicture

Description: Draw axis ruler

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

Company: LBNL


Field Summary
protected  double base
           
static int DOWN
           
static int LEFT
           
protected static double ln10
           
protected static double[] mbase
           
protected  double minor
           
static int RIGHT
           
static int UP
           
 
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
AxisPanelPicture(VistaApp vapp, java.lang.String name)
          AxisPanelPicture
 
Method Summary
 void drawPicture(java.awt.Graphics g)
          draw axis Picture
 
Methods inherited from class gov.lbl.genome.gui.Picture
convertX, convertX, debug, drawPicture, drawPicture, 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

ln10

protected static final double ln10
See Also:
Constant Field Values

mbase

protected static double[] mbase

UP

public static final int UP
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

base

protected double base

minor

protected double minor
Constructor Detail

AxisPanelPicture

public AxisPanelPicture(VistaApp vapp,
                        java.lang.String name)
AxisPanelPicture

Parameters:
vapp - VistaApp
name - String
Method Detail

drawPicture

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

Overrides:
drawPicture in class Picture
Parameters:
g - Graphics