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.VALUESA 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 EnTranslucenceModeEnTranslucenceMode.get(int value) Returns the 'En Translucence Mode' literal with the specified integer value.static EnTranslucenceModeReturns the 'En Translucence Mode' literal with the specified literal value.static EnTranslucenceModeReturns the 'En Translucence Mode' literal with the specified name.Chart.getTranslucenceMode()Returns the value of the 'Translucence Mode' attribute.static EnTranslucenceModeReturns 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 TypeMethodDescriptionvoidChart.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 TypeMethodDescriptionvoidChartImpl.setTranslucenceMode(EnTranslucenceMode newTranslucenceMode)