|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.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 IChartScriptContext
public void setChartInstance(Chart cm)
cm
- Chartpublic IExternalContext getExternalContext()
getExternalContext
in interface IChartScriptContext
public void setExternalContext(IExternalContext externalContext)
externalContext
- the context of scriptpublic java.util.Locale getLocale()
getLocale
in interface IChartScriptContext
public com.ibm.icu.util.ULocale getULocale()
getULocale
in interface IChartScriptContext
public void setULocale(com.ibm.icu.util.ULocale locale)
locale
- Localepublic ILogger getLogger()
getLogger
in interface IChartScriptContext
ILogger
public void setLogger(ILogger logger)
logger
- Logger
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |