Uses of Enum
org.eclipse.birt.chart.model.attribute.ChartDimension
Packages that use ChartDimension
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 default out-of-the-box set of series type core implementation
classes that are associated with all charts.
-
Uses of ChartDimension in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return ChartDimensionModifier and TypeMethodDescriptionChart.getDimension()
Returns the value of the 'Dimension' attribute.Methods in org.eclipse.birt.chart.model with parameters of type ChartDimensionModifier and TypeMethodDescriptionvoid
Chart.setDimension
(ChartDimension value) Sets the value of the 'Dimension
' attribute. -
Uses of ChartDimension in org.eclipse.birt.chart.model.attribute
Fields in org.eclipse.birt.chart.model.attribute with type parameters of type ChartDimensionModifier and TypeFieldDescriptionstatic final List<ChartDimension>
ChartDimension.VALUES
A public read-only list of all the 'Chart Dimension' enumerators.Methods in org.eclipse.birt.chart.model.attribute that return ChartDimensionModifier and TypeMethodDescriptionstatic ChartDimension
ChartDimension.get
(int value) Returns the 'Chart Dimension' literal with the specified integer value.static ChartDimension
Returns the 'Chart Dimension' literal with the specified literal value.static ChartDimension
Returns the 'Chart Dimension' literal with the specified name.static ChartDimension
Returns the enum constant of this type with the specified name.static ChartDimension[]
ChartDimension.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartDimension in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl that return ChartDimensionModifier and TypeMethodDescriptionAttributeFactoryImpl.createChartDimensionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AttributeFactoryImpl.createChartDimensionObjectFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of ChartDimension in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component with parameters of type ChartDimensionModifier and TypeMethodDescriptionorg.eclipse.birt.chart.util.NameSet
Series.getLabelPositionScope
(ChartDimension dimension) Returns supported label positions scope in current series. -
Uses of ChartDimension in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type ChartDimensionModifier and TypeMethodDescriptionorg.eclipse.birt.chart.util.NameSet
SeriesImpl.getLabelPositionScope
(ChartDimension dimension) -
Uses of ChartDimension in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return ChartDimensionMethods in org.eclipse.birt.chart.model.impl with parameters of type ChartDimensionModifier and TypeMethodDescriptionvoid
ChartImpl.setDimension
(ChartDimension newDimension) void
ChartWithoutAxesImpl.setDimension
(ChartDimension newDimension) Set pie chart dimension type. -
Uses of ChartDimension in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl with parameters of type ChartDimensionModifier and TypeMethodDescriptionorg.eclipse.birt.chart.util.NameSet
BarSeriesImpl.getLabelPositionScope
(ChartDimension dimension) org.eclipse.birt.chart.util.NameSet
BubbleSeriesImpl.getLabelPositionScope
(ChartDimension dimension) org.eclipse.birt.chart.util.NameSet
GanttSeriesImpl.getLabelPositionScope
(ChartDimension dimension) org.eclipse.birt.chart.util.NameSet
PieSeriesImpl.getLabelPositionScope
(ChartDimension dimension)