Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ScaleTitleTextSource
Packages that use ScaleTitleTextSource
Package
Description
-
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 ScaleTitleTextSourceModifier and TypeFieldDescriptionstatic final 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 ScaleTitleTextSourceModifier and TypeMethodDescriptionstatic ScaleTitleTextSourceScaleTitleTextSource.get(int value) Returns the 'Scale Title Text Source' literal with the specified integer value.static ScaleTitleTextSourceReturns the 'Scale Title Text Source' literal with the specified literal value.static ScaleTitleTextSourceReturns the 'Scale Title Text Source' literal with the specified name.ChartScale.getTitleTextSource()Returns the value of the 'Title Text Source' attribute.static ScaleTitleTextSourceReturns the enum constant of this class with the specified name.static ScaleTitleTextSource[]ScaleTitleTextSource.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 ScaleTitleTextSourceModifier and TypeMethodDescriptionvoidChartScale.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 ScaleTitleTextSourceModifier and TypeMethodDescriptionChartFactoryImpl.createScaleTitleTextSourceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getTitleTextSource()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitleTextSourceModifier and TypeMethodDescriptionvoidChartScaleImpl.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 ScaleTitleTextSourceModifier and TypeMethodDescriptionChartScaleDetailedModel.getTitleTextSourceValue()IChartScaleDetailedModel.getTitleTextSourceValue()Gets model value for editing chart scale's "title text source" property.