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. 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 ScaleTitleTextSource Modifier and Type Method Description static ScaleTitleTextSource
ScaleTitleTextSource. get(int value)
Returns the 'Scale Title Text Source' literal with the specified integer value.static ScaleTitleTextSource
ScaleTitleTextSource. get(String literal)
Returns the 'Scale Title Text Source' literal with the specified literal value.static ScaleTitleTextSource
ScaleTitleTextSource. getByName(String name)
Returns the 'Scale Title Text Source' literal with the specified name.ScaleTitleTextSource
ChartScale. getTitleTextSource()
Returns the value of the 'Title Text Source' attribute.static ScaleTitleTextSource
ScaleTitleTextSource. 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 void
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 ScaleTitleTextSource Modifier and Type Method Description ScaleTitleTextSource
ChartFactoryImpl. createScaleTitleTextSourceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ScaleTitleTextSource
ChartScaleImpl. getTitleTextSource()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleTitleTextSource Modifier and Type Method Description void
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 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.
-