Uses of Enum
org.eclipse.birt.chart.model.attribute.LeaderLineStyle
Packages that use LeaderLineStyle
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 LeaderLineStyle in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type LeaderLineStyleModifier and TypeFieldDescriptionstatic final List<LeaderLineStyle>
LeaderLineStyle.VALUES
A public read-only list of all the 'Leader Line Style' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return LeaderLineStyleModifier and TypeMethodDescriptionstatic LeaderLineStyle
LeaderLineStyle.get
(int value) Returns the 'Leader Line Style' literal with the specified integer value.static LeaderLineStyle
Returns the 'Leader Line Style' literal with the specified literal value.static LeaderLineStyle
Returns the 'Leader Line Style' literal with the specified name.static LeaderLineStyle
Returns the enum constant of this type with the specified name.static LeaderLineStyle[]
LeaderLineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LeaderLineStyle in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return LeaderLineStyleModifier and TypeMethodDescriptionAttributeFactoryImpl.createLeaderLineStyleFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createLeaderLineStyleObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of LeaderLineStyle in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return LeaderLineStyleModifier and TypeMethodDescriptionPieSeries.getLeaderLineStyle()
Returns the value of the 'Leader Line Style' attribute.Methods in org.eclipse.birt.chart.model.type with parameters of type LeaderLineStyleModifier and TypeMethodDescriptionvoid
PieSeries.setLeaderLineStyle
(LeaderLineStyle value) Sets the value of the 'Leader Line Style
' attribute. -
Uses of LeaderLineStyle in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return LeaderLineStyleMethods in org.eclipse.birt.chart.model.type.impl with parameters of type LeaderLineStyleModifier and TypeMethodDescriptionvoid
PieSeriesImpl.setLeaderLineStyle
(LeaderLineStyle newLeaderLineStyle)