public class JRDesignCategorySeries extends JRBaseCategorySeries implements JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CATEGORY_EXPRESSION |
static String |
PROPERTY_ITEM_HYPERLINK |
static String |
PROPERTY_LABEL_EXPRESSION |
static String |
PROPERTY_SERIES_EXPRESSION |
static String |
PROPERTY_VALUE_EXPRESSION |
categoryExpression, itemHyperlink, labelExpression, seriesExpression, valueExpression| Constructor and Description |
|---|
JRDesignCategorySeries() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCategoryExpression(JRExpression categoryExpression) |
void |
setItemHyperlink(JRHyperlink itemHyperlink)
Sets the hyperlink specification for chart items.
|
void |
setLabelExpression(JRExpression labelExpression) |
void |
setSeriesExpression(JRExpression seriesExpression) |
void |
setValueExpression(JRExpression valueExpression) |
getCategoryExpression, getItemHyperlink, getLabelExpression, getSeriesExpression, getValueExpressionpublic static final String PROPERTY_CATEGORY_EXPRESSION
public static final String PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
public void setSeriesExpression(JRExpression seriesExpression)
public void setCategoryExpression(JRExpression categoryExpression)
public void setValueExpression(JRExpression valueExpression)
public void setLabelExpression(JRExpression labelExpression)
public void setItemHyperlink(JRHyperlink itemHyperlink)
itemHyperlink - the hyperlink specificationJRBaseCategorySeries.getItemHyperlink()public Object clone()
clone in interface JRCloneableclone in class JRBaseCategorySeriespublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.