gov.lbl.genome.common
Interface CommonConstants


public interface CommonConstants

Title:

Description: These constants are used for the data models of Vista graphs and curves.

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

Company: LBNL


Field Summary
static java.lang.String[] CURVE_TYPES
           
static java.lang.String CUSTOM_CURVE_TYPE
           
static long DEF_REG_SIZE
           
static int FLOATING_POINT
           
static int INTEGER
           
static long MAX_REG_SIZE
           
static int NONE
           
static int PERCENTAGE
           
static java.lang.String VISTA_CURVE_TYPE
           
 

Field Detail

INTEGER

static final int INTEGER
See Also:
Constant Field Values

FLOATING_POINT

static final int FLOATING_POINT
See Also:
Constant Field Values

NONE

static final int NONE
See Also:
Constant Field Values

PERCENTAGE

static final int PERCENTAGE
See Also:
Constant Field Values

VISTA_CURVE_TYPE

static final java.lang.String VISTA_CURVE_TYPE
See Also:
Constant Field Values

CUSTOM_CURVE_TYPE

static final java.lang.String CUSTOM_CURVE_TYPE
See Also:
Constant Field Values

CURVE_TYPES

static final java.lang.String[] CURVE_TYPES

MAX_REG_SIZE

static final long MAX_REG_SIZE
See Also:
Constant Field Values

DEF_REG_SIZE

static final long DEF_REG_SIZE
See Also:
Constant Field Values