Uses of Interface
com._1c.g5.v8.dt.chart.model.AxisInterval
-
Packages that use AxisInterval Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.chart.model.util com._1c.g5.v8.dt.dcs.ui.aef.models.chart -
-
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return AxisInterval Modifier and Type Method Description AxisIntervalChartFactory. createAxisInterval()Returns a new object of class 'Axis Interval'.AxisIntervalChartAxis. getInterval()Returns the value of the 'Interval' containment reference.Methods in com._1c.g5.v8.dt.chart.model with parameters of type AxisInterval Modifier and Type Method Description voidChartAxis. setInterval(AxisInterval value)Sets the value of the 'Interval' containment reference. -
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement AxisInterval Modifier and Type Class Description classAxisIntervalImplAn implementation of the model object 'Axis Interval'.Methods in com._1c.g5.v8.dt.chart.model.impl that return AxisInterval Modifier and Type Method Description AxisIntervalChartFactoryImpl. createAxisInterval()AxisIntervalChartAxisImpl. getInterval()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type AxisInterval Modifier and Type Method Description voidChartAxisImpl. setInterval(AxisInterval newInterval) -
Uses of AxisInterval in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type AxisInterval Modifier and Type Method Description TChartSwitch. caseAxisInterval(AxisInterval object)Returns the result of interpreting the object as an instance of 'Axis Interval'. -
Uses of AxisInterval in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Constructors in com._1c.g5.v8.dt.dcs.ui.aef.models.chart with parameters of type AxisInterval Constructor Description EmfIntervalBoundModelValue(AxisInterval interval, org.eclipse.emf.ecore.EStructuralFeature feature)Сonstructor.
-