uk.ac.ebi.intact.application.goDensity.setupGoDensity
Class Config

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.goDensity.setupGoDensity.Config

public final class Config
extends java.lang.Object

Some goDensity specific Settings

Version:
$Id: Config.java,v 1.1 2003/09/02 15:13:28 markusbrosch Exp $
Author:
Markus Brosch (markus @ brosch.cc)

Field Summary
static int BIgOFFSET
          BigOffset is the left and bottom part of the image (text-area)
static java.lang.String DB
           
static int IMAGeSIZE
          Imagesize x and y
static int SMALlOFFSET
          SmallOffset is the right and top area of the image
static boolean USeONLyPRECALCULATIOnDATA
           - true -> only precalculated go-go-densities will be displayed.
 
Constructor Summary
Config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB

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

IMAGeSIZE

public static final int IMAGeSIZE
Imagesize x and y

See Also:
Constant Field Values

BIgOFFSET

public static final int BIgOFFSET
BigOffset is the left and bottom part of the image (text-area)

See Also:
Constant Field Values

SMALlOFFSET

public static final int SMALlOFFSET
SmallOffset is the right and top area of the image

See Also:
Constant Field Values

USeONLyPRECALCULATIOnDATA

public static final boolean USeONLyPRECALCULATIOnDATA

- true -> only precalculated go-go-densities will be displayed. If the user chooses a GO:ID which isn't precalculated, then "NoData" will be displayed in the equivalent cluster of the image

- false -> for all densities, where precalculated data is available, this will be used. Rest will be calculated LIVE (be careful, can take hours!)

See Also:
Constant Field Values
Constructor Detail

Config

public Config()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk