|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression
org.pentaho.plugin.jfreereport.reportcharts.CategoricalChartExpression
org.pentaho.plugin.jfreereport.reportcharts.StackedCategoricalChartExpression
org.pentaho.plugin.jfreereport.reportcharts.BarChartExpression
public class BarChartExpression
This class is for backward compatibility with previous build of the expression. Instead of using this class, use CategoricalChartExpression.
Field Summary |
---|
Fields inherited from class org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression |
---|
LINE_STYLE_DASH_STR, LINE_STYLE_DASHDOT_STR, LINE_STYLE_DASHDOTDOT_STR, LINE_STYLE_DOT_STR, LINE_STYLE_SOLID_STR |
Constructor Summary | |
---|---|
BarChartExpression()
|
Method Summary | |
---|---|
org.jfree.chart.JFreeChart |
computeCategoryChart(org.jfree.data.category.CategoryDataset categoryDataset)
|
Double |
getItemMargin()
|
Double |
getMaxBarWidth()
|
boolean |
isDrawBarOutline()
Deprecated. Use the property chartSectionOutline instead. |
boolean |
isStackedBarRenderPercentages()
|
void |
setDrawBarOutline(boolean value)
Deprecated. Use the property chartSectionOutline instead. |
void |
setItemMargin(Double itemMargin)
|
void |
setMaxBarWidth(Double value)
|
void |
setStackedBarRenderPercentages(boolean value)
|
Methods inherited from class org.pentaho.plugin.jfreereport.reportcharts.StackedCategoricalChartExpression |
---|
isStacked, setStacked |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression |
---|
clone, getDataRow, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setName, setRuntime |
Constructor Detail |
---|
public BarChartExpression()
Method Detail |
---|
public Double getItemMargin()
public void setItemMargin(Double itemMargin)
public Double getMaxBarWidth()
public void setMaxBarWidth(Double value)
public boolean isStackedBarRenderPercentages()
public void setStackedBarRenderPercentages(boolean value)
public org.jfree.chart.JFreeChart computeCategoryChart(org.jfree.data.category.CategoryDataset categoryDataset)
public boolean isDrawBarOutline()
public void setDrawBarOutline(boolean value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |