|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.charts.base.JRBaseXySeries
net.sf.jasperreports.charts.design.JRDesignXySeries
public class JRDesignXySeries
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries |
---|
itemHyperlink, labelExpression, seriesExpression, xValueExpression, yValueExpression |
Constructor Summary | |
---|---|
JRDesignXySeries()
|
Method Summary | |
---|---|
void |
setItemHyperlink(JRHyperlink itemHyperlink)
Sets the hyperlink specification for chart items. |
void |
setLabelExpression(JRExpression labelExpression)
|
void |
setSeriesExpression(JRExpression seriesExpression)
|
void |
setXValueExpression(JRExpression xValueExpression)
|
void |
setYValueExpression(JRExpression yValueExpression)
|
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries |
---|
getItemHyperlink, getLabelExpression, getSeriesExpression, getXValueExpression, getYValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRDesignXySeries()
Method Detail |
---|
public void setSeriesExpression(JRExpression seriesExpression)
public void setXValueExpression(JRExpression xValueExpression)
public void setYValueExpression(JRExpression yValueExpression)
public void setLabelExpression(JRExpression labelExpression)
public void setItemHyperlink(JRHyperlink itemHyperlink)
itemHyperlink
- the hyperlink specificationJRBaseXySeries.getItemHyperlink()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |