Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ScaleLocation
Packages that use ScaleLocation
Package
Description
-
Uses of ScaleLocation in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ScaleLocationModifier and TypeFieldDescriptionstatic final List<ScaleLocation>
ScaleLocation.VALUES
A public read-only list of all the 'Scale Location' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ScaleLocationModifier and TypeMethodDescriptionstatic ScaleLocation
ScaleLocation.get
(int value) Returns the 'Scale Location' literal with the specified integer value.static ScaleLocation
Returns the 'Scale Location' literal with the specified literal value.static ScaleLocation
Returns the 'Scale Location' literal with the specified name.ChartScale.getScaleLocation()
Returns the value of the 'Scale Location' attribute.static ScaleLocation
Returns the enum constant of this class with the specified name.static ScaleLocation[]
ScaleLocation.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 ScaleLocationModifier and TypeMethodDescriptionvoid
ChartScale.setScaleLocation
(ScaleLocation value) Sets the value of the 'Scale Location
' attribute. -
Uses of ScaleLocation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ScaleLocationModifier and TypeMethodDescriptionChartFactoryImpl.createScaleLocationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartScaleImpl.getScaleLocation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ScaleLocationModifier and TypeMethodDescriptionvoid
ChartScaleImpl.setScaleLocation
(ScaleLocation newScaleLocation) -
Uses of ScaleLocation 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 ScaleLocationModifier and TypeMethodDescriptionChartScaleDetailedModel.getScaleLocationValue()
IChartScaleDetailedModel.getScaleLocationValue()
Gets model value for editing chart scale's "scale position" property.