net.sf.jasperreports.charts.design
Class JRDesignTimeSeries

java.lang.Object
  extended by net.sf.jasperreports.charts.base.JRBaseTimeSeries
      extended by net.sf.jasperreports.charts.design.JRDesignTimeSeries
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, JRTimeSeries, JRChangeEventsSupport, JRCloneable

public class JRDesignTimeSeries
extends JRBaseTimeSeries
implements JRChangeEventsSupport

Version:
$Id: JRDesignTimeSeries.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTY_ITEM_HYPERLINK
           
static java.lang.String PROPERTY_LABEL_EXPRESSION
           
static java.lang.String PROPERTY_SERIES_EXPRESSION
           
static java.lang.String PROPERTY_TIME_PERIOD_EXPRESSION
           
static java.lang.String PROPERTY_VALUE_EXPRESSION
           
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeries
itemHyperlink, labelExpression, seriesExpression, timePeriodExpression, valueExpression
 
Constructor Summary
JRDesignTimeSeries()
           
 
Method Summary
 java.lang.Object clone()
           
 JRPropertyChangeSupport getEventSupport()
          Returns the property change support object for this instance.
 void setItemHyperlink(JRHyperlink itemHyperlink)
           
 void setLabelExpression(JRExpression labelExpression)
           
 void setSeriesExpression(JRExpression seriesExpression)
           
 void setTimePeriodExpression(JRExpression timePeriodExpression)
           
 void setValueExpression(JRExpression valueExpression)
           
 
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeries
getItemHyperlink, getLabelExpression, getSeriesExpression, getTimePeriodExpression, getValueExpression
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_ITEM_HYPERLINK

public static final java.lang.String PROPERTY_ITEM_HYPERLINK
See Also:
Constant Field Values

PROPERTY_LABEL_EXPRESSION

public static final java.lang.String PROPERTY_LABEL_EXPRESSION
See Also:
Constant Field Values

PROPERTY_SERIES_EXPRESSION

public static final java.lang.String PROPERTY_SERIES_EXPRESSION
See Also:
Constant Field Values

PROPERTY_TIME_PERIOD_EXPRESSION

public static final java.lang.String PROPERTY_TIME_PERIOD_EXPRESSION
See Also:
Constant Field Values

PROPERTY_VALUE_EXPRESSION

public static final java.lang.String PROPERTY_VALUE_EXPRESSION
See Also:
Constant Field Values
Constructor Detail

JRDesignTimeSeries

public JRDesignTimeSeries()
Method Detail

setSeriesExpression

public void setSeriesExpression(JRExpression seriesExpression)

setTimePeriodExpression

public void setTimePeriodExpression(JRExpression timePeriodExpression)

setValueExpression

public void setValueExpression(JRExpression valueExpression)

setLabelExpression

public void setLabelExpression(JRExpression labelExpression)

setItemHyperlink

public void setItemHyperlink(JRHyperlink itemHyperlink)

clone

public java.lang.Object clone()
Specified by:
clone in interface JRCloneable
Overrides:
clone in class JRBaseTimeSeries

getEventSupport

public JRPropertyChangeSupport getEventSupport()
Description copied from interface: JRChangeEventsSupport
Returns the property change support object for this instance.

Specified by:
getEventSupport in interface JRChangeEventsSupport
Returns:
the property change support object for this instance


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com