Uses of Interface
org.eclipse.birt.chart.model.data.Rule

Packages that use Rule
org.eclipse.birt.chart.model.data Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. 
org.eclipse.birt.chart.model.data.impl Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. 
org.eclipse.birt.chart.model.data.util This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. 
 

Uses of Rule in org.eclipse.birt.chart.model.data
 

Methods in org.eclipse.birt.chart.model.data that return Rule
 Rule DataFactory.createRule()
          Deprecated. only reserved for compatibility
 

Uses of Rule in org.eclipse.birt.chart.model.data.impl
 

Classes in org.eclipse.birt.chart.model.data.impl that implement Rule
 class RuleImpl
          Deprecated. only reserved for compatibility
 

Methods in org.eclipse.birt.chart.model.data.impl that return Rule
 Rule DataFactoryImpl.createRule()
           
static Rule RuleImpl.create(RuleType rt, java.lang.String sValue)
          Deprecated. A convenience method provided to create a new initialized rule instance
 

Uses of Rule in org.eclipse.birt.chart.model.data.util
 

Methods in org.eclipse.birt.chart.model.data.util with parameters of type Rule
 java.lang.Object DataSwitch.caseRule(Rule object)
          Returns the result of interpretting the object as an instance of 'Rule'.
 



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