| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> RunTimeContext.StateKey<T> |
RunTimeContext.StateKey.create(boolean needClear) |
static <T> RunTimeContext.StateKey<T> |
RunTimeContext.StateKey.create(boolean needClear) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
RunTimeContext.getState(RunTimeContext.StateKey<T> key) |
<T> T |
RunTimeContext.getState(RunTimeContext.StateKey<T> key) |
<T> void |
RunTimeContext.putState(RunTimeContext.StateKey<T> key,
T value) |
<T> void |
RunTimeContext.putState(RunTimeContext.StateKey<T> key,
T value) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.