Uses of Class
org.eclipse.birt.chart.model.attribute.RiserType

Packages that use RiserType
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.model.type Contains a default out-of-the-box set of series type interfaces that are associated with all charts. 
org.eclipse.birt.chart.model.type.impl Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. 
 

Uses of RiserType in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as RiserType
static RiserType RiserType.RECTANGLE_LITERAL
          The 'Rectangle' literal object.
static RiserType RiserType.TRIANGLE_LITERAL
          The 'Triangle' literal object.
static RiserType RiserType.TUBE_LITERAL
          The 'Tube' literal object.
static RiserType RiserType.CONE_LITERAL
          The 'Cone' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return RiserType
static RiserType RiserType.get(java.lang.String literal)
          Returns the 'Riser Type' literal with the specified literal value.
static RiserType RiserType.getByName(java.lang.String name)
          Returns the 'Riser Type' literal with the specified name.
static RiserType RiserType.get(int value)
          Returns the 'Riser Type' literal with the specified integer value.
 

Uses of RiserType in org.eclipse.birt.chart.model.attribute.impl
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return RiserType
 RiserType AttributeFactoryImpl.createRiserTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RiserType AttributeFactoryImpl.createRiserTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of RiserType in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type RiserType
 boolean AttributeValidator.validateRiserType(RiserType riserType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateRiserTypeObject(RiserType riserTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of RiserType in org.eclipse.birt.chart.model.type
 

Methods in org.eclipse.birt.chart.model.type that return RiserType
 RiserType BarSeries.getRiser()
          Returns the value of the 'Riser' attribute.
 

Methods in org.eclipse.birt.chart.model.type with parameters of type RiserType
 void BarSeries.setRiser(RiserType value)
          Sets the value of the 'Riser' attribute.
 

Uses of RiserType in org.eclipse.birt.chart.model.type.impl
 

Methods in org.eclipse.birt.chart.model.type.impl that return RiserType
 RiserType BarSeriesImpl.getRiser()
           
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type RiserType
 void BarSeriesImpl.setRiser(RiserType newRiser)
           
 



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