public class JRBaseXySeries extends java.lang.Object implements JRXySeries, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
autoSort |
protected JRHyperlink |
itemHyperlink |
protected JRExpression |
labelExpression |
protected JRExpression |
seriesExpression |
protected JRExpression |
xValueExpression |
protected JRExpression |
yValueExpression |
Modifier | Constructor and Description |
---|---|
protected |
JRBaseXySeries() |
|
JRBaseXySeries(JRXySeries xySeries,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Boolean |
getAutoSort() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getXValueExpression() |
JRExpression |
getYValueExpression() |
protected JRExpression seriesExpression
protected JRExpression xValueExpression
protected JRExpression yValueExpression
protected JRExpression labelExpression
protected JRHyperlink itemHyperlink
protected java.lang.Boolean autoSort
protected JRBaseXySeries()
public JRBaseXySeries(JRXySeries xySeries, JRBaseObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression
in interface JRXySeries
java.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 JRXySeries
public JRExpression getYValueExpression()
getYValueExpression
in interface JRXySeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRXySeries
public JRHyperlink getItemHyperlink()
JRXySeries
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRXySeries
public java.lang.Boolean getAutoSort()
getAutoSort
in interface JRXySeries
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com