Uses of Enum Class
com._1c.g5.v8.dt.chart.model.EnTranslucenceMode
Packages that use EnTranslucenceMode
-
Uses of EnTranslucenceMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type EnTranslucenceModeModifier and TypeFieldDescriptionstatic final List<EnTranslucenceMode>
EnTranslucenceMode.VALUES
A public read-only list of all the 'En Translucence Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return EnTranslucenceModeModifier and TypeMethodDescriptionstatic EnTranslucenceMode
EnTranslucenceMode.get
(int value) Returns the 'En Translucence Mode' literal with the specified integer value.static EnTranslucenceMode
Returns the 'En Translucence Mode' literal with the specified literal value.static EnTranslucenceMode
Returns the 'En Translucence Mode' literal with the specified name.Chart.getTranslucenceMode()
Returns the value of the 'Translucence Mode' attribute.static EnTranslucenceMode
Returns the enum constant of this class with the specified name.static EnTranslucenceMode[]
EnTranslucenceMode.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 EnTranslucenceModeModifier and TypeMethodDescriptionvoid
Chart.setTranslucenceMode
(EnTranslucenceMode value) Sets the value of the 'Translucence Mode
' attribute. -
Uses of EnTranslucenceMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return EnTranslucenceModeModifier and TypeMethodDescriptionChartFactoryImpl.createEnTranslucenceModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getTranslucenceMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnTranslucenceModeModifier and TypeMethodDescriptionvoid
ChartImpl.setTranslucenceMode
(EnTranslucenceMode newTranslucenceMode)