Uses of Enum
org.eclipse.birt.chart.model.attribute.AxisType
Packages that use AxisType
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.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
-
Uses of AxisType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type AxisTypeModifier and TypeFieldDescriptionAxisType.VALUES
A public read-only list of all the 'Axis Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return AxisTypeModifier and TypeMethodDescriptionstatic AxisType
AxisType.get
(int value) Returns the 'Axis Type' literal with the specified integer value.static AxisType
Returns the 'Axis Type' literal with the specified literal value.static AxisType
Returns the 'Axis Type' literal with the specified name.static AxisType
Returns the enum constant of this type with the specified name.static AxisType[]
AxisType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AxisType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return AxisTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createAxisTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createAxisTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of AxisType in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return AxisTypeMethods in org.eclipse.birt.chart.model.component with parameters of type AxisType -
Uses of AxisType in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return AxisTypeMethods in org.eclipse.birt.chart.model.component.impl with parameters of type AxisType