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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type EnTranslucenceMode Modifier and Type Field Description static 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 EnTranslucenceMode Modifier and Type Method Description static EnTranslucenceMode
EnTranslucenceMode. get(int value)
Returns the 'En Translucence Mode' literal with the specified integer value.static EnTranslucenceMode
EnTranslucenceMode. get(String literal)
Returns the 'En Translucence Mode' literal with the specified literal value.static EnTranslucenceMode
EnTranslucenceMode. getByName(String name)
Returns the 'En Translucence Mode' literal with the specified name.EnTranslucenceMode
Chart. getTranslucenceMode()
Returns the value of the 'Translucence Mode' attribute.static EnTranslucenceMode
EnTranslucenceMode. 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 void
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 EnTranslucenceMode Modifier and Type Method Description EnTranslucenceMode
ChartFactoryImpl. createEnTranslucenceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
EnTranslucenceMode
ChartImpl. getTranslucenceMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnTranslucenceMode Modifier and Type Method Description void
ChartImpl. setTranslucenceMode(EnTranslucenceMode newTranslucenceMode)
-