public class JRFillXyzSeries extends java.lang.Object implements JRXyzSeries
| Constructor and Description |
|---|
JRFillXyzSeries(JRXyzSeries xyzSeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateItemHyperlink(JRCalculator calculator) |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
protected JRPrintHyperlink |
getPrintItemHyperlink() |
protected java.lang.Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
protected java.lang.Number |
getXValue() |
JRExpression |
getXValueExpression() |
protected java.lang.Number |
getYValue() |
JRExpression |
getYValueExpression() |
protected java.lang.Number |
getZValue() |
JRExpression |
getZValueExpression() |
boolean |
hasItemHyperlinks() |
public JRFillXyzSeries(JRXyzSeries xyzSeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRXyzSeriesjava.lang.Comparable object that identifies
a certain data series in the overall dataset. It can return different values,
which will result in the dataset containing multiple series even when a single
<xyzSeries> tag is used inside the <xyzDataset> tag.public JRExpression getXValueExpression()
getXValueExpression in interface JRXyzSeriespublic JRExpression getYValueExpression()
getYValueExpression in interface JRXyzSeriespublic JRExpression getZValueExpression()
getZValueExpression in interface JRXyzSeriesprotected java.lang.Comparable<?> getSeries()
protected java.lang.Number getXValue()
protected java.lang.Number getYValue()
protected java.lang.Number getZValue()
protected JRPrintHyperlink getPrintItemHyperlink()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic JRHyperlink getItemHyperlink()
JRXyzSeriesThe hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink in interface JRXyzSeriespublic boolean hasItemHyperlinks()
public java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object© 2001-2010 Jaspersoft Corporation www.jaspersoft.com