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