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.VALUES
A 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 ScaleTitleTextSource
ScaleTitleTextSource.get
(int value) Returns the 'Scale Title Text Source' literal with the specified integer value.static ScaleTitleTextSource
Returns the 'Scale Title Text Source' literal with the specified literal value.static ScaleTitleTextSource
Returns the 'Scale Title Text Source' literal with the specified name.ChartScale.getTitleTextSource()
Returns the value of the 'Title Text Source' attribute.static ScaleTitleTextSource
Returns 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 TypeMethodDescriptionvoid
ChartScale.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 TypeMethodDescriptionvoid
ChartScaleImpl.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.