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 AxisInterval
ChartFactory. createAxisInterval()
Returns a new object of class 'Axis Interval'.AxisInterval
ChartAxis. 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 void
ChartAxis. 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 class
AxisIntervalImpl
An 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 AxisInterval
ChartFactoryImpl. createAxisInterval()
AxisInterval
ChartAxisImpl. getInterval()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type AxisInterval Modifier and Type Method Description void
ChartAxisImpl. 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 T
ChartSwitch. 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.
-