Uses of Enum
org.eclipse.birt.chart.model.attribute.RiserType
Packages that use RiserType
Package
Description
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
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 with type parameters of type RiserTypeModifier and TypeFieldDescriptionRiserType.VALUES
A public read-only list of all the 'Riser Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return RiserTypeModifier and TypeMethodDescriptionstatic RiserType
RiserType.get
(int value) Returns the 'Riser Type' literal with the specified integer value.static RiserType
Returns the 'Riser Type' literal with the specified literal value.static RiserType
Returns the 'Riser Type' literal with the specified name.static RiserType
Returns the enum constant of this type with the specified name.static RiserType[]
RiserType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RiserType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return RiserTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createRiserTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createRiserTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of RiserType in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return RiserTypeModifier and TypeMethodDescriptionBarSeries.getRiser()
Returns the value of the 'Riser' attribute.Methods in org.eclipse.birt.chart.model.type with parameters of type RiserType -
Uses of RiserType in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return RiserTypeMethods in org.eclipse.birt.chart.model.type.impl with parameters of type RiserType