Uses of Enum
org.eclipse.birt.chart.model.attribute.ScaleUnitType
Packages that use ScaleUnitType
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 ScaleUnitType in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type ScaleUnitTypeModifier and TypeFieldDescriptionstatic final List<ScaleUnitType>
ScaleUnitType.VALUES
A public read-only list of all the 'Scale Unit Type' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return ScaleUnitTypeModifier and TypeMethodDescriptionstatic ScaleUnitType
ScaleUnitType.get
(int value) Returns the 'Scale Unit Type' literal with the specified integer value.static ScaleUnitType
Returns the 'Scale Unit Type' literal with the specified literal value.static ScaleUnitType
Returns the 'Scale Unit Type' literal with the specified name.static ScaleUnitType
Returns the enum constant of this type with the specified name.static ScaleUnitType[]
ScaleUnitType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScaleUnitType in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return ScaleUnitTypeModifier and TypeMethodDescriptionAttributeFactoryImpl.createScaleUnitTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createScaleUnitTypeObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of ScaleUnitType in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return ScaleUnitTypeMethods in org.eclipse.birt.chart.model.component with parameters of type ScaleUnitTypeModifier and TypeMethodDescriptionvoid
Scale.setUnit
(ScaleUnitType value) Sets the value of the 'Unit
' attribute. -
Uses of ScaleUnitType in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return ScaleUnitTypeMethods in org.eclipse.birt.chart.model.component.impl with parameters of type ScaleUnitType