Package org.eclipse.birt.chart.factory
Class RunTimeContext.StateKey<T>
java.lang.Object
org.eclipse.birt.chart.factory.RunTimeContext.StateKey<T>
- Enclosing class:
- RunTimeContext
Predifined static keys for states.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunTimeContext.StateKey<IChartComputation>
Key to reference Chart Computation.static final RunTimeContext.StateKey<Boolean>
Key to reference if the data of chart is empty.static final RunTimeContext.StateKey<Map<Label,
LabelLimiter>> Key to reference LabelLimiter lookup table. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> RunTimeContext.StateKey<T>
create
(boolean needClear) boolean
Check if the state should be clear itself after chart rendering.
-
Field Details
-
DATA_EMPTY_KEY
Key to reference if the data of chart is empty. -
LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table. -
CHART_COMPUTATION_KEY
Key to reference Chart Computation.
-
-
Method Details
-
needClear
public boolean needClear()Check if the state should be clear itself after chart rendering.- Returns:
-
create
-