org.openi.analysis
Class AnalysisAdapter

java.lang.Object
  extended byorg.openi.analysis.AnalysisAdapter

public class AnalysisAdapter
extends java.lang.Object

Author:
plucas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
AnalysisAdapter()
           
 
Method Summary
static Analysis createAnalysis(java.lang.String dataSourceName, java.lang.String title, com.tonbeller.jpivot.chart.ChartComponent chart, com.tonbeller.jpivot.olap.model.OlapModel olapModel)
          Deprecated. should no longer be using the tonbeller chart component - use the lmi EnhancedChartComponent
static Analysis createAnalysis(java.lang.String dataSourceName, java.lang.String title, EnhancedChartComponent chart, com.tonbeller.jpivot.table.TableComponent table, com.tonbeller.jpivot.olap.model.OlapModel olapModel)
          Constructs an analysis out of jpivot components
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisAdapter

public AnalysisAdapter()
Method Detail

createAnalysis

public static Analysis createAnalysis(java.lang.String dataSourceName,
                                      java.lang.String title,
                                      com.tonbeller.jpivot.chart.ChartComponent chart,
                                      com.tonbeller.jpivot.olap.model.OlapModel olapModel)
Deprecated. should no longer be using the tonbeller chart component - use the lmi EnhancedChartComponent

Constructs an analysis out of jpivot components

Parameters:
title -
chart -
olapModel -
Returns:

createAnalysis

public static Analysis createAnalysis(java.lang.String dataSourceName,
                                      java.lang.String title,
                                      EnhancedChartComponent chart,
                                      com.tonbeller.jpivot.table.TableComponent table,
                                      com.tonbeller.jpivot.olap.model.OlapModel olapModel)
Constructs an analysis out of jpivot components

Parameters:
title -
chart -
olapModel -
Returns: