|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunTimeContext.StateKey | |
---|---|
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
Uses of RunTimeContext.StateKey in org.eclipse.birt.chart.factory |
---|
Fields in org.eclipse.birt.chart.factory declared as RunTimeContext.StateKey | |
---|---|
static RunTimeContext.StateKey<IChartComputation> |
RunTimeContext.StateKey.CHART_COMPUTATION_KEY
Key to reference Chart Computation. |
static RunTimeContext.StateKey<IChartComputation> |
RunTimeContext.StateKey.CHART_COMPUTATION_KEY
Key to reference Chart Computation. |
static RunTimeContext.StateKey<java.lang.Boolean> |
RunTimeContext.StateKey.DATA_EMPTY_KEY
Key to reference if the data of chart is empty. |
static RunTimeContext.StateKey<java.lang.Boolean> |
RunTimeContext.StateKey.DATA_EMPTY_KEY
Key to reference if the data of chart is empty. |
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table. |
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table. |
Methods in org.eclipse.birt.chart.factory that return RunTimeContext.StateKey | ||
---|---|---|
static
|
RunTimeContext.StateKey.create(boolean needClear)
|
|
static
|
RunTimeContext.StateKey.create(boolean needClear)
|
Methods in org.eclipse.birt.chart.factory with parameters of type RunTimeContext.StateKey | ||
---|---|---|
|
RunTimeContext.getState(RunTimeContext.StateKey<T> key)
|
|
|
RunTimeContext.getState(RunTimeContext.StateKey<T> key)
|
|
|
RunTimeContext.putState(RunTimeContext.StateKey<T> key,
T value)
|
|
|
RunTimeContext.putState(RunTimeContext.StateKey<T> key,
T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |