Uses of Class
com._1c.g5.v8.dt.chart.model.ScaleTitleTextSource
-
Packages that use ScaleTitleTextSource Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.form.ui.chart.aef.models -
-
Uses of ScaleTitleTextSource in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleTitleTextSource Modifier and Type Field Description static List<ScaleTitleTextSource>ScaleTitleTextSource. VALUESA public read-only list of all the 'Scale Title Text Source' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ScaleTitleTextSource Modifier and Type Method Description static ScaleTitleTextSourceScaleTitleTextSource. get(int value)Returns the 'Scale Title Text Source' literal with the specified integer value.static ScaleTitleTextSourceScaleTitleTextSource. get(String literal)Returns the 'Scale Title Text Source' literal with the specified literal value.static ScaleTitleTextSourceScaleTitleTextSource. getByName(String name)Returns the 'Scale Title Text Source' literal with the specified name.ScaleTitleTextSourceChartScale. getTitleTextSource()Returns the value of the 'Title Text Source' attribute.static ScaleTitleTextSourceScaleTitleTextSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleTitleTextSource[]ScaleTitleTextSource. 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 ScaleTitleTextSource Modifier and Type Method Description voidChartScale. setTitleTextSource(ScaleTitleTextSource value)Sets the value of the 'Title Text Source' attribute. -
Uses of ScaleTitleTextSource in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ScaleTitleTextSource Modifier and Type Method Description ScaleTitleTextSourceChartFactoryImpl. createScaleTitleTextSourceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ScaleTitleTextSourceChartScaleImpl. getTitleTextSource()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitleTextSource Modifier and Type Method Description voidChartScaleImpl. setTitleTextSource(ScaleTitleTextSource newTitleTextSource) -
Uses of ScaleTitleTextSource in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return types with arguments of type ScaleTitleTextSource Modifier and Type Method Description IValue<ScaleTitleTextSource>ChartScaleDetailedModel. getTitleTextSourceValue()IValue<ScaleTitleTextSource>IChartScaleDetailedModel. getTitleTextSourceValue()Gets model value for editing chart scale's "title text source" property.
-