Uses of Enum
org.eclipse.birt.chart.model.attribute.Orientation
Packages that use Orientation
Package
Description
Contains the chart model interfaces that define the starting point for creating
a new chart.
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.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
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 Orientation in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return OrientationModifier and TypeMethodDescriptionChartWithAxes.getOrientation()
Returns the value of the 'Orientation' attribute.Methods in org.eclipse.birt.chart.model with parameters of type OrientationModifier and TypeMethodDescriptionvoid
ChartWithAxes.setOrientation
(Orientation value) Sets the value of the 'Orientation
' attribute. -
Uses of Orientation in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type OrientationModifier and TypeFieldDescriptionstatic final List<Orientation>
Orientation.VALUES
A public read-only list of all the 'Orientation' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return OrientationModifier and TypeMethodDescriptionstatic Orientation
Orientation.get
(int value) Returns the 'Orientation' literal with the specified integer value.static Orientation
Returns the 'Orientation' literal with the specified literal value.static Orientation
Returns the 'Orientation' literal with the specified name.static Orientation
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Orientation in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return OrientationModifier and TypeMethodDescriptionAttributeFactoryImpl.createOrientationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createOrientationObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of Orientation in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return OrientationModifier and TypeMethodDescriptionAxis.getOrientation()
Returns the value of the 'Orientation' attribute.Methods in org.eclipse.birt.chart.model.component with parameters of type OrientationModifier and TypeMethodDescriptionvoid
Axis.setOrientation
(Orientation value) Sets the value of the 'Orientation
' attribute. -
Uses of Orientation in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return OrientationMethods in org.eclipse.birt.chart.model.component.impl with parameters of type Orientation -
Uses of Orientation in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return OrientationMethods in org.eclipse.birt.chart.model.impl with parameters of type OrientationModifier and TypeMethodDescriptionvoid
ChartWithAxesImpl.setOrientation
(Orientation newOrientation) -
Uses of Orientation in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return OrientationModifier and TypeMethodDescriptionLegend.getOrientation()
Returns the value of the 'Orientation' attribute.Methods in org.eclipse.birt.chart.model.layout with parameters of type OrientationModifier and TypeMethodDescriptionvoid
Legend.setOrientation
(Orientation value) Sets the value of the 'Orientation
' attribute. -
Uses of Orientation in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return OrientationMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type Orientation -
Uses of Orientation in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return OrientationModifier and TypeMethodDescriptionBubbleSeries.getAccOrientation()
Returns the value of the 'Acc Orientation' attribute.Methods in org.eclipse.birt.chart.model.type with parameters of type OrientationModifier and TypeMethodDescriptionvoid
BubbleSeries.setAccOrientation
(Orientation value) Sets the value of the 'Acc Orientation
' attribute. -
Uses of Orientation in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return OrientationMethods in org.eclipse.birt.chart.model.type.impl with parameters of type OrientationModifier and TypeMethodDescriptionvoid
BubbleSeriesImpl.setAccOrientation
(Orientation newAccOrientation)