net.sf.jasperreports.charts
Interface JRXySeries

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseXySeries, JRDesignXySeries, JRFillXySeries

public interface JRXySeries
extends JRCloneable

Version:
$Id: JRXySeries.java 3032 2009-08-27 11:32:28Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
 JRHyperlink getItemHyperlink()
          Returns the hyperlink specification for chart items.
 JRExpression getLabelExpression()
           
 JRExpression getSeriesExpression()
           
 JRExpression getXValueExpression()
           
 JRExpression getYValueExpression()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getSeriesExpression

JRExpression getSeriesExpression()

getXValueExpression

JRExpression getXValueExpression()

getYValueExpression

JRExpression getYValueExpression()

getLabelExpression

JRExpression getLabelExpression()

getItemHyperlink

JRHyperlink getItemHyperlink()
Returns the hyperlink specification for chart items.

The hyperlink will be evaluated for every chart item and a image map will be created for the chart.

Returns:
hyperlink specification for chart items


Copyright © 2011. All Rights Reserved.