uk.ac.ebi.intact.application.statisticView.business.graphic
Class ChartBuilder

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.statisticView.business.graphic.ChartBuilder

public final class ChartBuilder
extends java.lang.Object

Construction of the Chart out of a IntactStatistics collection.

Version:
$Id: ChartBuilder.java,v 1.3 2004/02/24 17:37:45 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Field Summary
static int ALL_INTERACTIONS_DATA
           
static int BINARY_INTERACTIONS_DATA
           
static int EXPERIMENT_DATA
           
static int PROTEIN_DATA
          Data to extract from the IntactStatistics
static int TERM_DATA
           
 
Constructor Summary
ChartBuilder()
           
 
Method Summary
static java.lang.String generateXYChart(StatisticsBean statisticsBean, int type, java.lang.String title, java.lang.String timeTitle, java.lang.String countTitle, javax.servlet.http.HttpSession session, java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTEIN_DATA

public static final int PROTEIN_DATA
Data to extract from the IntactStatistics

See Also:
Constant Field Values

ALL_INTERACTIONS_DATA

public static final int ALL_INTERACTIONS_DATA
See Also:
Constant Field Values

EXPERIMENT_DATA

public static final int EXPERIMENT_DATA
See Also:
Constant Field Values

TERM_DATA

public static final int TERM_DATA
See Also:
Constant Field Values

BINARY_INTERACTIONS_DATA

public static final int BINARY_INTERACTIONS_DATA
See Also:
Constant Field Values
Constructor Detail

ChartBuilder

public ChartBuilder()
Method Detail

generateXYChart

public static java.lang.String generateXYChart(StatisticsBean statisticsBean,
                                               int type,
                                               java.lang.String title,
                                               java.lang.String timeTitle,
                                               java.lang.String countTitle,
                                               javax.servlet.http.HttpSession session,
                                               java.io.PrintWriter pw)


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