Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gov::lbl::genome::gui::UIConstants Interface Reference

List of all members.

Public Attributes

long DEFAULT_MIN_X = 1
long DEFAULT_MAX_X = 20000
int DEFAULT_MIN_Y = 0
int DEFAULT_MAX_Y = 10000
int GRAPH_BORDER_WIDTH = 1
int GRAPH_COMP_HEIGHT = 55
int GRAPH_HEIGHT = 62
int GRAPH_INTERVAL = 15
int GRAPH_MIN_WIDTH = 300
int GRAPH_SPACER_HEIGHT = 3
int COOR_DISPLAY_HEIGHT = 2
int ANNOTATION_PANEL_HEIGHT = 25
int GRAPH_OFFSET_WIDTH = 20
int Y_AXIS_OFFSET_WIDTH = 30
int INIT_CURR_POSITION = GRAPH_OFFSET_WIDTH
int DEFAULT_GRAPH_WIDTH = 300
Font GRAPH_NAME_BOLD_FONT = new Font("SansSerif", Font.BOLD, 12)
Font AXIS_FONT = new Font("SansSerif", Font.PLAIN, 9)
Font CHROM_FONT = new Font("SansSerif", Font.PLAIN, 8)
Font GENE_NAME_FONT = new Font("SansSerif", Font.PLAIN, 9)
Font TITLE_BORDER_FONT = new Font("SansSerif", Font.BOLD, 12)
Font STANDARD_FONT = new Font("SansSerif", Font.PLAIN, 10)
Font STANDARD_FONT11 = new Font("SansSerif", Font.PLAIN, 11)
Font STANDARD_BOLD_FONT = new Font("SansSerif", Font.BOLD, 10)
Stroke SOLID_STROKE
Border GRAPH_BORDER

Static Public Attributes

final char[] ASCII_ARRAY

Detailed Description

Title: User Interface Constants

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

Company: LBNL

Author:
Michael Teplitsky, Lila Tretikov To Do TO BE REPLACED BY THE RESOURCE FILE


Member Data Documentation

final char [] gov::lbl::genome::gui::UIConstants::ASCII_ARRAY [static]
 

Initial value:

 { 
      '0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
      'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
      'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
      'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D',
      'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N',
      'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
      'Y', 'Z'}

Border gov::lbl::genome::gui::UIConstants::GRAPH_BORDER
 

Initial value:

 BorderFactory.createLineBorder(Color.black,
      GRAPH_BORDER_WIDTH)

Stroke gov::lbl::genome::gui::UIConstants::SOLID_STROKE
 

Initial value:

 new BasicStroke(1.0f, BasicStroke.CAP_ROUND,
                                               BasicStroke.JOIN_ROUND, 0.5f)


The documentation for this interface was generated from the following file:
Generated on Wed Jan 19 16:59:38 2005 by  doxygen 1.3.9.1