|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.factory.RunTimeContext.StateKey<T>
public static class RunTimeContext.StateKey<T>
Predifined static keys for states.
Field Summary | |
---|---|
static RunTimeContext.StateKey<IChartComputation> |
CHART_COMPUTATION_KEY
Key to reference Chart Computation. |
static RunTimeContext.StateKey<java.lang.Boolean> |
DATA_EMPTY_KEY
Key to reference if the data of chart is empty. |
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table. |
Method Summary | ||
---|---|---|
static
|
create(boolean needClear)
|
|
boolean |
needClear()
Check if the state should be clear itself after chart rendering. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RunTimeContext.StateKey<java.lang.Boolean> DATA_EMPTY_KEY
public static final RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> LABEL_LIMITER_LOOKUP_KEY
public static final RunTimeContext.StateKey<IChartComputation> CHART_COMPUTATION_KEY
Method Detail |
---|
public boolean needClear()
public static <T> RunTimeContext.StateKey<T> create(boolean needClear)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |