org.eclipse.birt.chart.factory
Class RunTimeContext.StateKey<T>

java.lang.Object
  extended by org.eclipse.birt.chart.factory.RunTimeContext.StateKey<T>
Enclosing class:
RunTimeContext

public static class RunTimeContext.StateKey<T>
extends java.lang.Object

Predifined static keys for states.


Field Summary
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,org.eclipse.birt.chart.computation.LabelLimiter>> LABEL_LIMITER_LOOKUP_KEY
          Key to reference LabelLimiter lookup table.
 
Constructor Summary
RunTimeContext.StateKey()
           
 
Method Summary
static
<T> RunTimeContext.StateKey<T>
create()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_EMPTY_KEY

public static final RunTimeContext.StateKey<java.lang.Boolean> DATA_EMPTY_KEY
Key to reference if the data of chart is empty.


LABEL_LIMITER_LOOKUP_KEY

public static final RunTimeContext.StateKey<java.util.Map<Label,org.eclipse.birt.chart.computation.LabelLimiter>> LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table.

Constructor Detail

RunTimeContext.StateKey

public RunTimeContext.StateKey()
Method Detail

create

public static <T> RunTimeContext.StateKey<T> create()


Copyright © 2005-2008 Actuate Corp. All rights reserved.