Uses of Enum Class
com._1c.g5.v8.dt.chart.model.BubbleSizing
Packages that use BubbleSizing
Package
Description
-
Uses of BubbleSizing in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type BubbleSizingModifier and TypeFieldDescriptionstatic final List<BubbleSizing>
BubbleSizing.VALUES
A public read-only list of all the 'Bubble Sizing' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return BubbleSizingModifier and TypeMethodDescriptionstatic BubbleSizing
BubbleSizing.get
(int value) Returns the 'Bubble Sizing' literal with the specified integer value.static BubbleSizing
Returns the 'Bubble Sizing' literal with the specified literal value.Chart.getBubbleSizing()
Returns the value of the 'Bubble Sizing' attribute.static BubbleSizing
Returns the 'Bubble Sizing' literal with the specified name.static BubbleSizing
Returns the enum constant of this class with the specified name.static BubbleSizing[]
BubbleSizing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type BubbleSizingModifier and TypeMethodDescriptionvoid
Chart.setBubbleSizing
(BubbleSizing value) Sets the value of the 'Bubble Sizing
' attribute. -
Uses of BubbleSizing in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return BubbleSizingModifier and TypeMethodDescriptionChartFactoryImpl.createBubbleSizingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getBubbleSizing()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleSizing -
Uses of BubbleSizing in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return BubbleSizingMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleSizingModifier and TypeMethodDescriptionChartBubbleSizing.getValueText
(IV8Project v8project, String langCode, BubbleSizing value) boolean
ChartBubbleSizing.isValuesEquals
(BubbleSizing value1, BubbleSizing value2)