public class JRFillXySeries extends Object implements JRXySeries
| Modifier and Type | Field and Description |
|---|---|
protected JRXySeries |
parent |
| Constructor and Description |
|---|
JRFillXySeries(JRXySeries xySeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateItemHyperlink(JRCalculator calculator) |
Boolean |
getAutoSort() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
protected String |
getLabel() |
JRExpression |
getLabelExpression() |
protected JRPrintHyperlink |
getPrintItemHyperlink() |
protected Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
protected Number |
getXValue() |
JRExpression |
getXValueExpression() |
protected Number |
getYValue() |
JRExpression |
getYValueExpression() |
boolean |
hasItemHyperlinks() |
protected JRXySeries parent
public JRFillXySeries(JRXySeries xySeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRXySeriesjava.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
<xySeries> tag is used inside the <xyDataset> tag.public JRExpression getXValueExpression()
getXValueExpression in interface JRXySeriespublic JRExpression getYValueExpression()
getYValueExpression in interface JRXySeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRXySeriespublic Boolean getAutoSort()
getAutoSort in interface JRXySeriesprotected Comparable<?> getSeries()
protected Number getXValue()
protected Number getYValue()
protected String getLabel()
protected JRPrintHyperlink getPrintItemHyperlink()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic JRHyperlink getItemHyperlink()
JRXySeriesThe hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink in interface JRXySeriespublic boolean hasItemHyperlinks()
public Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.