Uses of Interface
com._1c.g5.v8.dt.chart.model.PointProperties
-
Packages that use PointProperties Package Description com._1c.g5.v8.dt.chart.common 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 PointProperties in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common that return PointProperties Modifier and Type Method Description static PointProperties
ChartUtils. getChartPointByIndex(Chart chart, int index)
Returns thePointProperties
from chart with current index. -
Uses of PointProperties in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return PointProperties Modifier and Type Method Description PointProperties
ChartFactory. createPointProperties()
Returns a new object of class 'Point Properties'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type PointProperties Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointProperties>
Chart. getRealPointData()
Returns the value of the 'Real Point Data' containment reference list. -
Uses of PointProperties in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement PointProperties Modifier and Type Class Description class
PointPropertiesImpl
An implementation of the model object 'Point Properties'.Methods in com._1c.g5.v8.dt.chart.model.impl that return PointProperties Modifier and Type Method Description PointProperties
ChartFactoryImpl. createPointProperties()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type PointProperties Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointProperties>
ChartImpl. getRealPointData()
-
Uses of PointProperties in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type PointProperties Modifier and Type Method Description T
ChartSwitch. casePointProperties(PointProperties object)
Returns the result of interpreting the object as an instance of 'Point Properties'.
-