|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.chart.internal.script.ChartScriptContext
An internal implementation for IChartScriptContext
| Constructor Summary | |
ChartScriptContext()
The constructor. |
|
| Method Summary | |
Chart |
getChartInstance()
|
IExternalContext |
getExternalContext()
|
java.util.Locale |
getLocale()
|
ILogger |
getLogger()
|
com.ibm.icu.util.ULocale |
getULocale()
|
void |
setChartInstance(Chart cm)
Binding the script context with the chart instance |
void |
setExternalContext(IExternalContext externalContext)
|
void |
setLogger(ILogger logger)
Sets associated logger. |
void |
setULocale(com.ibm.icu.util.ULocale locale)
Sets associated locale. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChartScriptContext()
| Method Detail |
public Chart getChartInstance()
getChartInstance in interface IChartScriptContextpublic void setChartInstance(Chart cm)
cm - Chartpublic IExternalContext getExternalContext()
getExternalContext in interface IChartScriptContextpublic void setExternalContext(IExternalContext externalContext)
externalContext - the context of scriptpublic java.util.Locale getLocale()
getLocale in interface IChartScriptContextpublic com.ibm.icu.util.ULocale getULocale()
getULocale in interface IChartScriptContextpublic void setULocale(com.ibm.icu.util.ULocale locale)
locale - Localepublic ILogger getLogger()
getLogger in interface IChartScriptContextILoggerpublic void setLogger(ILogger logger)
logger - Logger
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||