Uses of Class
com._1c.g5.v8.dt.chart.model.EnTranslucenceMode
- 
Packages that use EnTranslucenceMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of EnTranslucenceMode in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type EnTranslucenceMode Modifier and Type Field Description static 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 EnTranslucenceMode Modifier and Type Method Description static EnTranslucenceModeEnTranslucenceMode. get(int value)Returns the 'En Translucence Mode' literal with the specified integer value.static EnTranslucenceModeEnTranslucenceMode. get(String literal)Returns the 'En Translucence Mode' literal with the specified literal value.static EnTranslucenceModeEnTranslucenceMode. getByName(String name)Returns the 'En Translucence Mode' literal with the specified name.EnTranslucenceModeChart. getTranslucenceMode()Returns the value of the 'Translucence Mode' attribute.static EnTranslucenceModeEnTranslucenceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EnTranslucenceMode[]EnTranslucenceMode. 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 EnTranslucenceMode Modifier and Type Method Description voidChart. setTranslucenceMode(EnTranslucenceMode value)Sets the value of the 'Translucence Mode' attribute.
- 
Uses of EnTranslucenceMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return EnTranslucenceMode Modifier and Type Method Description EnTranslucenceModeChartFactoryImpl. createEnTranslucenceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)EnTranslucenceModeChartImpl. getTranslucenceMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnTranslucenceMode Modifier and Type Method Description voidChartImpl. setTranslucenceMode(EnTranslucenceMode newTranslucenceMode)
 
-