|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.chart.bo.ChartImpl
it.eng.spagobi.engines.chart.bo.charttypes.piecharts.PieCharts
it.eng.spagobi.engines.chart.bo.charttypes.piecharts.LinkablePie
public class LinkablePie
Field Summary | |
---|---|
static java.lang.String |
CHANGE_VIEW_3D
|
static java.lang.String |
CHANGE_VIEW_3D_LABEL
|
static java.lang.String |
CHANGE_VIEW_3D_LABEL1
|
static java.lang.String |
CHANGE_VIEW_3D_LABEL2
|
static java.lang.String |
CHANGE_VIEW_PERCENTAGE
|
static java.lang.String |
CHANGE_VIEW_PERCENTAGE_LABEL
|
static java.lang.String |
CHANGE_VIEW_PERCENTAGE_LABEL1
|
static java.lang.String |
CHANGE_VIEW_PERCENTAGE_LABEL2
|
Fields inherited from class it.eng.spagobi.engines.chart.bo.ChartImpl |
---|
color, confDataset, data, defaultLabelsStyle, filter, height, isLovConfDefined, legend, legendPosition, name, parametersObject, profile, seriesLabelsMap, slider, styleSubTitle, styleTitle, subName, subtype, titleDimension, type, width |
Constructor Summary | |
---|---|
LinkablePie()
|
Method Summary | |
---|---|
void |
configureChart(it.eng.spago.base.SourceBean content)
configureChart reads the content of the template and sets the chart parameters. |
org.jfree.chart.JFreeChart |
createChart(DatasetMap datasets)
This function creates the chart object. |
java.lang.String |
getCategoryUrlName()
Gets the category url name. |
static java.lang.String |
getCHANGE_VIEW_3D_LABEL()
Gets the cHANG e_ vie w_3 d_ label. |
static java.lang.String |
getCHANGE_VIEW_3D_LABEL1()
Gets the cHANG e_ vie w_3 d_ labe l1. |
static java.lang.String |
getCHANGE_VIEW_3D_LABEL2()
Gets the cHANG e_ vie w_3 d_ labe l2. |
static java.lang.String |
getCHANGE_VIEW_3D()
Gets the cHANG e_ vie w_3 d. |
static java.lang.String |
getCHANGE_VIEW_PERCENTAGE_LABEL()
Gets the cHANG e_ vie w_ percentag e_ label. |
static java.lang.String |
getCHANGE_VIEW_PERCENTAGE_LABEL1()
Gets the cHANG e_ vie w_ percentag e_ labe l1. |
static java.lang.String |
getCHANGE_VIEW_PERCENTAGE_LABEL2()
Gets the cHANG e_ vie w_ percentag e_ labe l2. |
static java.lang.String |
getCHANGE_VIEW_PERCENTAGE()
Gets the cHANG e_ vie w_ percentage. |
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 |
getDocument_Parameters(java.util.HashMap drillParameters)
Gets document parameters and return a string in the form ¶m1=value1¶m2=value2 ... |
java.lang.String |
getDrillLabel()
Gets the drill label. |
java.util.HashMap |
getDrillParameter()
Gets the drill parameter. |
java.lang.String |
getMode()
Gets the mode. |
java.util.List |
getPossibleChangePars()
Gets the possible change pars. |
java.lang.String |
getRootUrl()
Gets the root url. |
java.lang.String |
getSerieUrlname()
Gets the serie urlname. |
boolean |
isChangeableView()
Checks if is changeable view. |
boolean |
isLinkable()
Checks if is linkable. |
boolean |
isPercentage()
Checks if is percentage. |
boolean |
isPercentageConfigured()
Checks if is percentage configured. |
boolean |
isThreeD()
Checks if is three d. |
boolean |
isThreedViewConfigured()
Checks if is threed view configured. |
void |
setCategoryUrlName(java.lang.String categoryUrlName)
Sets the category url name. |
void |
setChangeViewsParameter(java.lang.String changePar,
boolean how)
Sets the change views parameter. |
void |
setDrillLabel(java.lang.String drillLabel)
Sets the drill label. |
void |
setDrillParameter(java.util.HashMap drillParameter)
Sets the drill parameter. |
void |
setMode(java.lang.String mode)
Sets the mode. |
void |
setPercentage(boolean percentage)
Sets the percentage. |
void |
setPercentageConfigured(boolean isPercentageConfigured)
Sets the percentage configured. |
void |
setRootUrl(java.lang.String rootUrl)
Sets the root url. |
void |
setSerieUrlname(java.lang.String serieUrlname)
Sets the serie urlname. |
void |
setThreeD(boolean threeD)
Sets the three d. |
void |
setThreedViewConfigured(boolean isThreedViewConfigured)
Sets the threed view configured. |
Methods inherited from class it.eng.spagobi.engines.chart.bo.charttypes.piecharts.PieCharts |
---|
calculateValue, getConfParameters, setConfParameters |
Methods inherited from class it.eng.spagobi.engines.chart.bo.ChartImpl |
---|
createChart, drawLegend, filterDataset, getChangeViewLabel, getColor, getConfDataset, getData, getHeight, getLegendPosition, getName, getParametersObject, getProfile, getSeriesLabels, getSubtype, getTitleDimension, getType, getWidth, isFilter, isLegend, isLovConfDefined, isSlider, setChangeViewChecked, setColor, setConfDataset, setData, setFilter, setHeight, setLegend, setLegendPosition, setLovConfDefined, setName, setParametersObject, setProfile, setSeriesLabels, setSlider, setStyleTitle, setSubName, setSubtype, setTitleDimension, setTitleParameter, setType, setWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CHANGE_VIEW_3D_LABEL
public static final java.lang.String CHANGE_VIEW_3D_LABEL1
public static final java.lang.String CHANGE_VIEW_3D_LABEL2
public static final java.lang.String CHANGE_VIEW_3D
public static final java.lang.String CHANGE_VIEW_PERCENTAGE_LABEL
public static final java.lang.String CHANGE_VIEW_PERCENTAGE_LABEL1
public static final java.lang.String CHANGE_VIEW_PERCENTAGE_LABEL2
public static final java.lang.String CHANGE_VIEW_PERCENTAGE
Constructor Detail |
---|
public LinkablePie()
Method Detail |
---|
public void configureChart(it.eng.spago.base.SourceBean content)
ChartImpl
configureChart
in interface IChart
configureChart
in class PieCharts
content
- the contentpublic org.jfree.chart.JFreeChart createChart(DatasetMap datasets)
ChartImpl
createChart
in interface IChart
createChart
in class PieCharts
datasets
- the dataset
public boolean isChangeableView()
IChart
isChangeableView
in interface IChart
isChangeableView
in class ChartImpl
public void setChangeViewsParameter(java.lang.String changePar, boolean how)
IChart
setChangeViewsParameter
in interface IChart
setChangeViewsParameter
in class ChartImpl
changePar
- the change parhow
- the howpublic boolean getChangeViewParameter(java.lang.String changePar)
IChart
getChangeViewParameter
in interface IChart
getChangeViewParameter
in class ChartImpl
changePar
- the change par
public java.lang.String getChangeViewParameterLabel(java.lang.String changePar, int i)
IChart
getChangeViewParameterLabel
in interface IChart
getChangeViewParameterLabel
in class ChartImpl
changePar
- the change pari
- the i
public java.util.List getPossibleChangePars()
IChart
getPossibleChangePars
in interface IChart
getPossibleChangePars
in class ChartImpl
public boolean isThreeD()
public void setThreeD(boolean threeD)
threeD
- the new three dpublic boolean isThreedViewConfigured()
public void setThreedViewConfigured(boolean isThreedViewConfigured)
isThreedViewConfigured
- the new threed view configuredpublic boolean isPercentage()
public void setPercentage(boolean percentage)
percentage
- the new percentagepublic boolean isPercentageConfigured()
public void setPercentageConfigured(boolean isPercentageConfigured)
isPercentageConfigured
- the new percentage configuredpublic java.lang.String getRootUrl()
ILinkableChart
getRootUrl
in interface ILinkableChart
public void setRootUrl(java.lang.String rootUrl)
ILinkableChart
setRootUrl
in interface ILinkableChart
rootUrl
- the new root urlpublic java.lang.String getMode()
ILinkableChart
getMode
in interface ILinkableChart
public void setMode(java.lang.String mode)
ILinkableChart
setMode
in interface ILinkableChart
mode
- the new modepublic java.lang.String getDrillLabel()
ILinkableChart
getDrillLabel
in interface ILinkableChart
public void setDrillLabel(java.lang.String drillLabel)
ILinkableChart
setDrillLabel
in interface ILinkableChart
drillLabel
- the new drill labelpublic java.util.HashMap getDrillParameter()
ILinkableChart
getDrillParameter
in interface ILinkableChart
public void setDrillParameter(java.util.HashMap drillParameter)
ILinkableChart
setDrillParameter
in interface ILinkableChart
drillParameter
- the new drill parameterpublic static java.lang.String getCHANGE_VIEW_3D_LABEL()
public static java.lang.String getCHANGE_VIEW_3D_LABEL1()
public static java.lang.String getCHANGE_VIEW_3D_LABEL2()
public static java.lang.String getCHANGE_VIEW_3D()
public static java.lang.String getCHANGE_VIEW_PERCENTAGE_LABEL()
public static java.lang.String getCHANGE_VIEW_PERCENTAGE_LABEL1()
public static java.lang.String getCHANGE_VIEW_PERCENTAGE_LABEL2()
public static java.lang.String getCHANGE_VIEW_PERCENTAGE()
public boolean isLinkable()
IChart
isLinkable
in interface IChart
isLinkable
in class ChartImpl
public java.lang.String getCategoryUrlName()
ILinkableChart
getCategoryUrlName
in interface ILinkableChart
public void setCategoryUrlName(java.lang.String categoryUrlName)
ILinkableChart
setCategoryUrlName
in interface ILinkableChart
categoryUrlName
- the new category url namepublic java.lang.String getDocument_Parameters(java.util.HashMap drillParameters)
ILinkableChart
getDocument_Parameters
in interface ILinkableChart
drillParameters
- the drill parameters
public java.lang.String getSerieUrlname()
ILinkableChart
getSerieUrlname
in interface ILinkableChart
public void setSerieUrlname(java.lang.String serieUrlname)
ILinkableChart
setSerieUrlname
in interface ILinkableChart
serieUrlname
- the new serie urlname
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |