|
||||||||||
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.XYChartExpression
org.pentaho.plugin.jfreereport.reportcharts.BubbleChartExpression
public class BubbleChartExpression
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 | |
---|---|
BubbleChartExpression()
|
Method Summary | |
---|---|
String |
getBubbleLabelContent()
|
double |
getMaxBubbleSize()
|
double |
getMaxZValue()
Deprecated. Not used anywhere. |
String |
getXFormat()
|
String |
getYFormat()
|
String |
getZFormat()
|
void |
setBubbleLabelContent(String bubbleLabelContent)
|
void |
setMaxBubbleSize(double maxBubbleSize)
|
void |
setXFormat(String format)
|
void |
setYFormat(String format)
|
void |
setZFormat(String format)
|
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 BubbleChartExpression()
Method Detail |
---|
public double getMaxBubbleSize()
public void setMaxBubbleSize(double maxBubbleSize)
public String getBubbleLabelContent()
public void setBubbleLabelContent(String bubbleLabelContent)
bubbleLabelContent
- Definition of the bubble labels' content. e.g. "{0}: ({1}, {2}, {3})"
{0} = series name
{1} = x value
{2} = y value
{3} = z valuepublic String getXFormat()
public void setXFormat(String format)
format
- Definition of the bubble labels' x value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public String getYFormat()
public void setYFormat(String format)
format
- Definition of the bubble labels' y value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public String getZFormat()
public void setZFormat(String format)
format
- Definition of the bubble labels' z value number format.
e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"public double getMaxZValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |