Class DesignDataAxisLevel
- java.lang.Object
-
- net.sf.jasperreports.engine.analytics.dataset.BaseDataAxisLevel
-
- net.sf.jasperreports.engine.analytics.dataset.DesignDataAxisLevel
-
- All Implemented Interfaces:
Serializable,Cloneable,DataAxisLevel,JRCloneable
public class DesignDataAxisLevel extends BaseDataAxisLevel
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_BUCKETstatic StringPROPERTY_LABEL_EXPRESSIONstatic StringPROPERTY_NAME-
Fields inherited from class net.sf.jasperreports.engine.analytics.dataset.BaseDataAxisLevel
bucket, labelExpression, name
-
-
Constructor Summary
Constructors Constructor Description DesignDataAxisLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPropertyChangeSupportgetEventSupport()voidsetBucket(DataLevelBucket bucket)voidsetLabelExpression(JRExpression expression)voidsetName(String name)-
Methods inherited from class net.sf.jasperreports.engine.analytics.dataset.BaseDataAxisLevel
clone, getBucket, getLabelExpression, getName
-
-
-
-
Field Detail
-
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_BUCKET
public static final String PROPERTY_BUCKET
- See Also:
- Constant Field Values
-
-
Method Detail
-
setName
public void setName(String name)
-
setLabelExpression
public void setLabelExpression(JRExpression expression)
-
setBucket
public void setBucket(DataLevelBucket bucket)
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
-
-