org.pentaho.plugin.jfreereport.reportcharts
Class PieChartExpression
java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression
org.pentaho.plugin.jfreereport.reportcharts.PieChartExpression
- All Implemented Interfaces:
- Serializable, Cloneable, ChartExpression, org.pentaho.reporting.engine.classic.core.function.Expression
- Direct Known Subclasses:
- RingChartExpression
public class PieChartExpression
- extends AbstractChartExpression
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression |
getBackgroundColor, getBackgroundImage, getBorderColor, getChartDirectory, getChartFile, getChartFromCache, getChartHeight, getChartUrlMask, getChartWidth, getDataSource, getDependencyLevel, getInstance, getItemLabelFont, getItemsLabelVisible, getLabelFont, getLegendBackgroundColor, getLegendFont, getLegendLocation, getLegendTextColor, getNoDataMessage, getPlotBackgroundAlpha, getPlotBackgroundColor, getPlotForegroundAlpha, getPossibleExpressionStringValue, getPostProcessingLanguage, getPostProcessingScript, getSeriesColor, getSeriesColor, getSeriesColorCount, getSeriesColors, getTitle, getTitleField, getTitleFont, getTitleText, getTooltipFormula, getUrlFormula, getValue, isAntiAlias, isChartSectionOutline, isDrawLegendBorder, isReturnFileNameOnly, isReturnImageReference, isShowBorder, isShowLegend, isThreeD, isUseDrawable, putChartInCache, setAntiAlias, setBackgroundColor, setBackgroundImage, setBorderColor, setChartDirectory, setChartFile, setChartHeight, setChartSectionOutline, setChartUrlMask, setChartWidth, setDataSource, setDependencyLevel, setDrawLegendBorder, setItemLabelFont, setItemsLabelVisible, setLabelFont, setLegendBackgroundColor, setLegendFont, setLegendLocation, setLegendTextColor, setNoDataMessage, setPlotBackgroundAlpha, setPlotBackgroundColor, setPlotForegroundAlpha, setPostProcessingLanguage, setPostProcessingScript, setReturnFileNameOnly, setReturnImageReference, setSeriesColor, setSeriesColor, setShowBorder, setShowLegend, setThreeD, setTitle, setTitleField, setTitleFont, setTitleText, setTooltipFormula, setUrlFormula, setUseDrawable, translateLineStyle |
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 interface org.pentaho.reporting.engine.classic.core.function.Expression |
clone, getDataRow, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setName, setRuntime |
PieChartExpression
public PieChartExpression()
getShadowPaint
public Color getShadowPaint()
setShadowPaint
public void setShadowPaint(Color shadowPaint)
getShadowXOffset
public Double getShadowXOffset()
setShadowXOffset
public void setShadowXOffset(Double shadowXOffset)
getShadowYOffset
public Double getShadowYOffset()
setShadowYOffset
public void setShadowYOffset(Double shadowYOffset)
isRotationClockwise
public boolean isRotationClockwise()
setRotationClockwise
public void setRotationClockwise(boolean value)
isIgnoreNulls
public boolean isIgnoreNulls()
setIgnoreNulls
public void setIgnoreNulls(boolean value)
isIgnoreZeros
public boolean isIgnoreZeros()
setIgnoreZeros
public void setIgnoreZeros(boolean value)
getExplodeSegment
public String getExplodeSegment()
setExplodeSegment
public void setExplodeSegment(String value)
getExplodePct
public Double getExplodePct()
setExplodePct
public void setExplodePct(Double value)
getPieLabelFormat
public String getPieLabelFormat()
setPieLabelFormat
public void setPieLabelFormat(String value)
getPieLegendLabelFormat
public String getPieLegendLabelFormat()
setPieLegendLabelFormat
public void setPieLegendLabelFormat(String value)
getIsCircular
public boolean getIsCircular()
setCircular
public void setCircular(boolean value)