|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.dataset.AbstractDataset
ar.com.fdvs.dj.domain.chart.dataset.CategoryDataset
public class CategoryDataset
| Field Summary |
|---|
| Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
|---|
SERIAL_VERSION_UID |
| Constructor Summary | |
|---|---|
CategoryDataset()
|
|
| Method Summary | |
|---|---|
void |
addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
void |
addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label. |
void |
addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression. |
void |
clearSeries()
Removes all defined series. |
PropertyColumn |
getCategory()
Returns the category column. |
List |
getColumns()
|
PropertyColumn |
getColumnsGroup()
|
List |
getSeries()
Returns a list of all the defined series. |
boolean |
isUseSeriesAsCategory()
|
void |
removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset. |
void |
setCategory(PropertyColumn category)
Sets the category column. |
void |
setUseSeriesAsCategory(boolean useSeriesAsCategory)
|
net.sf.jasperreports.engine.design.JRDesignChartDataset |
transform(DynamicJasperDesign design,
String name,
net.sf.jasperreports.engine.design.JRDesignGroup group,
net.sf.jasperreports.engine.design.JRDesignGroup parentGroup,
Map vars)
|
| Methods inherited from class ar.com.fdvs.dj.domain.chart.dataset.AbstractDataset |
|---|
getExpressionFromVariable, setResetStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryDataset()
| Method Detail |
|---|
public void setCategory(PropertyColumn category)
category - the category columnpublic PropertyColumn getCategory()
public void addSerie(AbstractColumn column)
column - the serie column
public void addSerie(AbstractColumn column,
String label)
column - the serie columnlabel - column the custom label
public void addSerie(AbstractColumn column,
StringExpression labelExpression)
column - the serie columnlabelExpression - column the custom label expressionpublic void removeSerie(AbstractColumn column)
column - the serie columnpublic void clearSeries()
public List getSeries()
public void setUseSeriesAsCategory(boolean useSeriesAsCategory)
public boolean isUseSeriesAsCategory()
public net.sf.jasperreports.engine.design.JRDesignChartDataset transform(DynamicJasperDesign design,
String name,
net.sf.jasperreports.engine.design.JRDesignGroup group,
net.sf.jasperreports.engine.design.JRDesignGroup parentGroup,
Map vars)
transform in class AbstractDatasetpublic List getColumns()
getColumns in class AbstractDatasetpublic PropertyColumn getColumnsGroup()
getColumnsGroup in class AbstractDataset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||