Uses of Class
com._1c.g5.v8.dt.chart.model.BubbleSizing
-
Packages that use BubbleSizing Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue -
-
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 BubbleSizing Modifier and Type Field Description static 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 BubbleSizing Modifier and Type Method Description static BubbleSizing
BubbleSizing. get(int value)
Returns the 'Bubble Sizing' literal with the specified integer value.static BubbleSizing
BubbleSizing. get(String literal)
Returns the 'Bubble Sizing' literal with the specified literal value.BubbleSizing
Chart. getBubbleSizing()
Returns the value of the 'Bubble Sizing' attribute.static BubbleSizing
BubbleSizing. getByName(String name)
Returns the 'Bubble Sizing' literal with the specified name.static BubbleSizing
BubbleSizing. valueOf(String name)
Returns the enum constant of this type with the specified name.static BubbleSizing[]
BubbleSizing. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type BubbleSizing Modifier and Type Method Description void
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 BubbleSizing Modifier and Type Method Description BubbleSizing
ChartFactoryImpl. createBubbleSizingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BubbleSizing
ChartImpl. getBubbleSizing()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type BubbleSizing Modifier and Type Method Description void
ChartImpl. setBubbleSizing(BubbleSizing newBubbleSizing)
-
Uses of BubbleSizing in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return BubbleSizing Modifier and Type Method Description BubbleSizing
ChartBubbleSizing. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type BubbleSizing Modifier and Type Method Description String
ChartBubbleSizing. getValueText(IV8Project v8project, String langCode, BubbleSizing value)
boolean
ChartBubbleSizing. isValuesEquals(BubbleSizing value1, BubbleSizing value2)
-