Uses of Interface
com._1c.g5.v8.dt.chart.model.GaugeChartQualityBand
-
Packages that use GaugeChartQualityBand 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 -
-
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return GaugeChartQualityBand Modifier and Type Method Description GaugeChartQualityBand
ChartFactory. createGaugeChartQualityBand()
Returns a new object of class 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type GaugeChartQualityBand Modifier and Type Method Description org.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBands. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement GaugeChartQualityBand Modifier and Type Class Description class
GaugeChartQualityBandImpl
An implementation of the model object 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartQualityBand Modifier and Type Method Description GaugeChartQualityBand
ChartFactoryImpl. createGaugeChartQualityBand()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type GaugeChartQualityBand Modifier and Type Method Description org.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBandsImpl. getItems()
-
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type GaugeChartQualityBand Modifier and Type Method Description T
ChartSwitch. caseGaugeChartQualityBand(GaugeChartQualityBand object)
Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Band'.
-