org.openi.analysis
Class Analysis

java.lang.Object
  extended byorg.openi.analysis.Analysis
All Implemented Interfaces:
java.io.Serializable

public class Analysis
extends java.lang.Object
implements java.io.Serializable

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

Constructor Summary
Analysis()
           
 
Method Summary
 java.lang.String getAnalysisTitle()
           
 java.lang.String getAxisFontName()
           
 int getAxisFontSize()
           
 int getAxisFontStyle()
           
 java.lang.String getAxisTickFontName()
           
 int getAxisTickFontSize()
           
 int getAxisTickFontStyle()
           
 int getBgColorB()
           
 int getBgColorG()
           
 int getBgColorR()
           
 int getChartHeight()
           
 java.lang.String getChartTitle()
           
 int getChartType()
           
 int getChartWidth()
           
 java.lang.String getColorPaletteName()
           
 java.lang.String getDataSourceName()
           
 java.lang.String getFontName()
           
 int getFontSize()
           
 int getFontStyle()
           
 double getForegroundAlpha()
           
 java.lang.String getHorizAxisLabel()
           
 java.lang.String getLegendFontName()
           
 int getLegendFontSize()
           
 int getLegendFontStyle()
           
 int getLegendPosition()
           
 java.lang.String getMdxQuery()
           
 boolean getShowPareto()
           
 int getSlicerAlignment()
           
 java.lang.String getSlicerFontName()
           
 int getSlicerFontSize()
           
 int getSlicerFontStyle()
           
 int getSlicerPosition()
           
 int getTickLabelRotate()
           
 java.lang.String getVertAxisLabel()
           
 boolean isDrillThroughEnabled()
           
 boolean isHideSpans()
           
 boolean isLevelStyle()
           
 boolean isShowChart()
           
 boolean isShowLegend()
           
 boolean isShowSlicer()
           
 boolean isShowTable()
           
 boolean isUseChartSize()
           
 void setAnalysisTitle(java.lang.String analysisTitle)
           
 void setAxisFontName(java.lang.String axisFontName)
           
 void setAxisFontSize(int axisFontSize)
           
 void setAxisFontStyle(int axisFontStyle)
           
 void setAxisTickFontName(java.lang.String axisTickFontName)
           
 void setAxisTickFontSize(int axisTickFontSize)
           
 void setAxisTickFontStyle(int axisTickFontStyle)
           
 void setBgColorB(int bgColorB)
           
 void setBgColorG(int bgColorG)
           
 void setBgColorR(int bgColorR)
           
 void setChartHeight(int chartHeight)
           
 void setChartTitle(java.lang.String chartTitle)
           
 void setChartType(int chartType)
           
 void setChartWidth(int chartWidth)
           
 void setColorPaletteName(java.lang.String colorPaletteName)
           
 void setDataSourceName(java.lang.String dataSourceName)
           
 void setDrillThroughEnabled(boolean drillThroughEnabled)
           
 void setFontName(java.lang.String fontName)
           
 void setFontSize(int fontSize)
           
 void setFontStyle(int fontStyle)
           
 void setForegroundAlpha(double foregroundAlpha)
           
 void setHideSpans(boolean hideSpans)
           
 void setHorizAxisLabel(java.lang.String horizAxisLabel)
           
 void setLegendFontName(java.lang.String legendFontName)
           
 void setLegendFontSize(int legendFontSize)
           
 void setLegendFontStyle(int legendFontStyle)
           
 void setLegendPosition(int legendPosition)
           
 void setLevelStyle(boolean levelStyle)
           
 void setMdxQuery(java.lang.String mdxQuery)
           
 void setShowChart(boolean showChart)
           
 void setShowLegend(boolean showLegend)
           
 void setShowPareto(boolean showPareto)
           
 void setShowSlicer(boolean showSlicer)
           
 void setShowTable(boolean showTable)
           
 void setSlicerAlignment(int slicerAlignment)
           
 void setSlicerFontName(java.lang.String slicerFontName)
           
 void setSlicerFontSize(int slicerFontSize)
           
 void setSlicerFontStyle(int slicerFontStyle)
           
 void setSlicerPosition(int slicerPosition)
           
 void setTickLabelRotate(int tickLabelRotate)
           
 void setUseChartSize(boolean useChartSize)
           
 void setVertAxisLabel(java.lang.String vertAxisLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()
Method Detail

getAnalysisTitle

public java.lang.String getAnalysisTitle()
Returns:
String

getAxisFontName

public java.lang.String getAxisFontName()
Returns:
String

getAxisFontSize

public int getAxisFontSize()
Returns:
int

getAxisFontStyle

public int getAxisFontStyle()
Returns:
int

getChartHeight

public int getChartHeight()
Returns:
int

getChartTitle

public java.lang.String getChartTitle()
Returns:
String

getChartType

public int getChartType()
Returns:
int

getChartWidth

public int getChartWidth()
Returns:
int

isDrillThroughEnabled

public boolean isDrillThroughEnabled()
Returns:
boolean

getFontName

public java.lang.String getFontName()
Returns:
String

getFontSize

public int getFontSize()
Returns:
int

getFontStyle

public int getFontStyle()
Returns:
int

getHorizAxisLabel

public java.lang.String getHorizAxisLabel()
Returns:
String

getLegendFontName

public java.lang.String getLegendFontName()
Returns:
String

getLegendFontSize

public int getLegendFontSize()
Returns:
int

getLegendFontStyle

public int getLegendFontStyle()
Returns:
int

getLegendPosition

public int getLegendPosition()
Returns:
int

getMdxQuery

public java.lang.String getMdxQuery()
Returns:
String

isShowLegend

public boolean isShowLegend()
Returns:
boolean

isShowSlicer

public boolean isShowSlicer()
Returns:
boolean

getSlicerAlignment

public int getSlicerAlignment()
Returns:
int

getSlicerFontName

public java.lang.String getSlicerFontName()
Returns:
String

getSlicerFontSize

public int getSlicerFontSize()
Returns:
int

getSlicerFontStyle

public int getSlicerFontStyle()
Returns:
int

getSlicerPosition

public int getSlicerPosition()
Returns:
int

getTickLabelRotate

public int getTickLabelRotate()
Returns:
int

getVertAxisLabel

public java.lang.String getVertAxisLabel()
Returns:
String

getDataSourceName

public java.lang.String getDataSourceName()
Returns:
String

setAnalysisTitle

public void setAnalysisTitle(java.lang.String analysisTitle)
Parameters:
analysisTitle - String

setAxisFontName

public void setAxisFontName(java.lang.String axisFontName)
Parameters:
axisFontName - String

setAxisFontSize

public void setAxisFontSize(int axisFontSize)
Parameters:
axisFontSize - int

setAxisFontStyle

public void setAxisFontStyle(int axisFontStyle)
Parameters:
axisFontStyle - int

setChartHeight

public void setChartHeight(int chartHeight)
Parameters:
chartHeight - int

setChartTitle

public void setChartTitle(java.lang.String chartTitle)
Parameters:
chartTitle - String

setChartType

public void setChartType(int chartType)
Parameters:
chartType - int

setChartWidth

public void setChartWidth(int chartWidth)
Parameters:
chartWidth - int

setDrillThroughEnabled

public void setDrillThroughEnabled(boolean drillThroughEnabled)
Parameters:
drillThroughEnabled - boolean

setFontName

public void setFontName(java.lang.String fontName)
Parameters:
fontName - String

setFontSize

public void setFontSize(int fontSize)
Parameters:
fontSize - int

setFontStyle

public void setFontStyle(int fontStyle)
Parameters:
fontStyle - int

setHorizAxisLabel

public void setHorizAxisLabel(java.lang.String horizAxisLabel)
Parameters:
horizAxisLabel - String

setLegendFontName

public void setLegendFontName(java.lang.String legendFontName)
Parameters:
legendFontName - String

setLegendFontSize

public void setLegendFontSize(int legendFontSize)
Parameters:
legendFontSize - int

setLegendFontStyle

public void setLegendFontStyle(int legendFontStyle)
Parameters:
legendFontStyle - int

setLegendPosition

public void setLegendPosition(int legendPosition)
Parameters:
legendPosition - int

setMdxQuery

public void setMdxQuery(java.lang.String mdxQuery)
Parameters:
mdxQuery - String

setShowLegend

public void setShowLegend(boolean showLegend)
Parameters:
showLegend - boolean

setShowSlicer

public void setShowSlicer(boolean showSlicer)
Parameters:
showSlicer - boolean

setSlicerAlignment

public void setSlicerAlignment(int slicerAlignment)
Parameters:
slicerAlignment - int

setSlicerFontName

public void setSlicerFontName(java.lang.String slicerFontName)
Parameters:
slicerFontName - String

setSlicerFontSize

public void setSlicerFontSize(int slicerFontSize)
Parameters:
slicerFontSize - int

setSlicerFontStyle

public void setSlicerFontStyle(int slicerFontStyle)
Parameters:
slicerFontStyle - int

setSlicerPosition

public void setSlicerPosition(int slicerPosition)
Parameters:
slicerPosition - int

setTickLabelRotate

public void setTickLabelRotate(int tickLabelRotate)
Parameters:
tickLabelRotate - int

setVertAxisLabel

public void setVertAxisLabel(java.lang.String vertAxisLabel)
Parameters:
vertAxisLabel - String

setDataSourceName

public void setDataSourceName(java.lang.String dataSourceName)

getColorPaletteName

public java.lang.String getColorPaletteName()
Returns:
Returns the colorPaletteName.

setColorPaletteName

public void setColorPaletteName(java.lang.String colorPaletteName)
Parameters:
colorPaletteName - The colorPaletteName to set.

getShowPareto

public boolean getShowPareto()
Returns:
Returns the showPareto.

getAxisTickFontName

public java.lang.String getAxisTickFontName()
Returns:
String

getAxisTickFontSize

public int getAxisTickFontSize()
Returns:
int

getAxisTickFontStyle

public int getAxisTickFontStyle()
Returns:
int

isShowChart

public boolean isShowChart()
Returns:
boolean

isShowTable

public boolean isShowTable()
Returns:
boolean

getForegroundAlpha

public double getForegroundAlpha()
Returns:
double

isUseChartSize

public boolean isUseChartSize()
Returns:
boolean

getBgColorB

public int getBgColorB()
Returns:
int

getBgColorG

public int getBgColorG()
Returns:
int

getBgColorR

public int getBgColorR()
Returns:
int

isHideSpans

public boolean isHideSpans()
Returns:
boolean

isLevelStyle

public boolean isLevelStyle()
Returns:
boolean

setShowPareto

public void setShowPareto(boolean showPareto)
Parameters:
showPareto - The showPareto to set.

setAxisTickFontName

public void setAxisTickFontName(java.lang.String axisTickFontName)
Parameters:
axisTickFontName - String

setAxisTickFontSize

public void setAxisTickFontSize(int axisTickFontSize)
Parameters:
axisTickFontSize - int

setAxisTickFontStyle

public void setAxisTickFontStyle(int axisTickFontStyle)
Parameters:
axisTickFontStyle - int

setShowChart

public void setShowChart(boolean showChart)
Parameters:
showChart - boolean

setShowTable

public void setShowTable(boolean showTable)
Parameters:
showTable - boolean

setForegroundAlpha

public void setForegroundAlpha(double foregroundAlpha)
Parameters:
foregroundAlpha - double

setUseChartSize

public void setUseChartSize(boolean useChartSize)
Parameters:
useChartSize - boolean

setBgColorB

public void setBgColorB(int bgColorB)
Parameters:
bgColorB - int

setBgColorG

public void setBgColorG(int bgColorG)
Parameters:
bgColorG - int

setBgColorR

public void setBgColorR(int bgColorR)
Parameters:
bgColorR - int

setHideSpans

public void setHideSpans(boolean hideSpans)
Parameters:
hideSpans - boolean

setLevelStyle

public void setLevelStyle(boolean levelStyle)
Parameters:
levelStyle - boolean