Uses of Enum
org.eclipse.birt.chart.model.attribute.LineStyle
Packages that use LineStyle
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
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 core implementations) that are
used to build a complete chart.
-
Uses of LineStyle in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation with parameters of type LineStyleModifier and TypeMethodDescriptionGObjectFactory.createLineAttributes
(ColorDefinition cd, LineStyle ls, int iThickness) IGObjectFactory.createLineAttributes
(ColorDefinition cd, LineStyle ls, int iThickness) -
Uses of LineStyle in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type LineStyleModifier and TypeFieldDescriptionLineStyle.VALUES
A public read-only list of all the 'Line Style' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return LineStyleModifier and TypeMethodDescriptionstatic LineStyle
LineStyle.get
(int value) Returns the 'Line Style' literal with the specified integer value.static LineStyle
Returns the 'Line Style' literal with the specified literal value.static LineStyle
Returns the 'Line Style' literal with the specified name.LineAttributes.getStyle()
Returns the value of the 'Style' attribute.static LineStyle
Returns the enum constant of this type with the specified name.static LineStyle[]
LineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.birt.chart.model.attribute with parameters of type LineStyle -
Uses of LineStyle in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return LineStyleModifier and TypeMethodDescriptionAttributeFactoryImpl.createLineStyleFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createLineStyleObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) LineAttributesImpl.getStyle()
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type LineStyleModifier and TypeMethodDescriptionstatic final LineAttributes
LineAttributesImpl.create
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates implicit initialization of member variables in creation of an instance.static final LineAttributes
LineAttributesImpl.createDefault
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates implicit initialization of member variables in creation of an instance.static final LineAttributes
LineAttributesImpl.createDefault
(ColorDefinition cd, LineStyle ls, int iThickness, boolean visible) void
LineAttributesImpl.set
(ColorDefinition cd, LineStyle ls, int iThickness) A convenient method that facilitates initialization of member variables.void
-
Uses of LineStyle in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type LineStyleModifier and TypeMethodDescriptionstatic Grid
GridImpl.create
(boolean visible, ColorDefinition cd, LineStyle ls, int iThickness, TickStyle tickStyle) static Grid
GridImpl.createDefault
(boolean visible, ColorDefinition cd, LineStyle ls, int iThickness, TickStyle tickStyle)