|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChart
Method Summary | |
---|---|
DatasetMap |
calculateValue()
Calculate value. |
void |
configureChart(it.eng.spago.base.SourceBean content)
Configure chart. |
org.jfree.chart.JFreeChart |
createChart(DatasetMap dataset)
Creates the chart. |
org.jfree.data.general.Dataset |
filterDataset(org.jfree.data.general.Dataset dataset,
java.util.HashMap categories,
int catSelected,
int numberCatsVisualization)
Filter dataset. |
boolean |
getChangeViewParameter(java.lang.String changePar)
Gets the change view parameter. |
java.lang.String |
getChangeViewParameterLabel(java.lang.String changePar,
int i)
Gets the change view parameter label. |
java.lang.String |
getData()
Gets the data. |
int |
getHeight()
Gets the height. |
java.lang.String |
getName()
Gets the name. |
java.util.Map |
getParametersObject()
Gets the parameters object. |
java.util.List |
getPossibleChangePars()
Gets the possible change pars. |
int |
getTitleDimension()
|
int |
getWidth()
Gets the width. |
boolean |
isChangeableView()
Checks if is changeable view. |
boolean |
isLegend()
Checks if is legend. |
boolean |
isLinkable()
Checks if is linkable. |
void |
setChangeViewChecked(boolean b)
Sets the change view checked. |
void |
setChangeViewsParameter(java.lang.String changePar,
boolean how)
Sets the change views parameter. |
void |
setData(java.lang.String data)
Sets the data. |
void |
setHeight(int height)
Sets the height. |
void |
setLegend(boolean legend)
Sets the legend. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParametersObject(java.util.Map paramsObject)
Sets the parameters object. |
void |
setTitleDimension(int d)
|
void |
setWidth(int width)
Sets the width. |
Method Detail |
---|
org.jfree.chart.JFreeChart createChart(DatasetMap dataset)
chartTitle
- the chart titledataset
- the dataset
void configureChart(it.eng.spago.base.SourceBean content)
content
- the contentDatasetMap calculateValue() throws java.lang.Exception
java.lang.Exception
- the exceptionorg.jfree.data.general.Dataset filterDataset(org.jfree.data.general.Dataset dataset, java.util.HashMap categories, int catSelected, int numberCatsVisualization)
dataset
- the datasetcategories
- the categoriescatSelected
- the cat selectednumberCatsVisualization
- the number cats visualization
java.lang.String getName()
void setName(java.lang.String name)
name
- the new nameint getWidth()
void setWidth(int width)
width
- the new widthint getHeight()
void setHeight(int height)
height
- the new heightjava.lang.String getData()
void setData(java.lang.String data)
data
- the new databoolean isChangeableView()
void setChangeViewChecked(boolean b)
b
- the new change view checkedboolean isLinkable()
java.util.List getPossibleChangePars()
void setChangeViewsParameter(java.lang.String changePar, boolean how)
changePar
- the change parhow
- the howboolean getChangeViewParameter(java.lang.String changePar)
changePar
- the change par
java.lang.String getChangeViewParameterLabel(java.lang.String changePar, int i)
changePar
- the change pari
- the i
boolean isLegend()
void setLegend(boolean legend)
legend
- the new legendjava.util.Map getParametersObject()
void setParametersObject(java.util.Map paramsObject)
paramsObject
- the new parameters objectvoid setTitleDimension(int d)
int getTitleDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |