Uses of Class
com._1c.g5.v8.dt.chart.model.EnSplineMode
-
Packages that use EnSplineMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type EnSplineMode Modifier and Type Field Description static List<EnSplineMode>
EnSplineMode. VALUES
A public read-only list of all the 'En Spline Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return EnSplineMode Modifier and Type Method Description static EnSplineMode
EnSplineMode. get(int value)
Returns the 'En Spline Mode' literal with the specified integer value.static EnSplineMode
EnSplineMode. get(String literal)
Returns the 'En Spline Mode' literal with the specified literal value.static EnSplineMode
EnSplineMode. getByName(String name)
Returns the 'En Spline Mode' literal with the specified name.EnSplineMode
Chart. getSplineMode()
Returns the value of the 'Spline Mode' attribute.static EnSplineMode
EnSplineMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnSplineMode[]
EnSplineMode. 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 EnSplineMode Modifier and Type Method Description void
Chart. setSplineMode(EnSplineMode value)
Sets the value of the 'Spline Mode
' attribute. -
Uses of EnSplineMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return EnSplineMode Modifier and Type Method Description EnSplineMode
ChartFactoryImpl. createEnSplineModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
EnSplineMode
ChartImpl. getSplineMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type EnSplineMode Modifier and Type Method Description void
ChartImpl. setSplineMode(EnSplineMode newSplineMode)
-